1Aspeed Watchdog Timer 2 3Required properties: 4 - compatible: must be one of: 5 - "aspeed,ast2400-wdt" 6 - "aspeed,ast2500-wdt" 7 8 - reg: physical base address of the controller and length of memory mapped 9 region 10 11Example: 12 13 wdt1: watchdog@1e785000 { 14 compatible = "aspeed,ast2400-wdt"; 15 reg = <0x1e785000 0x1c>; 16 }; 17