diff options
author | Lokesh Vutla <[email protected]> | 2014-11-19 17:53:08 +0530 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2014-11-21 16:09:09 -0800 |
commit | bc078316d86c8467b367392f420d75e28e0b2d7e (patch) | |
tree | c9e7844ab70a0ee9225303e6f634dbed061c3cc7 | |
parent | 28398c69a7f99861d9631d5cfbadf8cd054ccf93 (diff) |
ARM: dts: DRA7: Add node for RTC
Add node for RTC.
Note that on dra7xx are no separate interrupts for alram
and timer unlike for SoCs.
Signed-off-by: Lokesh Vutla <[email protected]>
[[email protected]: update with rtc crossbar number]
Signed-off-by: Nishanth Menon <[email protected]>
[[email protected]: updated comments]
Signed-off-by: Tony Lindgren <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 9cd99b931302..1442b48c4b04 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -1157,6 +1157,15 @@ status = "disabled"; }; + rtc@48838000 { + compatible = "ti,am3352-rtc"; + reg = <0x48838000 0x100>; + interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>, + <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>; + ti,hwmods = "rtcss"; + clocks = <&sys_32k_ck>; + }; + omap_control_usb2phy1: control-phy@4a002300 { compatible = "ti,control-phy-usb2"; reg = <0x4a002300 0x4>; |