doc: boards: aspeed: 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:
Benjamin Cabé 2025-02-28 16:07:02 +01:00 committed by Fabio Baltieri
commit 4fc8a9dd4e

View file

@ -26,22 +26,7 @@ Hardware
Supported Features Supported Features
================== ==================
The following features are supported: .. zephyr:board-supported-hw::
+-----------+------------+-------------------------------------+
| Interface | Controller | Driver/Component |
+===========+============+=====================================+
| NVIC | on-chip | nested vector interrupt controller |
+-----------+------------+-------------------------------------+
| UART | on-chip | serial port-polling; |
| | | serial port-interrupt |
+-----------+------------+-------------------------------------+
Other hardware features are not currently supported by Zephyr (at the moment)
The default configuration can be found in
:zephyr_file:`boards/aspeed/ast1030_evb/ast1030_evb_defconfig`
Connections and IOs Connections and IOs
=================== ===================