From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregory.clement@free-electrons.com (Gregory CLEMENT) Date: Thu, 15 Jan 2015 11:47:05 +0100 Subject: [PATCH v3 4/5] ARM: mvebu: add Device Tree description of RTC on Armada 38x In-Reply-To: <1421318826-27268-1-git-send-email-gregory.clement@free-electrons.com> References: <1421318826-27268-1-git-send-email-gregory.clement@free-electrons.com> Message-ID: <1421318826-27268-5-git-send-email-gregory.clement@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org The Marvell Armada 38x SoCs contains an RTC which differs from the RTC used in the other mvebu SoCs until now. This commit adds the Device Tree description of this interface at the SoC level. Signed-off-by: Gregory CLEMENT --- arch/arm/boot/dts/armada-38x.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi index 04fe80d101f8..36c1d35873dd 100644 --- a/arch/arm/boot/dts/armada-38x.dtsi +++ b/arch/arm/boot/dts/armada-38x.dtsi @@ -466,6 +466,13 @@ clocks = <&gateclk 4>; }; + rtc at a3800 { + compatible = "marvell,armada-380-rtc"; + reg = <0xa3800 0x20>, <0x184a0 0x0c>; + reg-names = "rtc", "soc-int"; + interrupts = ; + }; + sata at a8000 { compatible = "marvell,armada-380-ahci"; reg = <0xa8000 0x2000>; -- 1.9.1