Unverified Commit 6042a588 authored by Corentin Labbe's avatar Corentin Labbe Committed by Arnd Bergmann
Browse files

ARM: dts: intel-ixp42x-welltech-epbx100: add ethernet node

parent d5d48041
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -76,5 +76,23 @@ partition@fff000 {
				};
			};
		};

		/* 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>;
				};
			};
		};
	};
};