~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/usb/twlxxxx-usb.txt

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  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 twl6032 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 };
 22 
 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
 26    interrupt number is the otg interrupt number that raises ID interrupts
 27    and VBUS interrupts. The second interrupt number is optional.
 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"
 31    specifies "ULPI" mode and "2" specifies "CEA2011_3PIN" mode.
 32 
 33 If a sibling node is compatible "ti,twl4030-bci", then it will find
 34 this device and query it for USB power status.
 35 
 36 twl4030-usb {
 37         compatible = "ti,twl4030-usb";
 38         interrupts = < 10 4 >;
 39         usb1v5-supply = <&vusb1v5>;
 40         usb1v8-supply = <&vusb1v8>;
 41         usb3v1-supply = <&vusb3v1>;
 42         usb_mode = <1>;
 43 };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php