summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/usb/msm-hsusb.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/usb/msm-hsusb.txt')
-rw-r--r--dts/Bindings/usb/msm-hsusb.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/dts/Bindings/usb/msm-hsusb.txt b/dts/Bindings/usb/msm-hsusb.txt
new file mode 100644
index 0000000000..5ea26c631e
--- /dev/null
+++ b/dts/Bindings/usb/msm-hsusb.txt
@@ -0,0 +1,17 @@
+MSM SoC HSUSB controllers
+
+EHCI
+
+Required properties:
+- compatible: Should contain "qcom,ehci-host"
+- regs: offset and length of the register set in the memory map
+- usb-phy: phandle for the PHY device
+
+Example EHCI controller device node:
+
+ ehci: ehci@f9a55000 {
+ compatible = "qcom,ehci-host";
+ reg = <0xf9a55000 0x400>;
+ usb-phy = <&usb_otg>;
+ };
+