]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: at91/dt: rm9200: add RTC node
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 13 Jan 2015 18:12:22 +0000 (19:12 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 15 Jan 2015 14:26:49 +0000 (15:26 +0100)
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>
arch/arm/boot/dts/at91rm9200.dtsi

index 6c97d4af61eec9e36da60ab3257c508e0ef3ba7e..f449a864b81e19d0d84c6198032c4082382602a9 100644 (file)
@@ -356,6 +356,13 @@ st: timer@fffffd00 {
                                interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
                        };
 
+                       rtc: rtc@fffffe00 {
+                               compatible = "atmel,at91rm9200-rtc";
+                               reg = <0xfffffe00 0x40>;
+                               interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
+                               status = "disabled";
+                       };
+
                        tcb0: timer@fffa0000 {
                                compatible = "atmel,at91rm9200-tcb";
                                reg = <0xfffa0000 0x100>;