vt8500-ehci.txt 370 B

123456789101112
  1. VIA VT8500 and Wondermedia WM8xxx SoC USB controllers.
  2. Required properties:
  3. - compatible: Should be "via,vt8500-ehci" or "wm,prizm-ehci".
  4. - reg: Address range of the ehci registers. size should be 0x200
  5. - interrupts: Should contain the ehci interrupt.
  6. usb: ehci@D8007100 {
  7. compatible = "wm,prizm-ehci", "usb-ehci";
  8. reg = <0xD8007100 0x200>;
  9. interrupts = <1>;
  10. };