boards: adi: max32655: Enable I2C in MAX32655 boards

Now that I2C support has been added, include it in documentation and
YAML metadata for MAX32655FTHR and MAX32655EVKIT boards.

Signed-off-by: Tahsin Mutlugun <Tahsin.Mutlugun@analog.com>
This commit is contained in:
Tahsin Mutlugun 2023-12-13 14:38:38 +03:00 committed by Carles Cufí
commit ad38831565
4 changed files with 6 additions and 0 deletions

View file

@ -89,6 +89,8 @@ Below are the interfaces supported by Zephyr on MAX32655EVKIT.
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| TRNG | on-chip | entropy | | TRNG | on-chip | entropy |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| I2C | on-chip | i2c |
+-----------+------------+-------------------------------------+
Connections and IOs Connections and IOs
=================== ===================

View file

@ -11,5 +11,6 @@ supported:
- gpio - gpio
- serial - serial
- trng - trng
- i2c
ram: 128 ram: 128
flash: 512 flash: 512

View file

@ -102,6 +102,8 @@ Below are the interfaces supported by Zephyr on MAX32655FTHR.
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| TRNG | on-chip | entropy | | TRNG | on-chip | entropy |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| I2C | on-chip | i2c |
+-----------+------------+-------------------------------------+
Push Buttons Push Buttons
************ ************

View file

@ -11,5 +11,6 @@ supported:
- gpio - gpio
- serial - serial
- trng - trng
- i2c
ram: 128 ram: 128
flash: 512 flash: 512