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