18c2ecf20Sopenharmony_ciST-Ericsson COH 901 327 Watchdog timer 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ciRequired properties: 48c2ecf20Sopenharmony_ci- compatible: must be "stericsson,coh901327". 58c2ecf20Sopenharmony_ci- reg: physical base address of the controller and length of memory mapped 68c2ecf20Sopenharmony_ci region. 78c2ecf20Sopenharmony_ci- interrupts: the interrupt used for the watchdog timeout warning. 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ciOptional properties: 108c2ecf20Sopenharmony_ci- timeout-sec: contains the watchdog timeout in seconds. 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ciExample: 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ciwatchdog: watchdog@c0012000 { 158c2ecf20Sopenharmony_ci compatible = "stericsson,coh901327"; 168c2ecf20Sopenharmony_ci reg = <0xc0012000 0x1000>; 178c2ecf20Sopenharmony_ci interrupts = <3>; 188c2ecf20Sopenharmony_ci timeout-sec = <60>; 198c2ecf20Sopenharmony_ci}; 20