xref: /freebsd/sys/contrib/device-tree/Bindings/mfd/omap-usb-tll.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotOMAP HS USB Host TLL (Transceiver-Less Interface)
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot
5*c66ec88fSEmmanuel Vadot- compatible : should be "ti,usbhs-tll"
6*c66ec88fSEmmanuel Vadot- reg : should contain one register range i.e. start and length
7*c66ec88fSEmmanuel Vadot- interrupts : should contain the TLL module's interrupt
8*c66ec88fSEmmanuel Vadot- ti,hwmod : must contain "usb_tll_hs"
9*c66ec88fSEmmanuel Vadot
10*c66ec88fSEmmanuel VadotOptional properties:
11*c66ec88fSEmmanuel Vadot
12*c66ec88fSEmmanuel Vadot- clocks: a list of phandles and clock-specifier pairs, one for each entry in
13*c66ec88fSEmmanuel Vadot  clock-names.
14*c66ec88fSEmmanuel Vadot
15*c66ec88fSEmmanuel Vadot- clock-names: should include:
16*c66ec88fSEmmanuel Vadot  * "usb_tll_hs_usb_ch0_clk" - USB TLL channel 0 clock
17*c66ec88fSEmmanuel Vadot  * "usb_tll_hs_usb_ch1_clk" - USB TLL channel 1 clock
18*c66ec88fSEmmanuel Vadot  * "usb_tll_hs_usb_ch2_clk" - USB TLL channel 2 clock
19*c66ec88fSEmmanuel Vadot
20*c66ec88fSEmmanuel VadotExample:
21*c66ec88fSEmmanuel Vadot
22*c66ec88fSEmmanuel Vadot	usbhstll: usbhstll@4a062000 {
23*c66ec88fSEmmanuel Vadot		compatible = "ti,usbhs-tll";
24*c66ec88fSEmmanuel Vadot		reg = <0x4a062000 0x1000>;
25*c66ec88fSEmmanuel Vadot		interrupts = <78>;
26*c66ec88fSEmmanuel Vadot		ti,hwmods = "usb_tll_hs";
27*c66ec88fSEmmanuel Vadot	  };
28