Skip to content

Commit 74f8d12

Browse files
ldesrochesCodrin Ciubotariu
authored andcommitted
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 c449c7c commit 74f8d12

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,25 @@
129129
};
130130

131131
apb {
132+
pmc: pmc@f0014000 {
133+
pmc_fast_restart {
134+
compatible = "atmel,sama5d2-pmc-fast-startup";
135+
#address-cells = <1>;
136+
#size-cells = <0>;
137+
138+
atmel,wakeup-rtc-timer;
139+
140+
wkpin: input@0 {
141+
reg = <0>;
142+
};
143+
144+
gmac_wol: input@10 {
145+
reg = <10>;
146+
atmel,wakeup-active-high;
147+
};
148+
};
149+
};
150+
132151
spi0: spi@f8000000 {
133152
pinctrl-names = "default";
134153
pinctrl-0 = <&pinctrl_spi0_default>;

0 commit comments

Comments
 (0)