Commit 8aec2c17 authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Enable MGBE on Jetson AGX Orin Developer Kit

A Multi-Gigabit Ethernet (MGBE) instance drives the primary Ethernet
port on the Jetson AGX Orin Developer Kit. Enable it.
Signed-off-by: default avatarBhadram Varka <vbhadram@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 610cdf31
......@@ -2017,6 +2017,27 @@ chosen {
stdout-path = "serial0:115200n8";
};
bus@0 {
ethernet@6800000 {
status = "okay";
phy-handle = <&mgbe0_phy>;
phy-mode = "usxgmii";
mdio {
#address-cells = <1>;
#size-cells = <0>;
mgbe0_phy: phy@0 {
compatible = "ethernet-phy-ieee802.3-c45";
reg = <0x0>;
#phy-cells = <0>;
};
};
};
};
gpio-keys {
compatible = "gpio-keys";
status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment