Lines Matching +full:li +full:- +full:ion
1 # SPDX-License-Identifier: GPL-2.0
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: TI BQ2419x Li-Ion Battery Charger
11 - Sebastian Reichel <sre@kernel.org>
14 - $ref: power-supply.yaml#
19 - ti,bq24190
20 - ti,bq24192
21 - ti,bq24192i
22 - ti,bq24196
23 - ti,bq24296
31 usb-otg-vbus:
37 ti,system-minimum-microvolt:
42 omit-battery-class:
48 monitored-battery:
51 phandle to a "simple-battery" compatible node.
55 - precharge-current-microamp: maximum charge current during precharge phase
57 - charge-term-current-microamp: a charge cycle terminates when the battery voltage is
62 - compatible
63 - reg
64 - interrupts
69 - |
70 #include <dt-bindings/gpio/gpio.h>
71 #include <dt-bindings/interrupt-controller/irq.h>
74 compatible = "simple-battery";
75 precharge-current-microamp = <256000>;
76 charge-term-current-microamp = <128000>;
80 #address-cells = <1>;
81 #size-cells = <0>;
86 interrupt-parent = <&gpiochip>;
88 monitored-battery = <&bat>;
89 ti,system-minimum-microvolt = <3200000>;
91 usb_otg_vbus: usb-otg-vbus { };