ci-hdrc-qcom.txt 501 B

1234567891011121314151617
  1. Qualcomm CI13xxx (Chipidea) USB controllers
  2. Required properties:
  3. - compatible: should contain "qcom,ci-hdrc"
  4. - reg: offset and length of the register set in the memory map
  5. - interrupts: interrupt-specifier for the controller interrupt.
  6. - usb-phy: phandle for the PHY device
  7. - dr_mode: Should be "peripheral"
  8. Examples:
  9. gadget@f9a55000 {
  10. compatible = "qcom,ci-hdrc";
  11. reg = <0xf9a55000 0x400>;
  12. dr_mode = "peripheral";
  13. interrupts = <0 134 0>;
  14. usb-phy = <&usbphy0>;
  15. };