Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b08fec22 authored by Lee Jones's avatar Lee Jones Committed by Sebastian Reichel
Browse files

power: reset: st: Provide DT bindings for ST's Power Reset driver

parent f0745f36
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
*Device-Tree bindings for ST SW reset functionality

Required properties:
- compatible: should be "st,<chip>-restart".
- st,syscfg: should be a phandle of the syscfg node.

Example node:
	restart {
		compatible = "st,stih416-restart";
		st,syscfg = <&syscfg_sbc>;
	};