Commit 2b4e0d78 authored by Willie Thai's avatar Willie Thai Committed by Andrew Jeffery
Browse files

ARM: dts: aspeed: nvidia: gb200nvl: Enable MAC0 for BMC network

parent 2193aed6
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -227,6 +227,30 @@ &uart_routing {
	status = "okay";
};

&mdio0 {
	status = "okay";
	ethphy0: ethernet-phy@0 {
		compatible = "ethernet-phy-ieee802.3-c22";
		reg = <0>;
	};
};

&mdio3 {
	status = "okay";
	ethphy3: ethernet-phy@2 {
		compatible = "ethernet-phy-ieee802.3-c22";
		reg = <2>;
	};
};

&mac0 {
	status = "okay";
	pinctrl-names = "default";
	phy-mode = "rgmii-id";
	phy-handle = <&ethphy3>;
	pinctrl-0 = <&pinctrl_rgmii1_default>;
};

&mac2 {
	status = "okay";
	phy-mode = "rmii";