ARM: dts: exynos: Add an alias for the Ethernet interface on Odroid XU3

Add an alias to enable bootloaders to find the Ethernet
interface and assign a MAC address.

Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Link: https://lore.kernel.org/r/20201103184412.18874-3-l.stelmach@samsung.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Łukasz Stelmach 2020-11-03 19:44:08 +01:00 committed by Krzysztof Kozlowski
parent f949d414fc
commit c0f5d3873b

View file

@ -15,6 +15,10 @@
/ {
model = "Hardkernel Odroid XU3";
compatible = "hardkernel,odroid-xu3", "samsung,exynos5800", "samsung,exynos5";
aliases {
ethernet = &ethernet;
};
};
&i2c_0 {