summaryrefslogtreecommitdiff
path: root/zephyr/boards/arm/npcx7/npcx7.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/boards/arm/npcx7/npcx7.dts')
-rw-r--r--zephyr/boards/arm/npcx7/npcx7.dts13
1 files changed, 13 insertions, 0 deletions
diff --git a/zephyr/boards/arm/npcx7/npcx7.dts b/zephyr/boards/arm/npcx7/npcx7.dts
index a4f0646001..cfe67a1b66 100644
--- a/zephyr/boards/arm/npcx7/npcx7.dts
+++ b/zephyr/boards/arm/npcx7/npcx7.dts
@@ -45,6 +45,19 @@
/* Override keyboard scanning */
soc {
/delete-node/ kscan@400a3000;
+ /* TODO(b/265198571): Migrate Zephyr EC builds to upstream SHI
+ * drivers.
+ */
+ /delete-node/ shi@4000f000;
+ shi: shi@4000f000 {
+ compatible = "nuvoton,npcx-cros-shi";
+ reg = <0x4000f000 0x120>;
+ interrupts = <18 1>;
+ clocks = <&pcc NPCX_CLOCK_BUS_APB3 NPCX_PWDWN_CTL5 1>;
+ shi-cs-wui =<&wui_io53>;
+ label = "SHI";
+ status = "disabled";
+ };
};
};