Lines Matching +full:current +full:- +full:limit

1 # SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Andrew Davis <afd@ti.com>
14 The bq256xx devices are a family of highly-integrated battery charge
15 management and system power management ICs for single cell Li-ion and Li-
19 - https://www.ti.com/lit/ds/symlink/bq25600.pdf
20 - https://www.ti.com/lit/ds/symlink/bq25601.pdf
21 - https://www.ti.com/lit/ds/symlink/bq25600d.pdf
22 - https://www.ti.com/lit/ds/symlink/bq25601d.pdf
23 - https://www.ti.com/lit/ds/symlink/bq25611d.pdf
24 - https://www.ti.com/lit/ds/symlink/bq25618.pdf
25 - https://www.ti.com/lit/ds/symlink/bq25619.pdf
30 - ti,bq25600
31 - ti,bq25601
32 - ti,bq25600d
33 - ti,bq25601d
34 - ti,bq25611d
35 - ti,bq25618
36 - ti,bq25619
41 ti,watchdog-timeout-ms:
49 input-voltage-limit-microvolt:
51 Minimum input voltage limit in µV with a 100000 µV step
55 input-current-limit-microamp:
57 Maximum input current limit in µA with a 100000 µA step
61 monitored-battery:
72 - compatible
73 - reg
74 - monitored-battery
79 - |
81 compatible = "simple-battery";
82 constant-charge-current-max-microamp = <2040000>;
83 constant-charge-voltage-max-microvolt = <4352000>;
84 precharge-current-microamp = <180000>;
85 charge-term-current-microamp = <180000>;
87 #include <dt-bindings/gpio/gpio.h>
88 #include <dt-bindings/interrupt-controller/irq.h>
91 clock-frequency = <400000>;
93 #address-cells = <1>;
94 #size-cells = <0>;
99 monitored-battery = <&bat>;
101 interrupt-parent = <&gpio1>;
103 ti,watchdog-timeout-ms = <40000>;
105 input-voltage-limit-microvolt = <4500000>;
106 input-current-limit-microamp = <2400000>;