xref: /linux/Documentation/devicetree/bindings/power/reset/st-reset.txt (revision 084b3600e2d98ebbab968f91b8b8f48ffbbf2ecb)
1*Device-Tree bindings for ST SW reset functionality
2
3Required properties:
4- compatible: should be "st,<chip>-restart".
5- st,syscfg: should be a phandle of the syscfg node.
6
7Example node:
8	restart {
9		compatible = "st,stih416-restart";
10		st,syscfg = <&syscfg_sbc>;
11	};
12