usb-uhci.txt 383 B

123456789101112131415
  1. Generic Platform UHCI Controller
  2. -----------------------------------------------------
  3. Required properties:
  4. - compatible : "generic-uhci" (deprecated: "platform-uhci")
  5. - reg : Should contain 1 register ranges(address and length)
  6. - interrupts : UHCI controller interrupt
  7. Example:
  8. uhci@d8007b00 {
  9. compatible = "generic-uhci";
  10. reg = <0xd8007b00 0x200>;
  11. interrupts = <43>;
  12. };