aboutsummaryrefslogtreecommitdiff
path: root/src/arm/intel-ixp42x-welltech-epbx100.dts
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/intel-ixp42x-welltech-epbx100.dts')
-rw-r--r--src/arm/intel-ixp42x-welltech-epbx100.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/arm/intel-ixp42x-welltech-epbx100.dts b/src/arm/intel-ixp42x-welltech-epbx100.dts
index f5846a50e4d4..b444003c10e1 100644
--- a/src/arm/intel-ixp42x-welltech-epbx100.dts
+++ b/src/arm/intel-ixp42x-welltech-epbx100.dts
@@ -76,5 +76,23 @@
};
};
};
+
+ /* LAN port */
+ ethernet@c8009000 {
+ status = "ok";
+ queue-rx = <&qmgr 3>;
+ queue-txready = <&qmgr 20>;
+ phy-mode = "rgmii";
+ phy-handle = <&phy5>;
+
+ mdio {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ phy5: ethernet-phy@5 {
+ reg = <5>;
+ };
+ };
+ };
};
};