diff options
author | Tony Lindgren <tony@atomide.com> | 2017-01-05 08:37:03 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-06 08:49:47 -0800 |
commit | f7f01ffbca7771fffee7ab1e97c48c4c1c8974f0 (patch) | |
tree | 8801bdb0ff92940093894086673922f7a9e48b53 | |
parent | e13a22a406f20322651b8c0847f4210bdef246d1 (diff) | |
download | op-kernel-dev-f7f01ffbca7771fffee7ab1e97c48c4c1c8974f0.zip op-kernel-dev-f7f01ffbca7771fffee7ab1e97c48c4c1c8974f0.tar.gz |
ARM: dts: omap5-igep0050: Allow bootloader to configure USB Ethernet MAC
This is slightly different wiring compared to omap5-uevm or pandaboard:
/sys/bus/usb/devices/3-2 hub
/sys/bus/usb/devices/3-2.3 7500
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/omap5-igep0050.dts | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5-igep0050.dts b/arch/arm/boot/dts/omap5-igep0050.dts index 8fc1921..fef2a44 100644 --- a/arch/arm/boot/dts/omap5-igep0050.dts +++ b/arch/arm/boot/dts/omap5-igep0050.dts @@ -19,6 +19,10 @@ reg = <0x0 0x80000000 0 0x7f000000>; /* 2032 MB */ }; + aliases { + ethernet = ðernet; + }; + gpio_keys { compatible = "gpio-keys"; pinctrl-0 = <&power_button_pin>; @@ -116,3 +120,20 @@ OMAP5_IOPAD(0x1ca, PIN_OUTPUT | MUX_MODE6) /* perslimbus2_clock.gpio5_145 */ >; }; + +&usbhsehci { + #address-cells = <1>; + #size-cells = <0>; + + hub@2 { + compatible = "usb424,3503"; + reg = <2>; + #address-cells = <1>; + #size-cells = <0>; + + ethernet: usbether@3 { + compatible = "usb424,7500"; + reg = <3>; + }; + }; +}; |