From: Anson Huang Date: Tue, 4 Aug 2015 15:54:58 +0000 (+0800) Subject: ARM: dts: imx6ul: add RTC support X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5b032872c9c8a7abe3b19757f6873cc8b9864fc3;p=linux-beck.git ARM: dts: imx6ul: add RTC support Add RTC support for i.MX6UL. Signed-off-by: Anson Huang Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index 70a11e395b9d..19fdaebfde5d 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -412,6 +412,19 @@ fsl,anatop = <&anatop>; }; + snvs: snvs@020cc000 { + compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd"; + reg = <0x020cc000 0x4000>; + + snvs_rtc: snvs-rtc-lp { + compatible = "fsl,sec-v4.0-mon-rtc-lp"; + regmap = <&snvs>; + offset = <0x34>; + interrupts = , + ; + }; + }; + epit1: epit@020d0000 { reg = <0x020d0000 0x4000>; interrupts = ;