doc: khadas: 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-03-05 12:00:59 +01:00 committed by Fabio Baltieri
commit b6c656eb21
2 changed files with 2 additions and 34 deletions

View file

@ -17,23 +17,7 @@ See `Hardware details`_
Supported Features Supported Features
================== ==================
The ``khadas_edge2`` board target supports the following .. zephyr:board-supported-hw::
hardware features:
+-----------+------------+--------------------------------------+
| Interface | Controller | Driver/Component |
+===========+============+======================================+
| GIC-600 | on-chip | GICv3 interrupt controller |
+-----------+------------+--------------------------------------+
| ARM TIMER | on-chip | System Clock |
+-----------+------------+--------------------------------------+
| UART | on-chip | Synopsys DesignWare 8250 serial port |
+-----------+------------+--------------------------------------+
Other hardware features have not been enabled yet for this board.
The default configuration can be found in (NON-SMP)
:zephyr_file:`boards/khadas/edge2/khadas_edge2_defconfig`
There are multiple serial ports on the board: Zephyr is using There are multiple serial ports on the board: Zephyr is using
uart2 as serial console. uart2 as serial console.

View file

@ -13,23 +13,7 @@ See <https://docs.khadas.com/linux/edge/Hardware.html#Edge-V-1>
Supported Features Supported Features
================== ==================
Khadas Edge-V board default configuration supports the following .. zephyr:board-supported-hw::
hardware features:
+-----------+------------+--------------------------------------+
| Interface | Controller | Driver/Component |
+===========+============+======================================+
| GIC-500 | on-chip | GICv3 interrupt controller |
+-----------+------------+--------------------------------------+
| ARM TIMER | on-chip | System Clock |
+-----------+------------+--------------------------------------+
| UART | on-chip | Synopsys DesignWare 8250 serial port |
+-----------+------------+--------------------------------------+
Other hardware features have not been enabled yet for this board.
The default configuration can be found in (NON-SMP)
:zephyr_file:`boards/khadas/edgev/khadas_edgev_defconfig`
There are multiple serial ports on the board: Zephyr is using There are multiple serial ports on the board: Zephyr is using
uart2 as serial console. uart2 as serial console.