Lines Matching +full:twl4030 +full:- +full:usb
1 USB COMPARATOR OF TWL CHIPS
3 TWL6030 USB COMPARATOR
4 - compatible : Should be "ti,twl6030-usb"
5 - interrupts : Two interrupt numbers to the cpu should be specified. First
8 usb interrupt number that raises VBUS interrupts when the controller has to
10 - usb-supply : phandle to the regulator device tree node. It should be vusb
13 twl6030-usb {
14 compatible = "ti,twl6030-usb";
19 &twl6030-usb {
20 usb-supply = <&vusb>;
23 TWL4030 USB PHY AND COMPARATOR
24 - compatible : Should be "ti,twl4030-usb"
25 - interrupts : The interrupt numbers to the cpu should be specified. First
28 - <supply-name>-supply : phandle to the regulator device tree node.
29 <supply-name> should be vusb1v5, vusb1v8 and vusb3v1
30 - usb_mode : The mode used by the phy to connect to the controller. "1"
33 If a sibling node is compatible "ti,twl4030-bci", then it will find
34 this device and query it for USB power status.
36 twl4030-usb {
37 compatible = "ti,twl4030-usb";
39 usb1v5-supply = <&vusb1v5>;
40 usb1v8-supply = <&vusb1v8>;
41 usb3v1-supply = <&vusb3v1>;