Lines Matching +full:precharge +full:- +full:current +full:- +full:microamp
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: TI bq2515x 500-mA Linear charger family
11 - Andrew Davis <afd@ti.com>
17 push-button controller.
26 - ti,bq25150
27 - ti,bq25155
33 ac-detect-gpios:
39 reset-gpios:
43 powerdown-gpios:
47 charge-enable-gpios:
51 input-current-limit-microamp:
52 description: Maximum input current in micro Amps.
56 monitored-battery:
61 - compatible
62 - reg
63 - monitored-battery
68 - |
70 compatible = "simple-battery";
71 constant-charge-current-max-microamp = <50000>;
72 precharge-current-microamp = <2500>;
73 constant-charge-voltage-max-microvolt = <4000000>;
75 #include <dt-bindings/gpio/gpio.h>
77 #address-cells = <1>;
78 #size-cells = <0>;
83 monitored-battery = <&bat>;
84 input-current-limit-microamp = <100000>;
86 ac-detect-gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>;
87 reset-gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
88 powerdown-gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
89 charge-enable-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;