]> Pileus Git - ~andy/linux/blob - Documentation/devicetree/bindings/mfd/omap-usb-tll.txt
Merge branch 'drm-nouveau-fixes-3.10' of git://anongit.freedesktop.org/git/nouveau...
[~andy/linux] / Documentation / devicetree / bindings / mfd / omap-usb-tll.txt
1 OMAP HS USB Host TLL (Transceiver-Less Interface)
2
3 Required 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
10 Example:
11
12         usbhstll: usbhstll@4a062000 {
13                 compatible = "ti,usbhs-tll";
14                 reg = <0x4a062000 0x1000>;
15                 interrupts = <78>;
16                 ti,hwmods = "usb_tll_hs";
17           };