mirror of https://gitee.com/openkylin/linux.git
arm64: tegra: Add ethernet alias on Jetson AGX Xavier
The Tegra194 EQOS controller is used as primary Ethernet interface. Set the ethernet0 alias to reflect that. Generic bootloader code can use this to find the primary Ethernet device and set the MAC address, for example. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
19dc772a94
commit
2b6b3940e8
|
@ -8,6 +8,7 @@ / {
|
|||
compatible = "nvidia,p2888", "nvidia,tegra194";
|
||||
|
||||
aliases {
|
||||
ethernet0 = "/cbb@0/ethernet@2490000";
|
||||
sdhci0 = "/cbb@0/sdhci@3460000";
|
||||
sdhci1 = "/cbb@0/sdhci@3400000";
|
||||
serial0 = &tcu;
|
||||
|
|
Loading…
Reference in New Issue