]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
ARM: dts: imx6q: enable snvs lp rtc
authorShawn Guo <shawn.guo@linaro.org>
Mon, 2 Jul 2012 12:13:03 +0000 (20:13 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Fri, 16 Nov 2012 06:18:52 +0000 (14:18 +0800)
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6q.dtsi

index 663fb869eb20af0963bc0e7fce58a189f59104e9..255f56b124e6b2ac685f175d95192f62239d2afc 100644 (file)
                        };
 
                        snvs@020cc000 {
-                               reg = <0x020cc000 0x4000>;
-                               interrupts = <0 19 0x04 0 20 0x04>;
+                               compatible = "fsl,sec-v4.0-mon", "simple-bus";
+                               #address-cells = <1>;
+                               #size-cells = <1>;
+                               ranges = <0 0x020cc000 0x4000>;
+
+                               snvs-rtc-lp@34 {
+                                       compatible = "fsl,sec-v4.0-mon-rtc-lp";
+                                       reg = <0x34 0x58>;
+                                       interrupts = <0 19 0x04 0 20 0x04>;
+                               };
                        };
 
                        epit@020d0000 { /* EPIT1 */