mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 19:53:59 +08:00
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
365 B
Plaintext
16 lines
365 B
Plaintext
VIA/Wondermedia VT8500 EHCI Controller
|
|
-----------------------------------------------------
|
|
|
|
Required properties:
|
|
- compatible : "via,vt8500-ehci"
|
|
- reg : Should contain 1 register ranges(address and length)
|
|
- interrupts : ehci controller interrupt
|
|
|
|
Example:
|
|
|
|
ehci@d8007900 {
|
|
compatible = "via,vt8500-ehci";
|
|
reg = <0xd8007900 0x200>;
|
|
interrupts = <43>;
|
|
};
|