arm64: dts: lx2160ardb: add interrupts to AQR107
authorIoana Ciornei <ioana.ciornei@nxp.com>
Thu, 22 Apr 2021 09:41:33 +0000 (12:41 +0300)
committerIoana Ciornei <ciorneiioana@gmail.com>
Mon, 26 Apr 2021 09:22:46 +0000 (12:22 +0300)
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts

index 860eb83..5f7659b 100644 (file)
        aquantia_phy1: ethernet-phy@4 {
                /* AQR107 PHY */
                compatible = "ethernet-phy-ieee802.3-c45";
+               interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
                reg = <0x4>;
        };
 
        aquantia_phy2: ethernet-phy@5 {
                /* AQR107 PHY */
                compatible = "ethernet-phy-ieee802.3-c45";
+               interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
                reg = <0x5>;
        };
 };