platform-uhci.txt 307 B

123456789101112
  1. Generic Platform UHCI controllers.
  2. Required properties:
  3. - compatible: Should be "platform-uhci".
  4. - reg: Address range of the uhci registers
  5. - interrupts: Should contain the uhci interrupt.
  6. usb: uhci@D8007301 {
  7. compatible = "platform-uhci", "usb-uhci";
  8. reg = <0xD8007301 0x200>;
  9. interrupts = <0>;
  10. };