xref: /freebsd/sys/contrib/device-tree/Bindings/power/reset/st-reset.txt (revision 59c8e88e72633afbc47a4ace0d2170d00d51f7dc)
1*Device-Tree bindings for ST SW reset functionality
2
3Required properties:
4- compatible: should be "stih407-restart".
5- st,syscfg: should be a phandle of the syscfg node.
6
7Example node:
8	restart {
9		compatible = "st,stih407-restart";
10		st,syscfg = <&syscfg_sbc_reg>;
11	};
12