Lines Matching +full:charging +full:- +full:current

1 Binding for TI bq25890 Li-Ion Charger
7 - compatible: Should contain one of the following:
12 - reg: integer, i2c address of the device.
13 - interrupts: interrupt line;
14 - ti,battery-regulation-voltage: integer, maximum charging voltage (in uV);
15 - ti,charge-current: integer, maximum charging current (in uA);
16 - ti,termination-current: integer, charge will be terminated when current in
17 constant-voltage phase drops below this value (in uA);
18 - ti,precharge-current: integer, maximum charge current during precharge
20 - ti,minimum-sys-voltage: integer, when battery is charging and it is below
22 minimum-sys-voltage setting (in uV);
23 - ti,boost-voltage: integer, VBUS voltage level in boost mode (in uV);
24 - ti,boost-max-current: integer, maximum allowed current draw in boost mode
28 - ti,boost-low-freq: boolean, if present boost mode frequency will be 500kHz,
30 - ti,use-ilim-pin: boolean, if present the ILIM resistor will be used and the
31 input current will be the lower between the resistor setting and the IINLIM
33 - ti,thermal-regulation-threshold: integer, temperature above which the charge
34 current is lowered, to avoid overheating (in degrees Celsius). If omitted,
36 - ti,ibatcomp-micro-ohms: integer, value of a resistor in series with
38 - ti,ibatcomp-clamp-microvolt: integer, maximum charging voltage adjustment due
39 to expected voltage drop on in-series resistor;
47 interrupt-parent = <&gpio1>;
50 ti,battery-regulation-voltage = <4200000>;
51 ti,charge-current = <1000000>;
52 ti,termination-current = <50000>;
53 ti,precharge-current = <128000>;
54 ti,minimum-sys-voltage = <3600000>;
55 ti,boost-voltage = <5000000>;
56 ti,boost-max-current = <1000000>;
58 ti,use-ilim-pin;
59 ti,thermal-regulation-threshold = <120>;