^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) Binding for TI bq25700 Li-Ion Charger
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) - compatible: Should contain one of the following:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) * "ti,bq25700"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) - reg: integer, smbus address of the device.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) - ti,battery-regulation-voltage: integer, maximum charging voltage (in uV);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) - ti,charge-current: integer, maximum charging current (in uA);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) - ti,minimum-sys-voltage: integer, when battery is charging and it is below
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) minimum system voltage, the system will be regulated above
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) minimum-sys-voltage setting (in uV);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) Optional properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) bq25700 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) compatible = "ti,bq25700";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) reg = <0x09>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) ti,charge-current = <1000000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) ti,termination-current = <50000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) ti,minimum-sys-voltage = <3600000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) };