arm64: dts: imx8mp-var-som-symphony: add external RTC

Add the DS1337 RTC on the Symphony carrier board and disable the internal
SNVS RTC.

Signed-off-by: Stefano Radaelli <stefano.r@variscite.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
Stefano Radaelli 2026-06-08 16:41:05 +02:00 committed by Frank Li
parent 342414b800
commit 5babe75945

View File

@ -139,12 +139,21 @@ st33ktpm2xi2c: tpm@2e {
label = "tpm";
reset-gpios = <&pcal6408 4 GPIO_ACTIVE_LOW>;
};
rtc@68 {
compatible = "dallas,ds1337";
reg = <0x68>;
};
};
&snvs_pwrkey {
status = "okay";
};
&snvs_rtc {
status = "disabled";
};
/* Console */
&uart2 {
pinctrl-names = "default";