ehci-msm.txt 261 B

12345678910
  1. Chipidea EHCI controller (part of OTG controller) used on Qualcomm devices.
  2. Required properties:
  3. - compatible: must be "qcom,ehci-host"
  4. - reg: start address and size of the registers
  5. ehci@78d9000 {
  6. compatible = "qcom,ehci-host";
  7. reg = <0x78d9000 0x400>;
  8. };