Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: Add Ethernet interface description for Odroid U3

Add Ethernet interface description for Odroid U3.

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-6-l.stelmach@samsung.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

authored by

Łukasz Stelmach and committed by
Krzysztof Kozlowski
6eff2604 dff7ae5c

+12
+12
arch/arm/boot/dts/exynos4412-odroidu3.dts
··· 16 16 model = "Hardkernel ODROID-U3 board based on Exynos4412"; 17 17 compatible = "hardkernel,odroid-u3", "samsung,exynos4412", "samsung,exynos4"; 18 18 19 + aliases { 20 + ethernet = &ethernet; 21 + }; 22 + 19 23 memory@40000000 { 20 24 device_type = "memory"; 21 25 reg = <0x40000000 0x7FF00000>; ··· 114 110 }; 115 111 116 112 &ehci { 113 + #address-cells = <1>; 114 + #size-cells = <0>; 117 115 phys = <&exynos_usbphy 2>, <&exynos_usbphy 3>; 118 116 phy-names = "hsic0", "hsic1"; 117 + 118 + ethernet: usbether@2 { 119 + compatible = "usb0424,9730"; 120 + reg = <2>; 121 + local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */ 122 + }; 119 123 }; 120 124 121 125 &hsotg {