Lines Matching +full:idle +full:- +full:halt
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/watchdog/atmel,sama5d4-wdt.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Eugen Hristev <eugen.hristev@microchip.com>
13 - $ref: watchdog.yaml#
18 - atmel,sama5d4-wdt
19 - microchip,sam9x60-wdt
20 - microchip,sama7g5-wdt
28 atmel,watchdog-type:
32 - description:
36 - description:
42 atmel,idle-halt:
45 present if you want to stop the watchdog when the CPU is in idle state.
47 watchdog not counting when the CPU is in idle state, therefore the
49 if the CPU stop working while it is in idle state, which is probably
52 atmel,dbg-halt:
58 - compatible
59 - reg
64 - |
65 #include <dt-bindings/interrupt-controller/irq.h>
68 compatible = "atmel,sama5d4-wdt";
71 timeout-sec = <10>;
72 atmel,watchdog-type = "hardware";
73 atmel,dbg-halt;
74 atmel,idle-halt;