aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/mfd/omap-usb-tll.txt
blob: 62fe69724e3b1da6a4b0b8f31c79f85e4dbdca93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OMAP HS USB Host TLL (Transceiver-Less Interface)

Required properties:

- compatible : should be "ti,usbhs-tll"
- reg : should contain one register range i.e. start and length
- interrupts : should contain the TLL module's interrupt
- ti,hwmod : must contain "usb_tll_hs"

Example:

	usbhstll: usbhstll@4a062000 {
		compatible = "ti,usbhs-tll";
		reg = <0x4a062000 0x1000>;
		interrupts = <78>;
		ti,hwmods = "usb_tll_hs";
	  };