drivers: i2c: Add Ambiq I2C driver

This commit adds I2C master driver for Apollo4 SoCs.

Signed-off-by: Mateusz Sierszulski <msierszulski@antmicro.com>
This commit is contained in:
Mateusz Sierszulski 2023-06-29 14:26:18 +02:00 committed by Carles Cufí
commit 47d0e79444
7 changed files with 222 additions and 1 deletions

View file

@ -30,4 +30,9 @@ config AMBIQ_HAL_USE_WDT
help
Use the WDT driver from Ambiq HAL
config AMBIQ_HAL_USE_I2C
bool
help
Use the I2C driver from Ambiq HAL
endif # AMBIQ_HAL