diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-07-10 13:54:00 +0900 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-07-14 11:21:45 +0200 |
commit | 3fbf02a85b6f96b19dd49cabc2d8471d0bd4b5d3 (patch) | |
tree | a4fe21a437e2ca0590fcd2dc1dc6a98ca27d8bdb /arch/arm/boot/dts/uniphier-ph1-sld3.dtsi | |
parent | 1bf42507028a85b57260d00be2c33f5012bd3210 (diff) | |
download | blackbird-obmc-linux-3fbf02a85b6f96b19dd49cabc2d8471d0bd4b5d3.tar.gz blackbird-obmc-linux-3fbf02a85b6f96b19dd49cabc2d8471d0bd4b5d3.zip |
ARM: dts: UniPhier: add USB EHCI device nodes
No dedicated driver compatible with "socionext,uniphier-ehci" has
been supported in the mainline yet, so it falls into "generic-ehci"
and it works well enough with our USB 2.0 host controllers.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-ph1-sld3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/uniphier-ph1-sld3.dtsi | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/uniphier-ph1-sld3.dtsi b/arch/arm/boot/dts/uniphier-ph1-sld3.dtsi index feb253b90fb9..db74457232c5 100644 --- a/arch/arm/boot/dts/uniphier-ph1-sld3.dtsi +++ b/arch/arm/boot/dts/uniphier-ph1-sld3.dtsi @@ -146,5 +146,33 @@ "syscon"; reg = <0x59800000 0x2000>; }; + + usb0: usb@5a800100 { + compatible = "socionext,uniphier-ehci", "generic-ehci"; + status = "disabled"; + reg = <0x5a800100 0x100>; + interrupts = <0 80 4>; + }; + + usb1: usb@5a810100 { + compatible = "socionext,uniphier-ehci", "generic-ehci"; + status = "disabled"; + reg = <0x5a810100 0x100>; + interrupts = <0 81 4>; + }; + + usb2: usb@5a820100 { + compatible = "socionext,uniphier-ehci", "generic-ehci"; + status = "disabled"; + reg = <0x5a820100 0x100>; + interrupts = <0 82 4>; + }; + + usb3: usb@5a830100 { + compatible = "socionext,uniphier-ehci", "generic-ehci"; + status = "disabled"; + reg = <0x5a830100 0x100>; + interrupts = <0 83 4>; + }; }; }; |