From: Chen Feng Date: Thu, 15 Jun 2017 03:04:06 +0000 (+0800) Subject: arm64: dts: hi3660: Add pl031 rtc node X-Git-Tag: v4.14-rc1~604^2~13^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a0698f689084261e7ea9e6639b1ac42291a2d9f;p=platform%2Fkernel%2Flinux-rpi.git arm64: dts: hi3660: Add pl031 rtc node Add dts node to enable pl031 rtc. Signed-off-by: Chen Feng Acked-by: Rob Herring Signed-off-by: Wei Xu --- diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi index 7a90c92..3b2a3a7 100644 --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi @@ -326,6 +326,14 @@ status = "disabled"; }; + rtc0: rtc@fff04000 { + compatible = "arm,pl031", "arm,primecell"; + reg = <0x0 0Xfff04000 0x0 0x1000>; + interrupts = ; + clocks = <&crg_ctrl HI3660_PCLK>; + clock-names = "apb_pclk"; + }; + gpio0: gpio@e8a0b000 { compatible = "arm,pl061", "arm,primecell"; reg = <0 0xe8a0b000 0 0x1000>;