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

Commit 91eca8d5 authored by Philippe Reynes's avatar Philippe Reynes Committed by Shawn Guo
Browse files

ARM: dts: imx27: add support of internal rtc



Add support of internal rtc on imx27.

Signed-off-by: default avatarPhilippe Reynes <tremyfr@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 4f182ff7
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -144,6 +144,15 @@
				clock-names = "ipg", "per";
			};

			rtc: rtc@10007000 {
				compatible = "fsl,imx21-rtc";
				reg = <0x10007000 0x1000>;
				interrupts = <22>;
				clocks = <&clks IMX27_CLK_CKIL>,
					 <&clks IMX27_CLK_RTC_IPG_GATE>;
				clock-names = "ref", "ipg";
			};

			kpp: kpp@10008000 {
				compatible = "fsl,imx27-kpp", "fsl,imx21-kpp";
				reg = <0x10008000 0x1000>;