mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-05 16:07:46 -04:00
15 lines
383 B
Text
15 lines
383 B
Text
Generic Platform UHCI Controller
|
|
-----------------------------------------------------
|
|
|
|
Required properties:
|
|
- compatible : "generic-uhci" (deprecated: "platform-uhci")
|
|
- reg : Should contain 1 register ranges(address and length)
|
|
- interrupts : UHCI controller interrupt
|
|
|
|
Example:
|
|
|
|
uhci@d8007b00 {
|
|
compatible = "generic-uhci";
|
|
reg = <0xd8007b00 0x200>;
|
|
interrupts = <43>;
|
|
};
|