ehci-orion.txt 338 B

123456789101112131415
  1. * EHCI controller, Orion Marvell variants
  2. Required properties:
  3. - compatible: must be "marvell,orion-ehci"
  4. - reg: physical base address of the controller and length of memory mapped
  5. region.
  6. - interrupts: The EHCI interrupt
  7. Example:
  8. ehci@50000 {
  9. compatible = "marvell,orion-ehci";
  10. reg = <0x50000 0x1000>;
  11. interrupts = <19>;
  12. };