blob: c30efdcfcb8e3d6dfa3b62f1c6bb523ca3886f01 [file] [log] [blame]
/*
* Copyright (c) 2023 Cirrus Logic, Inc.
* SPDX-License-Identifier: Apache-2.0
*/
/****************************************
* PLEASE KEEP REG ADDRESSES SEQUENTIAL *
***************************************/
bq24190@0 {
compatible = "ti,bq24190";
reg = <0x0>;
status = "okay";
constant-charge-current-max-microamp = <1000000>;
constant-charge-voltage-max-microvolt = <4208000>;
};
max20335@1 {
compatible = "maxim,max20335";
reg = <0x01>;
status = "okay";
charger: charger {
compatible = "maxim,max20335-charger";
constant-charge-current-max-microamp = <100000>;
constant-charge-voltage-max-microvolt = <4050000>;
};
};