summaryrefslogtreecommitdiff
path: root/zephyr/projects/skyrim/battery_winterhold.dts
blob: 776d74cdff2b96303ce8ea21854b6c4da509e5de (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_atl3rr09{
			compatible = "sunwoda,atl3rr09", "battery-smart";
		};
		sunwoda_cos3rr09{
			compatible = "sunwoda,cos3rr09", "battery-smart";
		};
		atl_cfd72{
			compatible = "atl,cfd72", "battery-smart";
		};
	};
};