boards: arm: apollo4p_evb: Update the support feature.

This commit updates the support features in document and yaml files
of Ambiq apollo4p_evb and apollo4p_blue_kxr_evb.

Signed-off-by: Aaron Ye <aye@ambiq.com>
This commit is contained in:
Aaron Ye 2023-12-19 10:15:02 +08:00 committed by Fabio Baltieri
parent 8c83185f6e
commit 6c4751220a
4 changed files with 25 additions and 0 deletions

View file

@ -9,6 +9,14 @@ toolchain:
- gnuarmemb
supported:
- uart
- watchdog
- counter
- gpio
- spi
- i2c
- clock_control
- ble
testing:
ignore_tags:
- net
vendor: ambiq

View file

@ -49,6 +49,12 @@ The Apollo4 Blue Plus KXR EVB board configuration supports the following hardwar
+-----------+------------+-------------------------------------+
| WDT | on-chip | watchdog |
+-----------+------------+-------------------------------------+
| SPI(M) | on-chip | spi |
+-----------+------------+-------------------------------------+
| I2C(M) | on-chip | i2c |
+-----------+------------+-------------------------------------+
| CLOCK | on-chip | clock_control |
+-----------+------------+-------------------------------------+
| RADIO | on-chip | bluetooth |
+-----------+------------+-------------------------------------+

View file

@ -9,6 +9,11 @@ toolchain:
- gnuarmemb
supported:
- uart
- watchdog
- counter
- gpio
- spi
- i2c
testing:
ignore_tags:
- net

View file

@ -46,6 +46,12 @@ The Apollo4P EVB board configuration supports the following hardware features:
+-----------+------------+-------------------------------------+
| UART | on-chip | serial |
+-----------+------------+-------------------------------------+
| WDT | on-chip | watchdog |
+-----------+------------+-------------------------------------+
| SPI(M) | on-chip | spi |
+-----------+------------+-------------------------------------+
| I2C(M) | on-chip | i2c |
+-----------+------------+-------------------------------------+
The default configuration can be found in the defconfig file:
``boards/arm/apollo4p_evb/apollo4p_evb_defconfig``.