summaryrefslogtreecommitdiff
path: root/zephyr/projects/it8xxx2_evb/BUILD.py
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/it8xxx2_evb/BUILD.py')
-rw-r--r--zephyr/projects/it8xxx2_evb/BUILD.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/zephyr/projects/it8xxx2_evb/BUILD.py b/zephyr/projects/it8xxx2_evb/BUILD.py
new file mode 100644
index 0000000000..ee89c75390
--- /dev/null
+++ b/zephyr/projects/it8xxx2_evb/BUILD.py
@@ -0,0 +1,18 @@
+# Copyright 2021 The ChromiumOS Authors
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+"""Define zmake projects for it8xxx2_evb."""
+
+register_raw_project(
+ project_name="it8xxx2_evb",
+ zephyr_board="it81302bx",
+ dts_overlays=[
+ "adc.dts",
+ "fan.dts",
+ "gpio.dts",
+ "i2c.dts",
+ "interrupts.dts",
+ "pwm.dts",
+ ],
+)