usb-xhci.txt 634 B

123456789101112131415161718192021
  1. USB xHCI controllers
  2. Required properties:
  3. - compatible: should be one of "generic-xhci",
  4. "marvell,armada-375-xhci", "marvell,armada-380-xhci",
  5. "renesas,xhci-r8a7790", "renesas,xhci-r8a7791" (deprecated:
  6. "xhci-platform").
  7. - reg: should contain address and length of the standard XHCI
  8. register set for the device.
  9. - interrupts: one XHCI interrupt should be described here.
  10. Optional properties:
  11. - clocks: reference to a clock
  12. - usb3-lpm-capable: determines if platform is USB3 LPM capable
  13. Example:
  14. usb@f0931000 {
  15. compatible = "generic-xhci";
  16. reg = <0xf0931000 0x8c8>;
  17. interrupts = <0x0 0x4e 0x0>;
  18. };