Linux 4.1.18
[linux/fpc-iii.git] / Documentation / devicetree / bindings / power / reset / st-reset.txt
blob809af54f02f35c79bb98fe0a9f0b9c66247a8ddc
1 *Device-Tree bindings for ST SW reset functionality
3 Required properties:
4 - compatible: should be "st,<chip>-restart".
5 - st,syscfg: should be a phandle of the syscfg node.
7 Example node:
8         restart {
9                 compatible = "st,stih416-restart";
10                 st,syscfg = <&syscfg_sbc>;
11         };