1*8cc087a1SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT) 2*8cc087a1SEmmanuel Vadot// 3*8cc087a1SEmmanuel Vadot// Device Tree file for LX2160A BLUEBOX3 4*8cc087a1SEmmanuel Vadot// 5*8cc087a1SEmmanuel Vadot// Copyright 2020-2021 NXP 6*8cc087a1SEmmanuel Vadot 7*8cc087a1SEmmanuel Vadot/dts-v1/; 8*8cc087a1SEmmanuel Vadot 9*8cc087a1SEmmanuel Vadot#include "fsl-lx2160a-bluebox3.dts" 10*8cc087a1SEmmanuel Vadot 11*8cc087a1SEmmanuel Vadot/ { 12*8cc087a1SEmmanuel Vadot compatible = "fsl,lx2160a-bluebox3-rev-a", "fsl,lx2160a"; 13*8cc087a1SEmmanuel Vadot}; 14*8cc087a1SEmmanuel Vadot 15*8cc087a1SEmmanuel Vadot/* The RGMII PHYs have a different MDIO address */ 16*8cc087a1SEmmanuel Vadot&emdio1 { 17*8cc087a1SEmmanuel Vadot /delete-node/ ethernet-phy@5; 18*8cc087a1SEmmanuel Vadot 19*8cc087a1SEmmanuel Vadot sw1_mii3_phy: ethernet-phy@1 { 20*8cc087a1SEmmanuel Vadot /* AR8035 */ 21*8cc087a1SEmmanuel Vadot compatible = "ethernet-phy-id004d.d072"; 22*8cc087a1SEmmanuel Vadot reg = <0x1>; 23*8cc087a1SEmmanuel Vadot interrupts-extended = <&extirq 6 IRQ_TYPE_LEVEL_LOW>; 24*8cc087a1SEmmanuel Vadot }; 25*8cc087a1SEmmanuel Vadot 26*8cc087a1SEmmanuel Vadot /delete-node/ ethernet-phy@6; 27*8cc087a1SEmmanuel Vadot 28*8cc087a1SEmmanuel Vadot sw2_mii3_phy: ethernet-phy@2 { 29*8cc087a1SEmmanuel Vadot /* AR8035 */ 30*8cc087a1SEmmanuel Vadot compatible = "ethernet-phy-id004d.d072"; 31*8cc087a1SEmmanuel Vadot reg = <0x2>; 32*8cc087a1SEmmanuel Vadot interrupts-extended = <&extirq 7 IRQ_TYPE_LEVEL_LOW>; 33*8cc087a1SEmmanuel Vadot }; 34*8cc087a1SEmmanuel Vadot}; 35