1UniPhier watchdog timer controller 2 3This UniPhier watchdog timer controller must be under sysctrl node. 4 5Required properties: 6- compatible: should be "socionext,uniphier-wdt" 7 8Example: 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 }; 21