Merge remote-tracking branches 'asoc/fix/dpcm', 'asoc/fix/imx', 'asoc/fix/msm8916...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / watchdog / uniphier-wdt.txt
1 UniPhier watchdog timer controller
2
3 This UniPhier watchdog timer controller must be under sysctrl node.
4
5 Required properties:
6 - compatible: should be "socionext,uniphier-wdt"
7
8 Example:
9
10         sysctrl@61840000 {
11                 compatible = "socionext,uniphier-ld11-sysctrl",
12                              "simple-mfd", "syscon";
13                 reg = <0x61840000 0x4000>;
14
15                 watchdog {
16                         compatible = "socionext,uniphier-wdt";
17                 }
18
19                 other nodes ...
20         };