Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[linux-drm-fsl-dcu.git] / Documentation / devicetree / bindings / usb / msm-hsusb.txt
1 MSM SoC HSUSB controllers
2
3 EHCI
4
5 Required properties:
6 - compatible:   Should contain "qcom,ehci-host"
7 - regs:                 offset and length of the register set in the memory map
8 - usb-phy:              phandle for the PHY device
9
10 Example EHCI controller device node:
11
12         ehci: ehci@f9a55000 {
13                 compatible = "qcom,ehci-host";
14                 reg = <0xf9a55000 0x400>;
15                 usb-phy = <&usb_otg>;
16         };
17