Skip to content

Commit 8005c3e

Browse files
1991JoyzouShawn Guo
authored andcommitted
arm64: dts: imx93-11x11-evk: add RTC PCF2131 support
Support RTC PCF2131 on imx93-11x11-evk. Signed-off-by: Joy Zou <joy.zou@nxp.com> Reviewed-by: Marco Felsch <m.felsch@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 63e3cc2 commit 8005c3e

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,20 @@
402402
};
403403
};
404404

405+
&lpi2c3 {
406+
clock-frequency = <400000>;
407+
pinctrl-names = "default";
408+
pinctrl-0 = <&pinctrl_lpi2c3>;
409+
status = "okay";
410+
411+
pcf2131: rtc@53 {
412+
compatible = "nxp,pcf2131";
413+
reg = <0x53>;
414+
interrupt-parent = <&pcal6524>;
415+
interrupts = <1 IRQ_TYPE_EDGE_FALLING>;
416+
};
417+
};
418+
405419
&iomuxc {
406420
pinctrl_eqos: eqosgrp {
407421
fsl,pins = <
@@ -509,6 +523,13 @@
509523
>;
510524
};
511525

526+
pinctrl_lpi2c3: lpi2c3grp {
527+
fsl,pins = <
528+
MX93_PAD_GPIO_IO28__LPI2C3_SDA 0x40000b9e
529+
MX93_PAD_GPIO_IO29__LPI2C3_SCL 0x40000b9e
530+
>;
531+
};
532+
512533
pinctrl_pcal6524: pcal6524grp {
513534
fsl,pins = <
514535
MX93_PAD_CCM_CLKO2__GPIO3_IO27 0x31e

0 commit comments

Comments
 (0)