summaryrefslogtreecommitdiff
path: root/zephyr/projects/asurada/hayato/battery.dts
blob: abc22b438328d1c90dc3cb167475b72897e6831d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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.
 */

/ {
	named-batteries {
		compatible = "named-batteries";

		c235 {
			enum-name = "c235";
		};
	};
};