summaryrefslogtreecommitdiff
path: root/zephyr/program/skyrim/winterhold/battery.dtsi
blob: 8e82e0d1f2353d6ead3f59831c3f1d6487edc585 (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
/* Copyright 2021 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/ {
	batteries {
		default_battery: lgc_xphx8 {
			compatible = "lgc,xphx8", "battery-smart";
		};
		smp_atlxdy9k {
			compatible = "smp,atlxdy9k", "battery-smart";
		};
		smp_cosxdy9k {
			compatible = "smp,cosxdy9k", "battery-smart";
		};
		byd_wv3k8 {
			compatible = "byd,wv3k8", "battery-smart";
		};
		cosmx_mvk11 {
			compatible = "cosmx,mvk11", "battery-smart";
		};
		sunwoda_atlvkyjx {
			compatible = "sunwoda,atlvkyjx", "battery-smart";
		};
		sunwoda_cosvkyjx {
			compatible = "sunwoda,cosvkyjx", "battery-smart";
		};
		atl_cfd72 {
			compatible = "atl,cfd72", "battery-smart";
		};
	};
};