26 lines
646 B
YAML
26 lines
646 B
YAML
# Copyright 2023 Cirrus Logic, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
Static Battery Characteristics
|
|
|
|
Properties are inherited from Linux. See
|
|
linux/Documentation/devicetree/bindings/power/supply/battery.yaml
|
|
|
|
properties:
|
|
precharge-current-microamp:
|
|
type: int
|
|
description: current for pre-charge phase
|
|
|
|
charge-term-current-microamp:
|
|
type: int
|
|
description: current for charge termination phase
|
|
|
|
constant-charge-current-max-microamp:
|
|
type: int
|
|
description: maximum constant input current
|
|
|
|
constant-charge-voltage-max-microvolt:
|
|
type: int
|
|
description: maximum constant input voltage
|