1/* 2 * Copyright (c) 2023 Cirrus Logic, Inc. 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6/**************************************** 7 * PLEASE KEEP REG ADDRESSES SEQUENTIAL * 8 ***************************************/ 9 10bq24190@0 { 11 compatible = "ti,bq24190"; 12 reg = <0x0>; 13 status = "okay"; 14 15 constant-charge-current-max-microamp = <1000000>; 16 constant-charge-voltage-max-microvolt = <4208000>; 17 18 ce-gpios = <&test_gpio 0 0>; 19}; 20 21max20335@1 { 22 compatible = "maxim,max20335"; 23 reg = <0x01>; 24 status = "okay"; 25 26 charger: charger { 27 compatible = "maxim,max20335-charger"; 28 29 chgin-to-sys-current-limit-microamp = <100000>; 30 constant-charge-voltage-max-microvolt = <4050000>; 31 system-voltage-min-threshold-microvolt = <3600000>; 32 re-charge-threshold-microvolt = <170000>; 33 thermistor-monitoring-mode = "JEITA-2"; 34 int-gpios = <&test_gpio 0 0>; 35 }; 36}; 37 38bq25180@2 { 39 compatible = "ti,bq25180"; 40 reg = <0x2>; 41 constant-charge-current-max-microamp = <500000>; 42 constant-charge-voltage-max-microvolt = <4200000>; 43}; 44 45sbs-charger@3 { 46 compatible = "sbs,sbs-charger"; 47 reg = <0x3>; 48}; 49