boards: adi: max32690evkit: Enable SPI driver

Add SPI in supported driver list.

Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
This commit is contained in:
Furkan Akkiz 2024-05-30 10:12:38 +03:00 committed by Alberto Escolar
commit e034ea5989
2 changed files with 3 additions and 0 deletions

View file

@ -109,6 +109,8 @@ Below interfaces are supported by Zephyr on MAX32690EVKIT.
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| UART | on-chip | serial | | UART | on-chip | serial |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| SPI | on-chip | spi |
+--------------------------------------------------------------+
Connections and IOs Connections and IOs

View file

@ -9,5 +9,6 @@ toolchain:
supported: supported:
- gpio - gpio
- serial - serial
- spi
ram: 1024 ram: 1024
flash: 3072 flash: 3072