usb-xhci.txt 365 B

1234567891011121314
  1. USB xHCI controllers
  2. Required properties:
  3. - compatible: should be "xhci-platform".
  4. - reg: should contain address and length of the standard XHCI
  5. register set for the device.
  6. - interrupts: one XHCI interrupt should be described here.
  7. Example:
  8. usb@f0931000 {
  9. compatible = "xhci-platform";
  10. reg = <0xf0931000 0x8c8>;
  11. interrupts = <0x0 0x4e 0x0>;
  12. };