arm64: dts: imx93-kontron: Add RTC interrupt signal

The RTC INT ouptut is connected to a GPIO. Add the interrupt
so it can be used by the RTC driver.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Frieder Schrempf 2025-07-21 12:05:44 +02:00 committed by Shawn Guo
parent 384de84ae0
commit 3daaf3d026
1 changed files with 9 additions and 0 deletions

View File

@ -205,6 +205,9 @@
rv3028: rtc@52 {
compatible = "microcrystal,rv3028";
reg = <0x52>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_rtc>;
interrupts-extended = <&gpio3 19 IRQ_TYPE_LEVEL_LOW>;
};
};
@ -468,6 +471,12 @@
>;
};
pinctrl_rtc: rtcgrp {
fsl,pins = <
MX93_PAD_SD2_VSELECT__GPIO3_IO19 0x31e
>;
};
pinctrl_sai3: sai3grp {
fsl,pins = <
MX93_PAD_GPIO_IO20__SAI3_RX_DATA00 0x31e /* I2S_A_DATA_IN */