OSDN Git Service

ARM: dts: imx53: add srtc node
authorPatrick Bruenn <p.bruenn@beckhoff.com>
Mon, 18 Dec 2017 11:51:31 +0000 (12:51 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Dec 2017 08:18:17 +0000 (16:18 +0800)
rtc-mxc_v2 driver will add support for the i.MX53 SRTC

Note: we keep the 'srtc' label to avoid duplicate with imx53-m53.dtsi

Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx53.dtsi

index c088a23..38b31a3 100644 (file)
                                clock-names = "ipg", "per";
                        };
 
+                       srtc: rtc@53fa4000 {
+                               compatible = "fsl,imx53-rtc";
+                               reg = <0x53fa4000 0x4000>;
+                               interrupts = <24>;
+                               clocks = <&clks IMX5_CLK_SRTC_GATE>;
+                       };
+
                        iomuxc: iomuxc@53fa8000 {
                                compatible = "fsl,imx53-iomuxc";
                                reg = <0x53fa8000 0x4000>;