summaryrefslogtreecommitdiff
path: root/zephyr/projects/skyrim/battery_morthal.dts
blob: 8c87cef7f95c8121060be61515c9ab6c3c2ebe25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Copyright 2021 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: aec_5477109 {
			compatible = "aec,5477109", "battery-smart";
		};
		smp_l20m3pg1 {
			compatible = "smp,l20m3pg1", "battery-smart";
		};
	};
};