1OMAP HS USB Host TLL (Transceiver-Less Interface)
2
3Required properties:
4
5- compatible : should be "ti,usbhs-tll"
6- reg : should contain one register range i.e. start and length
7- interrupts : should contain the TLL module's interrupt
8- ti,hwmod : must contain "usb_tll_hs"
9
10Example:
11
12	usbhstll: usbhstll@4a062000 {
13		compatible = "ti,usbhs-tll";
14		reg = <0x4a062000 0x1000>;
15		interrupts = <78>;
16		ti,hwmods = "usb_tll_hs";
17	  };
18