Skip to content

Commit

Permalink
arm64: tegra: Enable MGBE on Jetson AGX Orin Developer Kit
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
thierryreding committed Feb 23, 2022
1 parent 9ddcd05 commit 437fbb5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,27 @@
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";
Expand Down

0 comments on commit 437fbb5

Please sign in to comment.