ohci-nxp.txt 372 B

12345678910111213141516
  1. * OHCI controller, NXP ohci-nxp variant
  2. Required properties:
  3. - compatible: must be "nxp,ohci-nxp"
  4. - reg: physical base address of the controller and length of memory mapped
  5. region.
  6. - interrupts: The OHCI interrupt
  7. Example (LPC32xx):
  8. ohci@31020000 {
  9. compatible = "nxp,ohci-nxp";
  10. reg = <0x31020000 0x300>;
  11. interrupt-parent = <&mic>;
  12. interrupts = <0x3b 0>;
  13. };