summaryrefslogtreecommitdiff
path: root/zephyr/projects/corsola/host_interface_npcx.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/corsola/host_interface_npcx.dts')
-rw-r--r--zephyr/projects/corsola/host_interface_npcx.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/zephyr/projects/corsola/host_interface_npcx.dts b/zephyr/projects/corsola/host_interface_npcx.dts
new file mode 100644
index 0000000000..14efa3c6b2
--- /dev/null
+++ b/zephyr/projects/corsola/host_interface_npcx.dts
@@ -0,0 +1,12 @@
+/* Copyright 2022 The ChromiumOS Authors
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+/* host interface */
+&shi {
+ status = "okay";
+ pinctrl-0 = <&shi_gp46_47_53_55>;
+ pinctrl-1 = <&shi_gpio_gp46_47_53_55>;
+ pinctrl-names = "default", "sleep";
+};