Skip to content
Snippets Groups Projects
Commit 3bc8aeed authored by Frieder Schrempf's avatar Frieder Schrempf
Browse files

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


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

Signed-off-by: default avatarFrieder Schrempf <frieder.schrempf@kontron.de>
parent 49a7d29a
1 merge request!170PMIC PCA9450 LDO5 Fixes (SD card voltage selection)
......@@ -205,6 +205,9 @@ eeprom@50 {
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 @@ MX93_PAD_CCM_CLKO4__GPIO4_IO29 0x31e /* CARRIER_PWR_EN */
>;
};
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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment