Commit f41f34dd authored by Peter Robinson's avatar Peter Robinson Committed by Thierry Reding

arm64: tegra: Allow bootloader to configure Ethernet MAC on Jetson TX2

Add an ethernet alias so that a stable MAC address is added to the
device tree for the wired ethernet interface.
Signed-off-by: default avatarPeter Robinson <pbrobinson@gmail.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent cd8f843c
......@@ -8,6 +8,7 @@ / {
compatible = "nvidia,p3310", "nvidia,tegra186";
aliases {
ethernet0 = "/ethernet@2490000";
sdhci0 = "/sdhci@3460000";
sdhci1 = "/sdhci@3400000";
serial0 = &uarta;
......
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