rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git] / Documentation / devicetree / bindings / watchdog / uniphier-wdt.txt
blobbf6337546dd18ce3024049424ef79527b8643f6d
1 UniPhier watchdog timer controller
3 This UniPhier watchdog timer controller must be under sysctrl node.
5 Required properties:
6 - compatible: should be "socionext,uniphier-wdt"
8 Example:
10         sysctrl@61840000 {
11                 compatible = "socionext,uniphier-ld11-sysctrl",
12                              "simple-mfd", "syscon";
13                 reg = <0x61840000 0x4000>;
15                 watchdog {
16                         compatible = "socionext,uniphier-wdt";
17                 }
19                 other nodes ...
20         };