boards: adi: Add I2C to the list of drivers for MAX32666 boards

Add I2C to .yaml and .rst files for MAX32666EVKIT and MAX32666FTHR.

Signed-off-by: Tahsin Mutlugun <Tahsin.Mutlugun@analog.com>
This commit is contained in:
Tahsin Mutlugun 2024-08-14 16:51:15 +03:00 committed by Anas Nashif
commit 8d2393bde3
4 changed files with 6 additions and 0 deletions

View file

@ -116,6 +116,8 @@ Below interfaces are supported by Zephyr on MAX32666EVKIT.
+-----------+------------+-------------------------------------+
| DMA | on-chip | dma controller |
+-----------+------------+-------------------------------------+
| I2C | on-chip | i2c |
+-----------+------------+-------------------------------------+
Connections and IOs

View file

@ -9,6 +9,7 @@ toolchain:
- xtools
supported:
- dma
- i2c
- gpio
- serial
- trng

View file

@ -117,6 +117,8 @@ Below interfaces are supported by Zephyr on MAX32666FTHR.
+-----------+------------+-------------------------------------+
| DMA | on-chip | dma controller |
+-----------+------------+-------------------------------------+
| I2C | on-chip | i2c |
+-----------+------------+-------------------------------------+
Connections and IOs
===================

View file

@ -9,6 +9,7 @@ toolchain:
- xtools
supported:
- dma
- i2c
- gpio
- serial
- trng