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:
parent
acb1200575
commit
8d2393bde3
4 changed files with 6 additions and 0 deletions
|
@ -116,6 +116,8 @@ Below interfaces are supported by Zephyr on MAX32666EVKIT.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| DMA | on-chip | dma controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| I2C | on-chip | i2c |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
|
||||
Connections and IOs
|
||||
|
|
|
@ -9,6 +9,7 @@ toolchain:
|
|||
- xtools
|
||||
supported:
|
||||
- dma
|
||||
- i2c
|
||||
- gpio
|
||||
- serial
|
||||
- trng
|
||||
|
|
|
@ -117,6 +117,8 @@ Below interfaces are supported by Zephyr on MAX32666FTHR.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| DMA | on-chip | dma controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| I2C | on-chip | i2c |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Connections and IOs
|
||||
===================
|
||||
|
|
|
@ -9,6 +9,7 @@ toolchain:
|
|||
- xtools
|
||||
supported:
|
||||
- dma
|
||||
- i2c
|
||||
- gpio
|
||||
- serial
|
||||
- trng
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue