aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/at91sam9g20ek_common.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
index d2919108e92d..dfaacb113f2e 100644
--- a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
+++ b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
@@ -112,9 +112,23 @@
112 }; 112 };
113 }; 113 };
114 114
115 shdwc@fffffd10 {
116 atmel,wakeup-counter = <10>;
117 atmel,wakeup-rtt-timer;
118 };
119
120 rtc@fffffd20 {
121 atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
122 status = "okay";
123 };
124
115 watchdog@fffffd40 { 125 watchdog@fffffd40 {
116 status = "okay"; 126 status = "okay";
117 }; 127 };
128
129 gpbr: syscon@fffffd50 {
130 status = "okay";
131 };
118 }; 132 };
119 133
120 nand0: nand@40000000 { 134 nand0: nand@40000000 {