summaryrefslogtreecommitdiff
path: root/zephyr/projects/corsola/battery_steelix.dts
blob: aad956ba7139f93b20bc6835a4e58dc913a96ef2 (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
/* Copyright 2021 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: byd_l22b3pg0 {
			compatible = "byd,l22b3pg0", "battery-smart";
		};
		celxpert_l22c3pg0 {
			compatible = "celxpert,l22c3pg0", "battery-smart";
		};
		cosmx_l22x3pg0 {
			compatible = "cosmx,l22x3pg0", "battery-smart";
		};
		smp_l22m3pg0 {
			compatible = "smp,l22m3pg0", "battery-smart";
		};
		sunwoda_l22d3pg0 {
			compatible = "sunwoda,l22d3pg0", "battery-smart";
		};
	};
};