Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
0002 //
0003 // Device Tree file for LX2160A BLUEBOX3
0004 //
0005 // Copyright 2020-2021 NXP
0006 
0007 /dts-v1/;
0008 
0009 #include "fsl-lx2160a-bluebox3.dts"
0010 
0011 / {
0012         compatible = "fsl,lx2160a-bluebox3-rev-a", "fsl,lx2160a";
0013 };
0014 
0015 /* The RGMII PHYs have a different MDIO address */
0016 &emdio1 {
0017         /delete-node/ ethernet-phy@5;
0018 
0019         sw1_mii3_phy: ethernet-phy@1 {
0020                 /* AR8035 */
0021                 compatible = "ethernet-phy-id004d.d072";
0022                 reg = <0x1>;
0023                 interrupts-extended = <&extirq 6 IRQ_TYPE_LEVEL_LOW>;
0024         };
0025 
0026         /delete-node/ ethernet-phy@6;
0027 
0028         sw2_mii3_phy: ethernet-phy@2 {
0029                 /* AR8035 */
0030                 compatible = "ethernet-phy-id004d.d072";
0031                 reg = <0x2>;
0032                 interrupts-extended = <&extirq 7 IRQ_TYPE_LEVEL_LOW>;
0033         };
0034 };