arm64: dts: fsl-lx2162a-som: add description for rtc

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>
pull/141/merge
Josua Mayer 2024-03-12 20:56:54 +01:00 committed by Shawn Guo
parent 18af50f17c
commit cdba4a5c81
1 changed files with 9 additions and 0 deletions

View File

@ -71,3 +71,12 @@
reg = <0x54>;
};
};
&i2c5 {
status = "okay";
rtc@6f {
compatible = "microchip,mcp7940x";
reg = <0x6f>;
};
};