diff options
author | Tony Lindgren <tony@atomide.com> | 2017-01-05 19:37:02 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-06 19:49:41 +0300 |
commit | e13a22a406f20322651b8c0847f4210bdef246d1 (patch) | |
tree | dc3760aa0a27fd35f4f4472163da87ee98be1315 /arch/arm/boot/dts/omap5-uevm.dts | |
parent | 879a29e32c2db499b9b4b118466373cba7c276e0 (diff) | |
download | linux-e13a22a406f20322651b8c0847f4210bdef246d1.tar.xz |
ARM: dts: omap5-uevm: Allow bootloader to configure USB Ethernet MAC
Note that with 9730 the wiring is different compared to 9514 found on
beagleboard xm for example.
On beagleboard xm we have:
/sys/bus/usb/devices/1-2 hub
/sys/bus/usb/devices/1-2.1 9514
While on omap5-uevm we have:
/sys/bus/usb/devices/1-2 hub
/sys/bus/usb/devices/1-3 9730
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap5-uevm.dts')
-rw-r--r-- | arch/arm/boot/dts/omap5-uevm.dts | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts index a8c72611fbe3..0d42c46f13e7 100644 --- a/arch/arm/boot/dts/omap5-uevm.dts +++ b/arch/arm/boot/dts/omap5-uevm.dts @@ -18,6 +18,10 @@ reg = <0 0x80000000 0 0x7f000000>; /* 2032 MB */ }; + aliases { + ethernet = ðernet; + }; + leds { compatible = "gpio-leds"; led1 { @@ -164,6 +168,23 @@ >; }; +&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,9730"; + reg = <3>; + }; +}; + &wlcore { compatible = "ti,wl1837"; }; |