dt-bindings: Remove "status" from examples
[linux-block.git] / Documentation / devicetree / bindings / power / reset / st-reset.txt
CommitLineData
b08fec22
LJ
1*Device-Tree bindings for ST SW reset functionality
2
3Required properties:
bb1e41ba 4- compatible: should be "stih407-restart".
b08fec22
LJ
5- st,syscfg: should be a phandle of the syscfg node.
6
7Example node:
8 restart {
bb1e41ba
PG
9 compatible = "st,stih407-restart";
10 st,syscfg = <&syscfg_sbc_reg>;
b08fec22 11 };