summaryrefslogtreecommitdiff
path: root/zephyr/projects/corsola/battery_tentacruel.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/corsola/battery_tentacruel.dts')
-rw-r--r--zephyr/projects/corsola/battery_tentacruel.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/zephyr/projects/corsola/battery_tentacruel.dts b/zephyr/projects/corsola/battery_tentacruel.dts
new file mode 100644
index 0000000000..f116c20a51
--- /dev/null
+++ b/zephyr/projects/corsola/battery_tentacruel.dts
@@ -0,0 +1,12 @@
+/* Copyright 2022 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: dynapack_c140254 {
+ compatible = "dynapack,c140254", "battery-smart";
+ };
+ };
+};