]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: at91/dt: at91sam9n12: Add RTC node
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 13 Jan 2015 18:12:21 +0000 (19:12 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 15 Jan 2015 14:26:49 +0000 (15:26 +0100)
Add node for the RTC available on the at91sam9n12.

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/at91sam9n12.dtsi

index 68eb9aded1648e7078d7097eaedbf829ed151561..1d69db2e9e28064bfadb03107c6cb82bada5bdc2 100644 (file)
                                status = "disabled";
                        };
 
+                       rtc@fffffeb0 {
+                               compatible = "atmel,at91rm9200-rtc";
+                               reg = <0xfffffeb0 0x40>;
+                               interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
+                               status = "disabled";
+                       };
+
                        pwm0: pwm@f8034000 {
                                compatible = "atmel,at91sam9rl-pwm";
                                reg = <0xf8034000 0x300>;