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

Commit 0a0698f6 authored by Chen Feng's avatar Chen Feng Committed by Wei Xu
Browse files

arm64: dts: hi3660: Add pl031 rtc node



Add dts node to enable pl031 rtc.

Signed-off-by: default avatarChen Feng <puck.chen@hisilicon.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
parent 2e9b4447
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -326,6 +326,14 @@
			status = "disabled";
		};

		rtc0: rtc@fff04000 {
			compatible = "arm,pl031", "arm,primecell";
			reg = <0x0 0Xfff04000 0x0 0x1000>;
			interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&crg_ctrl HI3660_PCLK>;
			clock-names = "apb_pclk";
		};

		gpio0: gpio@e8a0b000 {
			compatible = "arm,pl061", "arm,primecell";
			reg = <0 0xe8a0b000 0 0x1000>;