soc: nordic: add support for SPIS120 instance
It is defined as spis120 rather than spi120, because spi120 is already used for SPIM120 hardware instance, but their base address is different. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
This commit is contained in:
parent
c0362a98ae
commit
d8506af12a
4 changed files with 19 additions and 6 deletions
|
@ -643,7 +643,7 @@ config NRFX_SPIS30
|
|||
|
||||
config NRFX_SPIS120
|
||||
bool "SPIS120 driver instance"
|
||||
depends on $(dt_nodelabel_exists,spi120)
|
||||
depends on $(dt_nodelabel_exists,spis120)
|
||||
select NRFX_SPIS
|
||||
|
||||
config NRFX_SPIS130
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue