summaryrefslogtreecommitdiff
path: root/zephyr/projects/intelrvp/adlrvp/battery.dts
blob: b6cc795064adb32e4512ad0a378fb0a66924ab7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* 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.
 */

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