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