arm64: dts: fsl-lx2162a-som: add description for rtc
authorJosua Mayer <josua@solid-run.com>
Tue, 12 Mar 2024 19:56:54 +0000 (20:56 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sat, 30 Mar 2024 15:07:14 +0000 (23:07 +0800)
SolidRun LX2162A SoM has an RTC on bus IIC6 (dts i2c5).
Enable this bus and add description for the rtc.

Signed-off-by: Josua Mayer <josua@solid-run.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-lx2162a-sr-som.dtsi

index 0580ea30cfbc8d78a0e85adf63bf31130f61ab27..e914291e63a1ae46c01bc6c3c701a8d7ed11a7ff 100644 (file)
                reg = <0x54>;
        };
 };
+
+&i2c5 {
+       status = "okay";
+
+       rtc@6f {
+               compatible = "microchip,mcp7940x";
+               reg = <0x6f>;
+       };
+};