summaryrefslogtreecommitdiff
path: root/zephyr/projects/trogdor/lazor/battery.dts
blob: 52aa69d400e3674fad9f80bfc3d900269cfd42e4 (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: ap16l5j {
			compatible = "panasonic,ap16l5j";
		};
		ap16l5j_009 {
			compatible = "panasonic,ap16l5j-009";
		};
		ap16l8j {
			compatible = "lgc,ap16l8j";
		};
		lgc_ap18c8k {
			compatible = "lgc,ap18c8k";
		};
		murata_ap18c4k {
			compatible = "murata,ap18c4k";
		};
	};
};