summaryrefslogtreecommitdiff
path: root/zephyr/projects/trogdor/trogdor/battery.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/trogdor/trogdor/battery.dts')
-rw-r--r--zephyr/projects/trogdor/trogdor/battery.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/zephyr/projects/trogdor/trogdor/battery.dts b/zephyr/projects/trogdor/trogdor/battery.dts
new file mode 100644
index 0000000000..1dd7527241
--- /dev/null
+++ b/zephyr/projects/trogdor/trogdor/battery.dts
@@ -0,0 +1,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";
+
+ ap16l5j {
+ enum-name = "ap16l5j";
+ };
+ };
+};