Commit 1335b32b authored by Josua Mayer's avatar Josua Mayer Committed by Shawn Guo
Browse files

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: default avatarJosua Mayer <josua@solid-run.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent a009c0c6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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>;
	};
};