Lines Matching +full:vbus +full:- +full:boost +full:- +full:supply

1 # SPDX-License-Identifier: GPL-2.0
4 ---
5 $id: http://devicetree.org/schemas/power/supply/bq25890.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Bq25890, bq25892, bq25895 and bq25896 Li-Ion Charger
11 - Sebastian Reichel <sre@kernel.org>
14 - $ref: power-supply.yaml#
19 - enum:
20 - ti,bq25890
21 - items:
22 - enum:
23 - ti,bq25892
24 - ti,bq25895
25 - ti,bq25896
26 - const: ti,bq25890
34 ti,battery-regulation-voltage:
38 ti,charge-current:
42 ti,termination-current:
45 charge will be terminated when current in constant-voltage phase
48 ti,precharge-current:
52 ti,minimum-sys-voltage:
56 the system will be regulated above minimum-sys-voltage setting (in uV)
58 ti,boost-voltage:
60 description: VBUS voltage level in boost mode (in uV)
62 ti,boost-max-current:
64 description: maximum allowed current draw in boost mode (in uA)
66 ti,boost-low-freq:
67 description: boost mode frequency will be 500kHz, otherwise 1.5MHz
70 ti,use-ilim-pin:
76 ti,thermal-regulation-threshold:
82 ti,ibatcomp-micro-ohms:
85 ti,ibatcomp-clamp-microvolt:
86 description: max. charging voltage adjustment due to expected voltage drop on in-series resistor
89 - compatible
90 - reg
91 - interrupts
92 - ti,battery-regulation-voltage
93 - ti,charge-current
94 - ti,termination-current
95 - ti,precharge-current
96 - ti,minimum-sys-voltage
97 - ti,boost-voltage
98 - ti,boost-max-current
103 - |
104 #include <dt-bindings/interrupt-controller/irq.h>
106 #address-cells = <1>;
107 #size-cells = <0>;
113 interrupt-parent = <&gpio1>;
116 ti,battery-regulation-voltage = <4200000>;
117 ti,charge-current = <1000000>;
118 ti,termination-current = <50000>;
119 ti,precharge-current = <128000>;
120 ti,minimum-sys-voltage = <3600000>;
121 ti,boost-voltage = <5000000>;
122 ti,boost-max-current = <1000000>;
124 ti,use-ilim-pin;
125 ti,thermal-regulation-threshold = <120>;