summaryrefslogtreecommitdiff
path: root/zephyr/projects/corsola/battery_magikarp.dts
blob: 0816a3201ff377658d02a1c306e30d3c91190e13 (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: dynapack_c140254 {
			compatible = "dynapack,c140254", "battery-smart";
		};
	};
};