summaryrefslogtreecommitdiff
path: root/zephyr/test/kingler/kingler.default.overlay
diff options
context:
space:
mode:
authorEric Yilun Lin <yllin@chromium.org>2023-03-08 12:06:14 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-03-09 05:22:55 +0000
commit45bbb916352ffb114c38b9bd135e048abebbf63d (patch)
tree9846f6b8e1e11f9d8a660e212d8a788070ae5a60 /zephyr/test/kingler/kingler.default.overlay
parent0e03acb682863f15de05a00adbf49924698d0d15 (diff)
downloadchrome-ec-45bbb916352ffb114c38b9bd135e048abebbf63d.tar.gz
kingler: test: use overlay to maintain dts files
To follow the new project layout, and also to reduce the duplicate codes. This CL also adds some configs to prevent a build break. BUG=none TEST=./twister -c -i -T zephyr/test/kingler BRANCH=none Change-Id: Ic7f5024c6425a70b9587435965932f2bc272b94f Signed-off-by: Eric Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4322780 Auto-Submit: Eric Yilun Lin <yllin@google.com> Tested-by: Eric Yilun Lin <yllin@google.com> Reviewed-by: Ting Shen <phoenixshen@chromium.org> Commit-Queue: Ting Shen <phoenixshen@chromium.org>
Diffstat (limited to 'zephyr/test/kingler/kingler.default.overlay')
-rw-r--r--zephyr/test/kingler/kingler.default.overlay8
1 files changed, 8 insertions, 0 deletions
diff --git a/zephyr/test/kingler/kingler.default.overlay b/zephyr/test/kingler/kingler.default.overlay
new file mode 100644
index 0000000000..908022f5e2
--- /dev/null
+++ b/zephyr/test/kingler/kingler.default.overlay
@@ -0,0 +1,8 @@
+/* Copyright 2023 The ChromiumOS Authors
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#include "common.dtsi"
+#include "../program/corsola/npcx_interrupts.dtsi"
+#include "../program/corsola/npcx_gpio.dtsi"