Skip to content

Commit eb0aadf

Browse files
Ciprian Marian CosteaShawn Guo
authored andcommitted
arm64: dts: s32gxxxa-rdb: Add PCA85073A RTC module over I2C0
Add support for the PCA85073A RTC module connected via I2C0 on S32G274A-RDB2 and S32G399A-RDB3 boards. Note that the PCA85073A RTC module is not battery backed. Signed-off-by: Ciprian Marian Costea <ciprianmarian.costea@oss.nxp.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Reviewed-by: Matthias Brugger <mbrugger@suse.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent a5b22b7 commit eb0aadf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm64/boot/dts/freescale/s32gxxxa-rdb.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@
153153
gpio-controller;
154154
#gpio-cells = <2>;
155155
};
156+
157+
pca85073a: rtc@51 {
158+
compatible = "nxp,pca85073a";
159+
reg = <0x51>;
160+
};
156161
};
157162

158163
&i2c2 {

0 commit comments

Comments
 (0)