forked from Minki/linux
5867320dec
Allows the OHCI controller found in OMAP3 and later chips to be specified via device tree. Signed-off-by: Roger Quadros <rogerq@ti.com> Reviewed-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 lines
367 B
Plaintext
16 lines
367 B
Plaintext
OMAP HS USB OHCI controller (OMAP3 and later)
|
|
|
|
Required properties:
|
|
|
|
- compatible: should be "ti,ohci-omap3"
|
|
- reg: should contain one register range i.e. start and length
|
|
- interrupts: description of the interrupt line
|
|
|
|
Example for OMAP4:
|
|
|
|
usbhsohci: ohci@4a064800 {
|
|
compatible = "ti,ohci-omap3", "usb-ohci";
|
|
reg = <0x4a064800 0x400>;
|
|
interrupts = <0 76 0x4>;
|
|
};
|