summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sun8i-a23-a33.dtsi
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-06-17 19:16:59 (GMT)
committerHans de Goede <hdegoede@redhat.com>2015-07-25 09:22:55 (GMT)
commita51c832cc18aeec439648f39f6759a1978206132 (patch)
tree9e03e2d8ad1000d3bdab2d43739aa80fe7877dcb /arch/arm/dts/sun8i-a23-a33.dtsi
parent9ecce9707b05189a762fc87c8483408d175774df (diff)
downloadu-boot-a51c832cc18aeec439648f39f6759a1978206132.tar.xz
sunxi: ga10h: Enable both otg and regular usb host controllers
This allows using devices plugged into both ports of the tablet. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'arch/arm/dts/sun8i-a23-a33.dtsi')
-rw-r--r--arch/arm/dts/sun8i-a23-a33.dtsi18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/dts/sun8i-a23-a33.dtsi b/arch/arm/dts/sun8i-a23-a33.dtsi
index 7abd0ae..5cd2e92 100644
--- a/arch/arm/dts/sun8i-a23-a33.dtsi
+++ b/arch/arm/dts/sun8i-a23-a33.dtsi
@@ -332,6 +332,24 @@
#size-cells = <0>;
};
+ ehci0: usb@01c1a000 {
+ compatible = "allwinner,sun8i-a23-ehci", "generic-ehci";
+ reg = <0x01c1a000 0x100>;
+ interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&ahb1_gates 26>;
+ resets = <&ahb1_rst 26>;
+ status = "disabled";
+ };
+
+ ohci0: usb@01c1a400 {
+ compatible = "allwinner,sun8i-a23-ohci", "generic-ohci";
+ reg = <0x01c1a400 0x100>;
+ interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&ahb1_gates 29>, <&usb_clk 16>;
+ resets = <&ahb1_rst 29>;
+ status = "disabled";
+ };
+
pio: pinctrl@01c20800 {
/* compatible gets set in SoC specific dtsi file */
reg = <0x01c20800 0x400>;