Skip to content

Commit ad9e9ea

Browse files
committed
ARM: dts: at91: sama5d2_ptc_ek: add ULP1 wakeup sources
Add the RTC, the wakeup button and GMAC as wakeup sources for the ULP1 power mode. Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
1 parent ef41e0a commit ad9e9ea

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,25 @@
118118
};
119119

120120
apb {
121+
pmc: pmc@f0014000 {
122+
pmc_fast_restart {
123+
compatible = "atmel,sama5d2-pmc-fast-startup";
124+
#address-cells = <1>;
125+
#size-cells = <0>;
126+
127+
atmel,wakeup-rtc-timer;
128+
129+
wkpin: input@0 {
130+
reg = <0>;
131+
};
132+
133+
gmac_wol: input@10 {
134+
reg = <10>;
135+
atmel,wakeup-active-high;
136+
};
137+
};
138+
};
139+
121140
spi0: spi@f8000000 {
122141
pinctrl-names = "default";
123142
pinctrl-0 = <&pinctrl_spi0_default>;

0 commit comments

Comments
 (0)