summaryrefslogtreecommitdiff
path: root/zephyr/projects/skyrim/battery.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/skyrim/battery.dts')
-rw-r--r--zephyr/projects/skyrim/battery.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/zephyr/projects/skyrim/battery.dts b/zephyr/projects/skyrim/battery.dts
new file mode 100644
index 0000000000..02a6d0d3b9
--- /dev/null
+++ b/zephyr/projects/skyrim/battery.dts
@@ -0,0 +1,12 @@
+/* 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";
+ };
+ };
+};