Lines Matching +full:otg +full:- +full:vbus
1 TI BQ24190 Li-Ion Battery Charger
4 - compatible: contains one of the following:
9 - reg: integer, I2C address of the charger.
10 - interrupts[-extended]: configuration for charger INT pin.
13 - monitored-battery: phandle of battery characteristics devicetree node
15 + precharge-current-microamp: maximum charge current during precharge
17 + charge-term-current-microamp: a charge cycle terminates when the
21 - ti,system-minimum-microvolt: when power is connected and the battery is below
25 - usb-otg-vbus:
27 Description: Regulator that is used to control the VBUS voltage direction for
28 either USB host mode or for charging on the OTG port.
31 - Some circuit boards wire the chip's "OTG" pin high (enabling 500mA default
33 boards that wire the pin to a GPIO, set a gpio-hog.
38 compatible = "simple-battery";
39 precharge-current-microamp = <256000>;
40 charge-term-current-microamp = <128000>;
47 interrupts-extended = <&gpiochip 10 IRQ_TYPE_EDGE_FALLING>;
48 monitored-battery = <&bat>;
49 ti,system-minimum-microvolt = <3200000>;
51 usb_otg_vbus: usb-otg-vbus { };
55 otg {
56 gpio-hog;
58 output-high;
59 line-name = "otg-gpio";