diff options
author | Boris Brezillon <boris.brezillon@free-electrons.com> | 2014-11-14 05:08:52 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-19 09:08:52 -0500 |
commit | 199ec7ab1122c79ba8a2d0a15d272123cc3fcbcb (patch) | |
tree | 5bf798226b9bbd9eb61790183dd25e7bfd1b0fb9 | |
parent | 846fdce623242c3a5ba0ebb0b14560fbb2b96e0d (diff) |
ARM: at91/dt: enable the RTT block on the at91sam9m10g45ek board
Enable the RTT and GPBR devices and specify the general purpose register
used to store the current time.
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-rw-r--r-- | arch/arm/boot/dts/at91sam9m10g45ek.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9m10g45ek.dts b/arch/arm/boot/dts/at91sam9m10g45ek.dts index d8dd22651090..33ce7ca2c404 100644 --- a/arch/arm/boot/dts/at91sam9m10g45ek.dts +++ b/arch/arm/boot/dts/at91sam9m10g45ek.dts | |||
@@ -161,6 +161,15 @@ | |||
161 | pinctrl-0 = <&pinctrl_pwm_leds>; | 161 | pinctrl-0 = <&pinctrl_pwm_leds>; |
162 | }; | 162 | }; |
163 | 163 | ||
164 | rtc@fffffd20 { | ||
165 | atmel,rtt-rtc-time-reg = <&gpbr 0x0>; | ||
166 | status = "okay"; | ||
167 | }; | ||
168 | |||
169 | gpbr: syscon@fffffd60 { | ||
170 | status = "okay"; | ||
171 | }; | ||
172 | |||
164 | rtc@fffffdb0 { | 173 | rtc@fffffdb0 { |
165 | status = "okay"; | 174 | status = "okay"; |
166 | }; | 175 | }; |