0001 OMAP HS USB Host TLL (Transceiver-Less Interface)
0002
0003 Required properties:
0004
0005 - compatible : should be "ti,usbhs-tll"
0006 - reg : should contain one register range i.e. start and length
0007 - interrupts : should contain the TLL module's interrupt
0008 - ti,hwmod : must contain "usb_tll_hs"
0009
0010 Optional properties:
0011
0012 - clocks: a list of phandles and clock-specifier pairs, one for each entry in
0013 clock-names.
0014
0015 - clock-names: should include:
0016 * "usb_tll_hs_usb_ch0_clk" - USB TLL channel 0 clock
0017 * "usb_tll_hs_usb_ch1_clk" - USB TLL channel 1 clock
0018 * "usb_tll_hs_usb_ch2_clk" - USB TLL channel 2 clock
0019
0020 Example:
0021
0022 usbhstll: usbhstll@4a062000 {
0023 compatible = "ti,usbhs-tll";
0024 reg = <0x4a062000 0x1000>;
0025 interrupts = <78>;
0026 ti,hwmods = "usb_tll_hs";
0027 };