]> Pileus Git - ~andy/linux/blob - Documentation/devicetree/bindings/usb/twlxxxx-usb.txt
usb: twl6030: Add dt support for twl6030 usb
[~andy/linux] / Documentation / devicetree / bindings / usb / twlxxxx-usb.txt
1 USB COMPARATOR OF TWL CHIPS
2
3 TWL6030 USB COMPARATOR
4  - compatible : Should be "ti,twl6030-usb"
5  - interrupts : Two interrupt numbers to the cpu should be specified. First
6    interrupt number is the otg interrupt number that raises ID interrupts when
7    the controller has to act as host and the second interrupt number is the
8    usb interrupt number that raises VBUS interrupts when the controller has to
9    act as device
10  - usb-supply : phandle to the regulator device tree node. It should be vusb
11    if it is twl6030 or ldousb if it is twl6025 subclass.
12
13 twl6030-usb {
14         compatible = "ti,twl6030-usb";
15         interrupts = < 4 10 >;
16 };
17
18 Board specific device node entry
19 &twl6030-usb {
20         usb-supply = <&vusb>;
21 };