diff options
author | Afzal Mohammed <afzal@ti.com> | 2012-10-30 05:34:01 -0400 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-10-31 06:55:21 -0400 |
commit | 0d935c16b779db481715b9885f2fd3d20a70bf79 (patch) | |
tree | 273b194757ce50326ec8aa0c526183a2bd4ee7b8 /arch/arm/boot/dts/am33xx.dtsi | |
parent | 00cbdce75b62a56bf3e6baca68b5ddb5474495a2 (diff) |
ARM: dts: AM33XX: Add rtc node
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>
Diffstat (limited to 'arch/arm/boot/dts/am33xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 70d24b848c11..97a7bd31229a 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi | |||
@@ -291,5 +291,13 @@ | |||
291 | ti,hwmods = "timer7"; | 291 | ti,hwmods = "timer7"; |
292 | ti,timer-pwm; | 292 | ti,timer-pwm; |
293 | }; | 293 | }; |
294 | |||
295 | rtc@44e3e000 { | ||
296 | compatible = "ti,da830-rtc"; | ||
297 | reg = <0x44e3e000 0x1000>; | ||
298 | interrupts = <75 | ||
299 | 76>; | ||
300 | ti,hwmods = "rtc"; | ||
301 | }; | ||
294 | }; | 302 | }; |
295 | }; | 303 | }; |