Lines Matching +full:wake +full:- +full:device
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/power/reset/atmel,sama5d2-shdwc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Claudiu Beznea <[email protected]>
14 and VDDCORE and the wake-up detection on debounced input lines.
19 - items:
20 - const: microchip,sama7g5-shdwc
21 - const: syscon
22 - enum:
23 - atmel,sama5d2-shdwc
24 - microchip,sam9x60-shdwc
25 - items:
26 - const: microchip,sam9x7-shdwc
27 - const: microchip,sam9x60-shdwc
35 "#address-cells":
38 "#size-cells":
41 debounce-delay-us:
43 Minimum wake-up inputs debouncer period in microseconds. It is usually a
44 board-related property.
46 atmel,wakeup-rtc-timer:
47 description: enable real-time clock wake-up
50 atmel,wakeup-rtt-timer:
51 description: enable real-time timer wake-up
55 "^input@[0-15]$":
57 Wake-up input nodes. These are usually described in the "board" part of
58 the Device Tree. Note also that input 0 is linked to the wake-up pin and
63 description: contains the wake-up input index
67 atmel,wakeup-active-high:
69 The corresponding wake-up input described by the child forces the
70 wake-up of the core power supply on a high level. The default is to
75 - reg
80 - compatible
81 - reg
82 - clocks
85 - if:
89 const: atmel,sama5d2-shdwc
92 atmel,wakeup-rtt-timer: false
97 - |
99 compatible = "atmel,sama5d2-shdwc";
102 #address-cells = <1>;
103 #size-cells = <0>;
104 atmel,wakeup-rtc-timer;
105 debounce-delay-us = <976>;
113 atmel,wakeup-active-high;