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

/ {
	batteries {
		default_battery: aec_5477109 {
			compatible = "aec,5477109", "battery-smart";
		};
		smp_l20m3pg1 {
			compatible = "smp,l20m3pg1", "battery-smart";
		};
	};
};