summaryrefslogtreecommitdiff
path: root/zephyr/program/corsola/battery_tentacruel.dtsi
blob: f116c20a515da9f7ef1dd14b1e7ae52cd04d7b30 (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";
		};
	};
};