summaryrefslogtreecommitdiff
path: root/zephyr/projects/corsola/battery_kingler.dts
blob: c234dca7c9d19a759143e1003ebc0acf37c8b58d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* 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: smp_l20m3pg2 {
			compatible = "smp,l20m3pg2";
		};
		lgc_l20l3pg2 {
			compatible = "lgc,l20l3pg2";
		};
	};
};