boards: adi: Add I2C to MAX32672 boards driver list

Add I2C into 'index.rst' and '.yaml' file of MAX32672 boards.

Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
This commit is contained in:
Furkan Akkiz 2024-01-24 15:56:44 +03:00 committed by Carles Cufí
commit 793ae91cd5
4 changed files with 6 additions and 0 deletions

View file

@ -101,6 +101,8 @@ Below interfaces are supported by Zephyr on MAX32672EVKIT.
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| 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: 200 ram: 200
flash: 1024 flash: 1024

View file

@ -103,6 +103,8 @@ Below interfaces are supported by Zephyr on MAX32672FTHR.
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| 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: 200 ram: 200
flash: 1024 flash: 1024