Skip to content

Commit 6f92b1e

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 6539e07 commit 6f92b1e

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
@@ -103,6 +103,25 @@
103103
};
104104

105105
apb {
106+
pmc: pmc@f0014000 {
107+
pmc_fast_restart {
108+
compatible = "atmel,sama5d2-pmc-fast-startup";
109+
#address-cells = <1>;
110+
#size-cells = <0>;
111+
112+
atmel,wakeup-rtc-timer;
113+
114+
wkpin: input@0 {
115+
reg = <0>;
116+
};
117+
118+
gmac_wol: input@10 {
119+
reg = <10>;
120+
atmel,wakeup-active-high;
121+
};
122+
};
123+
};
124+
106125
isc: isc@f0008000 {
107126
pinctrl-names = "default";
108127
pinctrl-0 = <&pinctrl_isc_base &pinctrl_isc_data_8bit &pinctrl_isc_data_9_10 &pinctrl_isc_data_11_12>;

0 commit comments

Comments
 (0)