summaryrefslogtreecommitdiff
path: root/zephyr/projects/corsola/krabby/BUILD.py
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/corsola/krabby/BUILD.py')
-rw-r--r--zephyr/projects/corsola/krabby/BUILD.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/zephyr/projects/corsola/krabby/BUILD.py b/zephyr/projects/corsola/krabby/BUILD.py
new file mode 100644
index 0000000000..03c86a5013
--- /dev/null
+++ b/zephyr/projects/corsola/krabby/BUILD.py
@@ -0,0 +1,9 @@
+# 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.
+
+register_binman_project(
+ "krabby",
+ zephyr_board="it8xxx2",
+ dts_overlays=["battery.dts", "gpio.dts", "motionsense.dts", "pwm.dts"],
+)