Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b725054 authored by Patrick Bruenn's avatar Patrick Bruenn Committed by Shawn Guo
Browse files

ARM: dts: imx53: add srtc node



The i.MX53 has an integrated secure real time clock. Add it to the dtsi.

Signed-off-by: default avatarPatrick Bruenn <p.bruenn@beckhoff.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 87a7da04
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -433,6 +433,15 @@
				clock-names = "ipg", "per";
			};

			srtc: srtc@53fa4000 {
				compatible = "fsl,imx53-rtc", "fsl,imx25-rtc";
				reg = <0x53fa4000 0x4000>;
				interrupts = <24>;
				interrupt-parent = <&tzic>;
				clocks = <&clks IMX5_CLK_SRTC_GATE>;
				clock-names = "ipg";
			};

			iomuxc: iomuxc@53fa8000 {
				compatible = "fsl,imx53-iomuxc";
				reg = <0x53fa8000 0x4000>;