boards: arm: Include SPI in MAX32655 boards documentation

Add SPI to the list of supported peripherals for MAX32655FTHR and
MAX32655EVKIT boards.

Signed-off-by: Tahsin Mutlugun <Tahsin.Mutlugun@analog.com>
This commit is contained in:
Tahsin Mutlugun 2023-11-28 13:22:23 +03:00 committed by Anas Nashif
commit 33ee9cdd2b
4 changed files with 6 additions and 0 deletions

View file

@ -95,6 +95,8 @@ Below are the interfaces supported by Zephyr on MAX32655EVKIT.
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| Watchdog | on-chip | watchdog | | Watchdog | on-chip | watchdog |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| SPI | on-chip | spi |
+-----------+------------+-------------------------------------+
Connections and IOs Connections and IOs
=================== ===================

View file

@ -14,5 +14,6 @@ supported:
- i2c - i2c
- dma - dma
- watchdog - watchdog
- spi
ram: 128 ram: 128
flash: 512 flash: 512

View file

@ -108,6 +108,8 @@ Below are the interfaces supported by Zephyr on MAX32655FTHR.
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| Watchdog | on-chip | watchdog | | Watchdog | on-chip | watchdog |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| SPI | on-chip | spi |
+-----------+------------+-------------------------------------+
Push Buttons Push Buttons
************ ************

View file

@ -14,5 +14,6 @@ supported:
- i2c - i2c
- dma - dma
- watchdog - watchdog
- spi
ram: 128 ram: 128
flash: 512 flash: 512