summaryrefslogtreecommitdiff
path: root/zephyr/projects/drawcia_riscv/BUILD.py
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/drawcia_riscv/BUILD.py')
-rw-r--r--zephyr/projects/drawcia_riscv/BUILD.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/zephyr/projects/drawcia_riscv/BUILD.py b/zephyr/projects/drawcia_riscv/BUILD.py
new file mode 100644
index 0000000000..ef839c0927
--- /dev/null
+++ b/zephyr/projects/drawcia_riscv/BUILD.py
@@ -0,0 +1,11 @@
+# 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.
+
+# Reworked drawcia with RISCV ITE EC
+
+register_binman_project(
+ project_name="drawcia_riscv",
+ zephyr_board="it8xxx2",
+ dts_overlays=["gpio.dts"],
+)