ARM: dts: AM33XX: Add rtc node
authorAfzal Mohammed <afzal@ti.com>
Tue, 30 Oct 2012 09:34:01 +0000 (15:04 +0530)
committerBenoit Cousson <b-cousson@ti.com>
Wed, 31 Oct 2012 10:55:21 +0000 (11:55 +0100)
Add am33xx rtc node.

Signed-off-by: Afzal Mohammed <afzal@ti.com>
[b-cousson@ti.com: Update the subject]
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
arch/arm/boot/dts/am33xx.dtsi

index 70d24b8..97a7bd3 100644 (file)
                        ti,hwmods = "timer7";
                        ti,timer-pwm;
                };
+
+               rtc@44e3e000 {
+                       compatible = "ti,da830-rtc";
+                       reg = <0x44e3e000 0x1000>;
+                       interrupts = <75
+                                     76>;
+                       ti,hwmods = "rtc";
+               };
        };
 };