ohci-omap3.txt 355 B

123456789101112131415
  1. OMAP HS USB OHCI controller (OMAP3 and later)
  2. Required properties:
  3. - compatible: should be "ti,ohci-omap3"
  4. - reg: should contain one register range i.e. start and length
  5. - interrupts: description of the interrupt line
  6. Example for OMAP4:
  7. usbhsohci: ohci@4a064800 {
  8. compatible = "ti,ohci-omap3";
  9. reg = <0x4a064800 0x400>;
  10. interrupts = <0 76 0x4>;
  11. };