Skip to content

Commit 3066a08

Browse files
ldesrochescristibirsan
authored andcommitted
ARM: dts: at91-sama5d27_som1_ek: enable ulp1 support
Add node to enable ulp1 i.e. fast restart support. Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com> Signed-off-by: Cristian Birsan <cristian.birsan@microchip.com>
1 parent acac497 commit 3066a08

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,25 @@
6767
};
6868

6969
apb {
70+
pmc: pmc@f0014000 {
71+
pmc_fast_restart {
72+
compatible = "atmel,sama5d2-pmc-fast-startup";
73+
#address-cells = <1>;
74+
#size-cells = <0>;
75+
76+
atmel,wakeup-rtc-timer;
77+
78+
wkpin: input@0 {
79+
reg = <0>;
80+
};
81+
82+
gmac_wol: input@10 {
83+
reg = <10>;
84+
atmel,wakeup-active-high;
85+
};
86+
};
87+
};
88+
7089
isc: isc@f0008000 {
7190
pinctrl-names = "default";
7291
pinctrl-0 = <&pinctrl_isc_base &pinctrl_isc_data_8bit &pinctrl_isc_data_9_10 &pinctrl_isc_data_11_12>;

0 commit comments

Comments
 (0)