boards: esp8684_devkitm: Add i2c support
Add configs for i2c support. Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
This commit is contained in:
parent
a08ec3c0ec
commit
0b7c2e42dd
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
|
||||
aliases {
|
||||
sw0 = &user_button1;
|
||||
i2c-0 = &i2c0;
|
||||
watchdog0 = &wdt0;
|
||||
};
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ supported:
|
|||
- uart
|
||||
- counter
|
||||
- entropy
|
||||
- i2c
|
||||
- pwm
|
||||
- spi
|
||||
vendor: espressif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue