Lines Matching +full:idle +full:- +full:state
4 - compatible: "atmel,sama5d4-wdt" or "microchip,sam9x60-wdt"
5 - reg: base physical address and length of memory mapped region.
8 - timeout-sec: watchdog timeout value (in seconds).
9 - interrupts: interrupt number to the CPU.
10 - atmel,watchdog-type: should be "hardware" or "software".
15 - atmel,idle-halt: present if you want to stop the watchdog when the CPU is
16 in idle state.
18 watchdog not counting when the CPU is in idle state, therefore the
20 if the CPU stop working while it is in idle state, which is probably
22 - atmel,dbg-halt: present if you want to stop the watchdog when the CPU is
23 in debug state.
27 compatible = "atmel,sama5d4-wdt";
30 timeout-sec = <10>;
31 atmel,watchdog-type = "hardware";
32 atmel,dbg-halt;
33 atmel,idle-halt;