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:
parent
460b111fb4
commit
ad38831565
4 changed files with 6 additions and 0 deletions
|
@ -89,6 +89,8 @@ Below are the interfaces supported by Zephyr on MAX32655EVKIT.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| TRNG | on-chip | entropy |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| I2C | on-chip | i2c |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Connections and IOs
|
||||
===================
|
||||
|
|
|
@ -11,5 +11,6 @@ supported:
|
|||
- gpio
|
||||
- serial
|
||||
- trng
|
||||
- i2c
|
||||
ram: 128
|
||||
flash: 512
|
||||
|
|
|
@ -102,6 +102,8 @@ Below are the interfaces supported by Zephyr on MAX32655FTHR.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| TRNG | on-chip | entropy |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| I2C | on-chip | i2c |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Push Buttons
|
||||
************
|
||||
|
|
|
@ -11,5 +11,6 @@ supported:
|
|||
- gpio
|
||||
- serial
|
||||
- trng
|
||||
- i2c
|
||||
ram: 128
|
||||
flash: 512
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue