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

Upstream-Status: Inappropriate Bad devices

Signed-off-by: Deepak Kodihalli <dkodihalli@nvidia.com>
Signed-off-by: Ed Tanous <etanous@nvidia.com>
Signed-off-by: Willie Thai <wthai@nvidia.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20250717-update-gb200nvl-dts-for-new-hardware-v3-4-f28145c55c98@nvidia.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
Willie Thai 2025-07-17 09:52:13 +00:00 committed by Andrew Jeffery
parent 2193aed602
commit 2b4e0d787d

View File

@ -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";