xref: /openbmc/linux/Documentation/devicetree/bindings/usb/usb-uhci.txt (revision 1a4e39c2e5ca2eb494a53ecd73055562f690bca0)
1Generic Platform UHCI Controller
2-----------------------------------------------------
3
4Required properties:
5- compatible : "generic-uhci" (deprecated: "platform-uhci")
6- reg : Should contain 1 register ranges(address and length)
7- interrupts : UHCI controller interrupt
8
9Example:
10
11	uhci@d8007b00 {
12		compatible = "generic-uhci";
13		reg = <0xd8007b00 0x200>;
14		interrupts = <43>;
15	};
16