Lines Matching +full:reset +full:- +full:phy +full:- +full:on +full:- +full:wake

4 - compatible: Should be "atmel,sama5d2-chipid" or "microchip,sama7g5-chipid"
5 - reg : Should contain registers location and length
8 - compatible: Should be "atmel,at91sam9260-pit"
9 - reg: Should contain registers location and length
10 - interrupts: Should contain interrupt for the PIT which is the IRQ line
14 - compatible: Should be "microchip,sam9x60-pit64b"
15 - reg: Should contain registers location and length
16 - interrupts: Should contain interrupt for PIT64B timer
17 - clocks: Should contain the available clock sources for PIT64B timer.
20 - compatible: Should be "atmel,at91rm9200-st", "syscon", "simple-mfd"
21 - reg: Should contain registers location and length
22 - interrupts: Should contain interrupt for the ST which is the IRQ line
24 - clocks: phandle to input clock.
26 - watchdog: compatible should be "atmel,at91rm9200-wdt"
28 RSTC Reset Controller required properties:
29 - compatible: Should be "atmel,<chip>-rstc".
31 it also can be "microchip,sam9x60-rstc"
32 - reg: Should contain registers location and length
33 - clocks: phandle to input clock.
38 compatible = "atmel,at91sam9260-rstc";
44 - compatible: Should be "atmel,at91rm9200-sdramc", "syscon"
45 "atmel,at91sam9260-sdramc",
46 "atmel,at91sam9g45-ddramc",
47 "atmel,sama5d3-ddramc",
48 "microchip,sam9x60-ddramc",
49 "microchip,sama7g5-uddrc"
50 - reg: Should contain registers location and length
55 compatible = "atmel,at91sam9g45-ddramc";
59 RAMC PHY Controller required properties:
60 - compatible: Should be "microchip,sama7g5-ddr3phy", "syscon"
61 - reg: Should contain registers location and length
66 compatible = "microchip,sama7g5-ddr3phy", "syscon";
73 - compatible: Should be "atmel,<chip>-shdwc".
75 - reg: Should contain registers location and length
76 - clocks: phandle to input clock.
79 - atmel,wakeup-mode: String, operation mode of the wakeup mode.
81 - atmel,wakeup-counter: Counter on Wake-up 0 (between 0x0 and 0xf).
84 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up.
87 - atmel,wakeup-rtc-timer: boolean to enable Real-time Clock Wake-up.
88 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up.
91 - atmel,wakeup-rtc-timer: boolean to enable Real-time Clock Wake-up.
96 compatible = "atmel,at91sam9260-shdwc";
101 SHDWC SAMA5D2-Compatible Shutdown Controller
106 - compatible: should be "atmel,sama5d2-shdwc", "microchip,sam9x60-shdwc" or
107 "microchip,sama7g5-shdwc"
108 - reg: should contain registers location and length
109 - clocks: phandle to input clock.
110 - #address-cells: should be one. The cell is the wake-up input index.
111 - #size-cells: should be zero.
115 - debounce-delay-us: minimum wake-up inputs debouncer period in
116 microseconds. It's usually a board-related property.
117 - atmel,wakeup-rtc-timer: boolean to enable Real-Time Clock wake-up.
119 optional microchip,sam9x60-shdwc or microchip,sama7g5-shdwc properties:
120 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up.
122 The node contains child nodes for each wake-up input that the platform uses.
126 Wake-up input nodes are usually described in the "board" part of the Device
127 Tree. Note also that input 0 is linked to the wake-up pin and is frequently
131 - reg: should contain the wake-up input index [0 - 15].
134 - atmel,wakeup-active-high: boolean, the corresponding wake-up input described
135 by the child, forces the wake-up of the core power supply on a high level.
140 On the SoC side:
142 compatible = "atmel,sama5d2-shdwc";
145 #address-cells = <1>;
146 #size-cells = <0>;
147 atmel,wakeup-rtc-timer;
150 On the board side:
152 debounce-delay-us = <976>;
160 atmel,wakeup-active-high;
171 - compatible: Should be "atmel,<chip>-sfr", "syscon" or
172 "atmel,<chip>-sfrbu", "syscon"
174 It also can be "microchip,sam9x60-sfr", "syscon".
175 - reg: Should contain registers location and length
178 compatible = "atmel,sama5d3-sfr", "syscon";
185 voltage, temperature, frequency and mechanical attacks on the chip. It also
189 Note that they maintain their voltage during Backup/Self-refresh.
192 - compatible: Should be "atmel,<chip>-secumod", "syscon".
194 - reg: Should contain registers location and length
195 - gpio-controller: Marks the port as GPIO controller.
196 - #gpio-cells: There are 2. The pin number is the
202 compatible = "atmel,sama5d2-secumod", "syscon";
204 gpio-controller;
205 #gpio-cells = <2>;