boards: nordic: nrf54h20dk: Enable SPI driver tests in Twister

Add SPI to list of supported periperals by
nrf54h20 Application and Radio core.

This is needed to run following tests in Twister
https://github.com/zephyrproject-rtos/zephyr/pull/71677

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
This commit is contained in:
Sebastian Głąb 2024-05-08 09:46:37 +02:00 committed by Carles Cufí
commit bb30a5d084
2 changed files with 2 additions and 0 deletions

View file

@ -14,4 +14,5 @@ flash: 512
supported:
- gpio
- pwm
- spi
- watchdog

View file

@ -14,4 +14,5 @@ flash: 256
supported:
- gpio
- pwm
- spi
- watchdog