18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci%YAML 1.2
38c2ecf20Sopenharmony_ci---
48c2ecf20Sopenharmony_ci$id: http://devicetree.org/schemas/power/supply/max77650-charger.yaml#
58c2ecf20Sopenharmony_ci$schema: http://devicetree.org/meta-schemas/core.yaml#
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_cititle: Battery charger driver for MAX77650 PMIC from Maxim Integrated.
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_cimaintainers:
108c2ecf20Sopenharmony_ci  - Bartosz Golaszewski <bgolaszewski@baylibre.com>
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_cidescription: |
138c2ecf20Sopenharmony_ci  This module is part of the MAX77650 MFD device. For more details
148c2ecf20Sopenharmony_ci  see Documentation/devicetree/bindings/mfd/max77650.yaml.
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci  The charger is represented as a sub-node of the PMIC node on the device tree.
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ciproperties:
198c2ecf20Sopenharmony_ci  compatible:
208c2ecf20Sopenharmony_ci    const: maxim,max77650-charger
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci  input-voltage-min-microvolt:
238c2ecf20Sopenharmony_ci    description:
248c2ecf20Sopenharmony_ci      Minimum CHGIN regulation voltage.
258c2ecf20Sopenharmony_ci    enum: [ 4000000, 4100000, 4200000, 4300000,
268c2ecf20Sopenharmony_ci            4400000, 4500000, 4600000, 4700000 ]
278c2ecf20Sopenharmony_ci
288c2ecf20Sopenharmony_ci  input-current-limit-microamp:
298c2ecf20Sopenharmony_ci    description:
308c2ecf20Sopenharmony_ci      CHGIN input current limit (in microamps).
318c2ecf20Sopenharmony_ci    enum: [ 95000, 190000, 285000, 380000, 475000 ]
328c2ecf20Sopenharmony_ci
338c2ecf20Sopenharmony_cirequired:
348c2ecf20Sopenharmony_ci  - compatible
358c2ecf20Sopenharmony_ciadditionalProperties: false
368c2ecf20Sopenharmony_ci
378c2ecf20Sopenharmony_ci...
38