summaryrefslogtreecommitdiff
path: root/zephyr/projects/herobrine/battery_evoker.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/herobrine/battery_evoker.dts')
-rw-r--r--zephyr/projects/herobrine/battery_evoker.dts15
1 files changed, 15 insertions, 0 deletions
diff --git a/zephyr/projects/herobrine/battery_evoker.dts b/zephyr/projects/herobrine/battery_evoker.dts
new file mode 100644
index 0000000000..0e09616c1d
--- /dev/null
+++ b/zephyr/projects/herobrine/battery_evoker.dts
@@ -0,0 +1,15 @@
+/* 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: pc_vp_bp153 {
+ compatible = "smp,pc-vp-bp153", "battery-smart";
+ };
+ ap16l5j {
+ compatible = "panasonic,ap16l5j", "battery-smart";
+ };
+ };
+};