ehci-orion.txt 476 B

1234567891011121314151617181920
  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. Optional properties:
  8. - clocks: reference to the clock
  9. - phys: reference to the USB PHY
  10. - phy-names: name of the USB PHY, should be "usb"
  11. Example:
  12. ehci@50000 {
  13. compatible = "marvell,orion-ehci";
  14. reg = <0x50000 0x1000>;
  15. interrupts = <19>;
  16. };