arm64: dts: lx2162a-qds: add interrupt line for RTC node

Add interrupt line for RTC node on lx2162a-qds

Signed-off-by: Biwen Li <biwen.li@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Biwen Li 2021-12-14 01:23:42 -06:00 committed by Shawn Guo
parent 23817c8396
commit cc03211c74
1 changed files with 2 additions and 0 deletions

View File

@ -317,6 +317,8 @@
rtc@51 {
compatible = "nxp,pcf2129";
reg = <0x51>;
/* IRQ_RTC_B -> IRQ11_B(CPLD) -> IRQ11(CPU), active low */
interrupts-extended = <&extirq 11 IRQ_TYPE_LEVEL_LOW>;
};
};
};