Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rosted...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / power / reset / st-reset.txt
1 *Device-Tree bindings for ST SW reset functionality
2
3 Required properties:
4 - compatible: should be "stih407-restart".
5 - st,syscfg: should be a phandle of the syscfg node.
6
7 Example node:
8         restart {
9                 compatible = "st,stih407-restart";
10                 st,syscfg = <&syscfg_sbc_reg>;
11         };