2012-08-04 12:04:56 +08:00
|
|
|
Generic Platform UHCI Controller
|
|
|
|
-----------------------------------------------------
|
|
|
|
|
|
|
|
Required properties:
|
2014-02-12 00:54:45 +08:00
|
|
|
- compatible : "generic-uhci" (deprecated: "platform-uhci")
|
2012-08-04 12:04:56 +08:00
|
|
|
- reg : Should contain 1 register ranges(address and length)
|
|
|
|
- interrupts : UHCI controller interrupt
|
|
|
|
|
2018-03-04 05:43:02 +08:00
|
|
|
additionally the properties from usb-hcd.txt (in the current directory) are
|
|
|
|
supported.
|
|
|
|
|
2012-08-04 12:04:56 +08:00
|
|
|
Example:
|
|
|
|
|
|
|
|
uhci@d8007b00 {
|
2014-02-12 00:54:45 +08:00
|
|
|
compatible = "generic-uhci";
|
2012-08-04 12:04:56 +08:00
|
|
|
reg = <0xd8007b00 0x200>;
|
|
|
|
interrupts = <43>;
|
|
|
|
};
|