summaryrefslogtreecommitdiff
path: root/zephyr/projects/intelrvp/adlrvp/battery.dts
blob: 10b43d6baa847795ba3865fc3af0c3179f15e991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Copyright 2022 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/ {
	aliases {
		getac-3s = &default_battery;
		getac-2s = &getac_smp_hhp_408_2s;
	};

	batteries {
		default_battery: getac-smp-hhp-408-3s {
			compatible = "getac,bq40z50-R3-S3", "battery-smart";
		};
		getac_smp_hhp_408_2s: getac-smp-hhp-408-2s {
			compatible = "getac,bq40z50-R3-S2", "battery-smart";
		};
	};
};