Skip to content

Commit a49433b

Browse files
wenyouyacristibirsan
authored andcommitted
ARM: at91/dt: sama5d2_xplained: Add fast_restart node
Add fast_restart node as a pmc's child node to support fast startup signal configuration. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
1 parent 527e2b9 commit a49433b

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,25 @@
7272
};
7373

7474
apb {
75+
pmc: pmc@f0014000 {
76+
pmc_fast_restart {
77+
compatible = "atmel,sama5d2-pmc-fast-startup";
78+
#address-cells = <1>;
79+
#size-cells = <0>;
80+
81+
atmel,wakeup-rtc-timer;
82+
83+
wkpin: input@0 {
84+
reg = <0>;
85+
};
86+
87+
gmac_wol: input@10 {
88+
reg = <10>;
89+
atmel,wakeup-active-high;
90+
};
91+
};
92+
};
93+
7594
qspi0: spi@f0020000 {
7695
pinctrl-names = "default";
7796
pinctrl-0 = <&pinctrl_qspi0_default>;

0 commit comments

Comments
 (0)