1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/power/reset/atmel,at91sam9260-shdwc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip AT91 SHDWC Shutdown Controller
10 - Claudiu Beznea <claudiu.beznea@microchip.com>
13 Microchip AT91 SHDWC shutdown controller controls the power supplies VDDIO
14 and VDDCORE and the wake-up detection on debounced input lines.
19 - atmel,at91sam9260-shdwc
20 - atmel,at91sam9rl-shdwc
21 - atmel,at91sam9x5-shdwc
30 description: operation mode of the wakeup mode
31 $ref: /schemas/types.yaml#/definitions/string
32 enum: [ none, high, low, any ]
35 description: counter on wake-up 0
36 $ref: /schemas/types.yaml#/definitions/uint32
40 atmel,wakeup-rtt-timer:
41 description: enable real-time timer wake-up
44 atmel,wakeup-rtc-timer:
45 description: enable real-time clock wake-up
58 const: atmel,at91sam9x5-shdwc
61 atmel,wakeup-rtt-timer: false
67 const: atmel,at91sam9260-shdwc
70 atmel,wakeup-rtc-timer: false
72 additionalProperties: false
76 shdwc: poweroff@fffffd10 {
77 compatible = "atmel,at91sam9260-shdwc";
78 reg = <0xfffffd10 0x10>;