summaryrefslogtreecommitdiff
path: root/zephyr/program/corsola/battery_magikarp.dtsi
blob: bbdd6ac0c5506d5e0ded7f5500e8e12cf7383f5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright 2022 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: smp_c31n1915 {
			compatible = "smp,c31n1915", "battery-smart";
		};
	};
};