ARM: at91/dt: at91sam9m10g45ek add rtc node
authorErik van Luijk <evanluijk@interact.nl>
Tue, 2 Sep 2014 10:52:12 +0000 (12:52 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 18 Sep 2014 16:14:48 +0000 (18:14 +0200)
Add rtc node to both the at91sam9g45 SoC family and the at91sam9m10g45ek board.

Signed-off-by: Erik van Luijk <evanluijk@interact.nl>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91sam9g45.dtsi
arch/arm/boot/dts/at91sam9m10g45ek.dts

index 6d3d68e0d72d16927c9c039df437c57706fb4c93..d3f65130a1f8b5222d9e920d2713fcc0cf60ca3e 100644 (file)
                                        clocks = <&slow_rc_osc &slow_osc>;
                                };
                        };
+
+                       rtc@fffffdb0 {
+                               compatible = "atmel,at91rm9200-rtc";
+                               reg = <0xfffffdb0 0x30>;
+                               interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
+                               status = "disabled";
+                       };
                };
 
                fb0: fb@0x00500000 {
index 96ccc7de4f0a1be42f05168c2fd4d1ffa7616842..d8dd2265109076c2d4074f16c08c1f5a736ac912 100644 (file)
                                pinctrl-names = "default";
                                pinctrl-0 = <&pinctrl_pwm_leds>;
                        };
+
+                       rtc@fffffdb0 {
+                               status = "okay";
+                       };
                };
 
                fb0: fb@0x00500000 {