diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-01-13 13:12:22 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-01-15 09:26:49 -0500 |
commit | e39f00e5d28969d8dd52028e43e19186e8a0e328 (patch) | |
tree | eab35d288e5d8571be24a56e4116c3d4979a48e1 /arch/arm/boot/dts/at91rm9200.dtsi | |
parent | 52820d26ec501f6aa52766ab8ca6b22e2dc4e53e (diff) |
ARM: at91/dt: rm9200: add RTC node
Add a node for the RTC available on at91rm9200.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91rm9200.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91rm9200.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91rm9200.dtsi b/arch/arm/boot/dts/at91rm9200.dtsi index 6c97d4af61ee..f449a864b81e 100644 --- a/arch/arm/boot/dts/at91rm9200.dtsi +++ b/arch/arm/boot/dts/at91rm9200.dtsi | |||
@@ -356,6 +356,13 @@ | |||
356 | interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; | 356 | interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; |
357 | }; | 357 | }; |
358 | 358 | ||
359 | rtc: rtc@fffffe00 { | ||
360 | compatible = "atmel,at91rm9200-rtc"; | ||
361 | reg = <0xfffffe00 0x40>; | ||
362 | interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; | ||
363 | status = "disabled"; | ||
364 | }; | ||
365 | |||
359 | tcb0: timer@fffa0000 { | 366 | tcb0: timer@fffa0000 { |
360 | compatible = "atmel,at91rm9200-tcb"; | 367 | compatible = "atmel,at91rm9200-tcb"; |
361 | reg = <0xfffa0000 0x100>; | 368 | reg = <0xfffa0000 0x100>; |