summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/battery/smp,l21m4pg0.yaml
blob: 6f3f093fa82947ac10f4a8dfd38f14d917c6e259 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Copyright 2023 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

description: "SMP L21M4PG0"
compatible: "smp,l21m4pg0"

include: battery-smart.yaml

properties:
  enum-name:
    type: string
    default: "smp,l21m4pg0"

  # Fuel gauge
  manuf_name:
    default: "SMP"
  device_name:
    default: "L21M4PG0"
  ship_mode_reg_addr:
    default: 0x34
  ship_mode_reg_data:
    default: [0x0000, 0x1000]
  fet_mfgacc_support:
    default: 0
  fet_reg_addr:
    default: 0x34
  fet_reg_mask:
    default: 0x0100
  fet_disconnect_val:
    default: 0x0100

  # Battery info
  voltage_max:
    default: 8900
  voltage_normal:
    default: 7720
  voltage_min:
    default: 6000
  precharge_current:
    default: 274
  start_charging_min_c:
    default: 0
  start_charging_max_c:
    default: 50
  charging_min_c:
    default: 0
  charging_max_c:
    default: 60
  discharging_min_c:
    default: -20
  discharging_max_c:
    default: 60