From 6625adc479a3e89873127a91064a94881449c0d8 Mon Sep 17 00:00:00 2001 Message-Id: <6625adc479a3e89873127a91064a94881449c0d8.1662565903.git.stefan@agner.ch> In-Reply-To: References: From: Stefan Agner Date: Fri, 12 Nov 2021 17:33:32 +0100 Subject: [PATCH] ARM: dts: bcm2711: yellow: add NXP PCF85063A RTC Signed-off-by: Stefan Agner --- arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.dts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.dts b/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.dts index 6039c7894796..f78428ea64f3 100644 --- a/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.dts +++ b/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.dts @@ -575,6 +575,11 @@ card_codec: pcm5121@4c { CPVDD-supply = <&vdd_3v3_reg>; status = "okay"; }; + + pcf85063a: rtc@51 { + compatible = "nxp,pcf85063a"; + reg = <0x51>; + }; }; &i2s { -- 2.37.3