Skip to content

Commit 046e281

Browse files
e-rkcarlescufi
authored andcommitted
[nrf fromlist] soc: nrf54h: use word accesses to SPI_DW peripheral
The nRF54H20 EXMIF peripheral requires word accesses. Doing accesses of byte or half-word sizes results in bus fault. Upstream PR: zephyrproject-rtos/zephyr#72497 Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent 7ea6937 commit 046e281

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/nordic/nrf54h/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,7 @@ endif # RISCV
3636
config SPI_DW_HSSI
3737
default y if SPI_DW
3838

39+
config SPI_DW_ACCESS_WORD_ONLY
40+
default y if SPI_DW
41+
3942
endif # SOC_SERIES_NRF54HX

0 commit comments

Comments
 (0)