diff options
author | Anson Huang <b20788@freescale.com> | 2015-08-04 18:54:58 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-08-11 18:15:27 +0300 |
commit | 5b032872c9c8a7abe3b19757f6873cc8b9864fc3 (patch) | |
tree | 795a84f6bf9847f5a1d86290a1adc70d93406256 /arch/arm/boot/dts/imx6ul.dtsi | |
parent | 18619ff55d613dc5c8276ae70e5ca4e48c609f44 (diff) | |
download | linux-5b032872c9c8a7abe3b19757f6873cc8b9864fc3.tar.xz |
ARM: dts: imx6ul: add RTC support
Add RTC support for i.MX6UL.
Signed-off-by: Anson Huang <b20788@freescale.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ul.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
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 = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>, + <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>; + }; + }; + epit1: epit@020d0000 { reg = <0x020d0000 0x4000>; interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>; |