ARM: tegra: Mark built-in Ethernet as default on Jetson TX2
Add an "ethernet" alias that points to the default network interface, which is the built-in EQoS on Jetson TX2. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
committed by
Tom Warren
parent
1e669b4808
commit
879a3bc1c2
@@ -9,6 +9,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
|
ethernet = "/ethernet@2490000";
|
||||||
mmc0 = "/sdhci@3460000";
|
mmc0 = "/sdhci@3460000";
|
||||||
mmc1 = "/sdhci@3400000";
|
mmc1 = "/sdhci@3400000";
|
||||||
i2c0 = "/bpmp/i2c";
|
i2c0 = "/bpmp/i2c";
|
||||||
@@ -28,6 +29,7 @@
|
|||||||
ethernet@2490000 {
|
ethernet@2490000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
phy-reset-gpios = <&gpio_main TEGRA_MAIN_GPIO(M, 4) GPIO_ACTIVE_LOW>;
|
phy-reset-gpios = <&gpio_main TEGRA_MAIN_GPIO(M, 4) GPIO_ACTIVE_LOW>;
|
||||||
|
local-mac-address = [ 00 00 00 00 00 00 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
i2c@3160000 {
|
i2c@3160000 {
|
||||||
|
|||||||
Reference in New Issue
Block a user