arm64: dts: lx2160a-cex7: add interrupts for rtc and ethernet phy

SolidRun LX2160A CEX-7 module has interrupts wired for both the rtc and
ethernet phy.

Add description for those interrupts to the rtc and phy nodes.

Signed-off-by: Josua Mayer <josua@solid-run.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Josua Mayer 2025-08-25 20:00:55 +02:00 committed by Shawn Guo
parent a009c0c66e
commit 1335b32ba1

View File

@ -41,6 +41,7 @@ &emdio1 {
rgmii_phy1: ethernet-phy@1 {
reg = <1>;
qca,smarteee-tw-us-1g = <24>;
interrupts-extended = <&gpio2 4 IRQ_TYPE_EDGE_FALLING>;
};
};
@ -156,6 +157,7 @@ &i2c4 {
rtc@51 {
compatible = "nxp,pcf2129";
reg = <0x51>;
interrupts-extended = <&gpio2 8 IRQ_TYPE_LEVEL_LOW>;
};
};