|
@@ -2,14 +2,14 @@ Generic Platform UHCI Controller
|
|
-----------------------------------------------------
|
|
-----------------------------------------------------
|
|
|
|
|
|
Required properties:
|
|
Required properties:
|
|
-- compatible : "platform-uhci"
|
|
|
|
|
|
+- compatible : "generic-uhci" (deprecated: "platform-uhci")
|
|
- reg : Should contain 1 register ranges(address and length)
|
|
- reg : Should contain 1 register ranges(address and length)
|
|
- interrupts : UHCI controller interrupt
|
|
- interrupts : UHCI controller interrupt
|
|
|
|
|
|
Example:
|
|
Example:
|
|
|
|
|
|
uhci@d8007b00 {
|
|
uhci@d8007b00 {
|
|
- compatible = "platform-uhci";
|
|
|
|
|
|
+ compatible = "generic-uhci";
|
|
reg = <0xd8007b00 0x200>;
|
|
reg = <0xd8007b00 0x200>;
|
|
interrupts = <43>;
|
|
interrupts = <43>;
|
|
};
|
|
};
|