Skip to content

Commit fe98eb7

Browse files
e-rkfabiobaltieri
authored andcommitted
soc: nrf54h: Enable SPI DW HSSI register layout
The nRF54H20 implements a variant of the SPI DW peripheral that has slightly different register layout. Enable it in the defconfig. Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent 45d827a commit fe98eb7

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
@@ -33,4 +33,7 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
3333

3434
endif # RISCV
3535

36+
config SPI_DW_HSSI
37+
default y if SPI_DW
38+
3639
endif # SOC_SERIES_NRF54HX

0 commit comments

Comments
 (0)