msm-hsusb.txt 357 B

1234567891011121314151617
  1. MSM SoC HSUSB controllers
  2. EHCI
  3. Required properties:
  4. - compatible: Should contain "qcom,ehci-host"
  5. - regs: offset and length of the register set in the memory map
  6. - usb-phy: phandle for the PHY device
  7. Example EHCI controller device node:
  8. ehci: ehci@f9a55000 {
  9. compatible = "qcom,ehci-host";
  10. reg = <0xf9a55000 0x400>;
  11. usb-phy = <&usb_otg>;
  12. };