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:
parent
45d827a51a
commit
fe98eb767c
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue