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