From: Abel Vesa Date: Thu, 31 Jan 2019 15:01:22 +0000 (+0000) Subject: arm64: dts: imx8mq: Add RTC support X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~5228^2~21^2~2 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=3ea95c31351946b4a50742fb6907f4c9706ac98f;p=linux.git arm64: dts: imx8mq: Add RTC support Add RTC support for i.MX8MQ. Signed-off-by: Abel Vesa Tested-by: Chris Spencer Reviewed-by: Fabio Estevam Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi index 8e98c664d54c..1dc3f05e3199 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi @@ -242,6 +242,20 @@ interrupts = ; }; + snvs: snvs@30370000 { + compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd"; + reg = <0x30370000 0x10000>; + + snvs_rtc: snvs-rtc-lp{ + compatible = "fsl,sec-v4.0-mon-rtc-lp"; + regmap =<&snvs>; + offset = <0x34>; + interrupts = , + ; + }; + + }; + clk: clock-controller@30380000 { compatible = "fsl,imx8mq-ccm"; reg = <0x30380000 0x10000>;