1# Copyright 2023 Cirrus Logic, Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4description: Texas Instruments family of BQ24190 of charging ICs
5
6include: [battery.yaml, i2c-device.yaml]
7
8compatible: "ti,bq24190"
9
10properties:
11  constant-charge-current-max-microamp:
12    required: true
13
14  constant-charge-voltage-max-microvolt:
15    required: true
16
17  ce-gpios:
18    type: phandle-array
19    description: Active low, charge enable pin
20