18c2ecf20Sopenharmony_ciOMAP HS USB Host TLL (Transceiver-Less Interface)
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci- compatible : should be "ti,usbhs-tll"
68c2ecf20Sopenharmony_ci- reg : should contain one register range i.e. start and length
78c2ecf20Sopenharmony_ci- interrupts : should contain the TLL module's interrupt
88c2ecf20Sopenharmony_ci- ti,hwmod : must contain "usb_tll_hs"
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ciOptional properties:
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci- clocks: a list of phandles and clock-specifier pairs, one for each entry in
138c2ecf20Sopenharmony_ci  clock-names.
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci- clock-names: should include:
168c2ecf20Sopenharmony_ci  * "usb_tll_hs_usb_ch0_clk" - USB TLL channel 0 clock
178c2ecf20Sopenharmony_ci  * "usb_tll_hs_usb_ch1_clk" - USB TLL channel 1 clock
188c2ecf20Sopenharmony_ci  * "usb_tll_hs_usb_ch2_clk" - USB TLL channel 2 clock
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ciExample:
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci	usbhstll: usbhstll@4a062000 {
238c2ecf20Sopenharmony_ci		compatible = "ti,usbhs-tll";
248c2ecf20Sopenharmony_ci		reg = <0x4a062000 0x1000>;
258c2ecf20Sopenharmony_ci		interrupts = <78>;
268c2ecf20Sopenharmony_ci		ti,hwmods = "usb_tll_hs";
278c2ecf20Sopenharmony_ci	  };
28