ARM: at91/dt: at91sam9rl: fix rtc node
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Wed, 3 Jun 2015 12:24:03 +0000 (14:24 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 4 Jun 2015 08:00:37 +0000 (10:00 +0200)
The RTC lives at 0xfffffe00. Also reorder the node properly.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91sam9rl.dtsi

index ebfd5ce..c9920c6 100644 (file)
                                };
                        };
 
-                       rtc@fffffeb0 {
-                               compatible = "atmel,at91rm9200-rtc";
-                               reg = <0xfffffeb0 0x40>;
-                               interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
-                               status = "disabled";
-                       };
-
                        rtc@fffffd20 {
                                compatible = "atmel,at91sam9260-rtt";
                                reg = <0xfffffd20 0x10>;
                                reg = <0xfffffd60 0x10>;
                                status = "disabled";
                        };
+
+                       rtc@fffffe00 {
+                               compatible = "atmel,at91rm9200-rtc";
+                               reg = <0xfffffe00 0x40>;
+                               interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
+                               status = "disabled";
+                       };
+
                };
        };