usb-uhci.txt 471 B

123456789101112131415161718
  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. additionally the properties from usb-hcd.txt (in the current directory) are
  8. supported.
  9. Example:
  10. uhci@d8007b00 {
  11. compatible = "generic-uhci";
  12. reg = <0xd8007b00 0x200>;
  13. interrupts = <43>;
  14. };