via,vt8500-ehci.txt 365 B

123456789101112131415
  1. VIA/Wondermedia VT8500 EHCI Controller
  2. -----------------------------------------------------
  3. Required properties:
  4. - compatible : "via,vt8500-ehci"
  5. - reg : Should contain 1 register ranges(address and length)
  6. - interrupts : ehci controller interrupt
  7. Example:
  8. ehci@d8007900 {
  9. compatible = "via,vt8500-ehci";
  10. reg = <0xd8007900 0x200>;
  11. interrupts = <43>;
  12. };