mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
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:
parent
a009c0c66e
commit
1335b32ba1
|
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user