platform-uhci.txt 355 B

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