0001 Generic Platform UHCI Controller
0002 -----------------------------------------------------
0003
0004 Required properties:
0005 - compatible : "generic-uhci" (deprecated: "platform-uhci")
0006 - reg : Should contain 1 register ranges(address and length)
0007 - interrupts : UHCI controller interrupt
0008
0009 additionally the properties from usb-hcd.yaml (in the current directory) are
0010 supported.
0011
0012 Example:
0013
0014 uhci@d8007b00 {
0015 compatible = "generic-uhci";
0016 reg = <0xd8007b00 0x200>;
0017 interrupts = <43>;
0018 };