bf6337546dd18ce3024049424ef79527b8643f6d
[releases.git] / 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         };