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