diff options
author | Axel Haslam <ahaslam@baylibre.com> | 2017-01-06 12:40:53 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2017-01-07 16:34:47 +0300 |
commit | fa4fabff6a95a5f10c9363e5461d49780151004c (patch) | |
tree | d91e42867392ccaadbf4e965b47bc6f26f0d3ac4 /arch/arm/boot/dts/da850.dtsi | |
parent | 7c93931e4cee25315173ec40b8a52a02d070f852 (diff) | |
download | linux-fa4fabff6a95a5f10c9363e5461d49780151004c.tar.xz |
ARM: dts: da850: Add usb device node
Add the usb1 device node for the da850 soc.
This will allow boards to use the usb1 port
when booting through DT.
Signed-off-by: Axel Haslam <ahaslam@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/da850.dtsi')
-rw-r--r-- | arch/arm/boot/dts/da850.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index 58b1566ebf8c..ac17862d85c4 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi @@ -425,6 +425,14 @@ >; status = "disabled"; }; + usb1: usb@225000 { + compatible = "ti,da830-ohci"; + reg = <0x225000 0x1000>; + interrupts = <59>; + phys = <&usb_phy 1>; + phy-names = "usb-phy"; + status = "disabled"; + }; gpio: gpio@226000 { compatible = "ti,dm6441-gpio"; gpio-controller; |