forked from Minki/linux
95e9fd10f0
Bindings for gpio, interrupt controller, power management controller, timer, realtime clock, serial uart, ehci and uhci controllers and framebuffer controllers used on the arch-vt8500 platform. Framebuffer binding also specifies a 'display' node which is required for determining the lcd panel data. Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
16 lines
355 B
Plaintext
16 lines
355 B
Plaintext
Generic Platform UHCI Controller
|
|
-----------------------------------------------------
|
|
|
|
Required properties:
|
|
- compatible : "platform-uhci"
|
|
- reg : Should contain 1 register ranges(address and length)
|
|
- interrupts : UHCI controller interrupt
|
|
|
|
Example:
|
|
|
|
uhci@d8007b00 {
|
|
compatible = "platform-uhci";
|
|
reg = <0xd8007b00 0x200>;
|
|
interrupts = <43>;
|
|
};
|