]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: aspeed: nvidia: gb200nvl: Enable MAC0 for BMC network
authorWillie Thai <wthai@nvidia.com>
Thu, 17 Jul 2025 09:52:13 +0000 (09:52 +0000)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Mon, 11 Aug 2025 00:07:46 +0000 (09:37 +0930)
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>
arch/arm/boot/dts/aspeed/aspeed-bmc-nvidia-gb200nvl-bmc.dts

index dd2a02a6d1d40cd3fe99af83123a7a3a67149a69..72dafebc080d5ab30a100450fb04c688cd805844 100644 (file)
        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";