summaryrefslogtreecommitdiff
path: root/zephyr/program/nissa/shi.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/nissa/shi.dtsi')
-rw-r--r--zephyr/program/nissa/shi.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/zephyr/program/nissa/shi.dtsi b/zephyr/program/nissa/shi.dtsi
new file mode 100644
index 0000000000..12c0c6ca5b
--- /dev/null
+++ b/zephyr/program/nissa/shi.dtsi
@@ -0,0 +1,13 @@
+/* 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 <ite/it8xxx2-pinctrl-map.dtsi>
+
+&shi {
+ status = "okay";
+ pinctrl-0 = <&shi_mosi_gpm0_default &shi_miso_gpm1_default
+ &shi_clk_gpm4_default &shi_cs_gpm5_default>;
+ pinctrl-names = "default";
+};