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 <rafal.kuznia@nordicsemi.no>
This commit is contained in:
Rafał Kuźnia 2024-05-06 10:30:25 +02:00 committed by Fabio Baltieri
commit fe98eb767c

View file

@ -33,4 +33,7 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
endif # RISCV endif # RISCV
config SPI_DW_HSSI
default y if SPI_DW
endif # SOC_SERIES_NRF54HX endif # SOC_SERIES_NRF54HX