mirror of
https://github.com/torvalds/linux.git
synced 2024-12-22 10:56:40 +00:00
48130b8f5c
Allows the OMAP USB TLL module to be specified via device tree. Signed-off-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
18 lines
430 B
Plaintext
18 lines
430 B
Plaintext
OMAP HS USB Host TLL (Transceiver-Less Interface)
|
|
|
|
Required properties:
|
|
|
|
- compatible : should be "ti,usbhs-tll"
|
|
- reg : should contain one register range i.e. start and length
|
|
- interrupts : should contain the TLL module's interrupt
|
|
- ti,hwmod : must contain "usb_tll_hs"
|
|
|
|
Example:
|
|
|
|
usbhstll: usbhstll@4a062000 {
|
|
compatible = "ti,usbhs-tll";
|
|
reg = <0x4a062000 0x1000>;
|
|
interrupts = <78>;
|
|
ti,hwmods = "usb_tll_hs";
|
|
};
|