battery.yaml (762f99f4f3cb41a775b5157dd761217beba65873) battery.yaml (4e71ed985389ce213003927cfa65c1352e70396c)
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/power/supply/battery.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Battery Characteristics
8

--- 71 unchanged lines hidden (view full) ---

80
81 constant-charge-voltage-max-microvolt:
82 description: maximum constant input voltage
83
84 factory-internal-resistance-micro-ohms:
85 description: battery factory internal resistance
86
87 resistance-temp-table:
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/power/supply/battery.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Battery Characteristics
8

--- 71 unchanged lines hidden (view full) ---

80
81 constant-charge-voltage-max-microvolt:
82 description: maximum constant input voltage
83
84 factory-internal-resistance-micro-ohms:
85 description: battery factory internal resistance
86
87 resistance-temp-table:
88 $ref: /schemas/types.yaml#/definitions/uint32-matrix
89 items:
90 items:
91 - description: the temperature in degree Celsius
92 - description: battery internal resistance percent
88 description: |
93 description: |
89 An array providing the temperature in degree Celsius
94 A table providing the temperature in degree Celsius
90 and corresponding battery internal resistance percent, which is used to
91 look up the resistance percent according to current temperature to get an
92 accurate batterty internal resistance in different temperatures.
93
94 ocv-capacity-celsius:
95 description: |
96 An array containing the temperature in degree Celsius,
97 for each of the battery capacity lookup table.

--- 82 unchanged lines hidden ---
95 and corresponding battery internal resistance percent, which is used to
96 look up the resistance percent according to current temperature to get an
97 accurate batterty internal resistance in different temperatures.
98
99 ocv-capacity-celsius:
100 description: |
101 An array containing the temperature in degree Celsius,
102 for each of the battery capacity lookup table.

--- 82 unchanged lines hidden ---