doc: boards: andestech: adopt zephyr:board-supported-hw directive
Replace manually authored hardware features table with the new Zephyr board supported hardware directive which automatically generates an up-to-date table based on the boards' Devicetree. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
4fc8a9dd4e
commit
cb829fe28a
1 changed files with 2 additions and 38 deletions
|
@ -1,7 +1,4 @@
|
||||||
.. _adp_xc7k_ae350:
|
.. zephyr:board:: adp_xc7k
|
||||||
|
|
||||||
Andes ADP-XC7K AE350
|
|
||||||
####################
|
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
********
|
********
|
||||||
|
@ -52,40 +49,7 @@ The ADP-XC7K AE350 platform provides following hardware components:
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The ``adp_xc7k/ae350`` board configuration supports the following hardware features:
|
.. zephyr:board-supported-hw::
|
||||||
|
|
||||||
+----------------+------------+----------------------+
|
|
||||||
| Interface | Controller | Driver/Component |
|
|
||||||
+================+============+======================+
|
|
||||||
| PLIC | on-chip | interrupt_controller |
|
|
||||||
+----------------+------------+----------------------+
|
|
||||||
| RISC-V Machine | on-chip | timer |
|
|
||||||
| Timer | | |
|
|
||||||
+----------------+------------+----------------------+
|
|
||||||
| GPIO | on-chip | gpio |
|
|
||||||
+----------------+------------+----------------------+
|
|
||||||
| UART | on-chip | serial |
|
|
||||||
+----------------+------------+----------------------+
|
|
||||||
| COUNTER | on-chip | counter |
|
|
||||||
+----------------+------------+----------------------+
|
|
||||||
| SPI | on-chip | spi |
|
|
||||||
+----------------+------------+----------------------+
|
|
||||||
| I2C | on-chip | i2c |
|
|
||||||
+----------------+------------+----------------------+
|
|
||||||
| EEPROM | on-chip | eeprom |
|
|
||||||
+----------------+------------+----------------------+
|
|
||||||
| FLASH | on-chip | flash |
|
|
||||||
+----------------+------------+----------------------+
|
|
||||||
| HWINFO | on-chip | syscon |
|
|
||||||
+----------------+------------+----------------------+
|
|
||||||
| MAILBOX | on-chip | mbox |
|
|
||||||
+----------------+------------+----------------------+
|
|
||||||
| DMA | on-chip | dma |
|
|
||||||
+----------------+------------+----------------------+
|
|
||||||
| WATCHDOG | on-chip | wdt |
|
|
||||||
+----------------+------------+----------------------+
|
|
||||||
|
|
||||||
Other hardware features are not supported yet.
|
|
||||||
|
|
||||||
Connections and IOs
|
Connections and IOs
|
||||||
===================
|
===================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue