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 XU

Add Ethernet interface description for Odroid XU.

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

authored by

Łukasz Stelmach and committed by
Krzysztof Kozlowski
dff7ae5c 9ef3a2c5

+15
+15
arch/arm/boot/dts/exynos5410-odroidxu.dts
··· 19 19 model = "Hardkernel Odroid XU"; 20 20 compatible = "hardkernel,odroid-xu", "samsung,exynos5410", "samsung,exynos5"; 21 21 22 + aliases { 23 + ethernet = &ethernet; 24 + }; 25 + 22 26 memory@40000000 { 23 27 device_type = "memory"; 24 28 reg = <0x40000000 0x7ea00000>; ··· 668 664 &usbdrd3_1 { 669 665 vdd33-supply = <&ldo12_reg>; 670 666 vdd10-supply = <&ldo15_reg>; 667 + }; 668 + 669 + &usbhost2 { 670 + #address-cells = <1>; 671 + #size-cells = <0>; 672 + 673 + ethernet: usbether@2 { 674 + compatible = "usb0424,9730"; 675 + reg = <2>; 676 + local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */ 677 + }; 671 678 };