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:
parent
c9a96477d0
commit
b6c656eb21
2 changed files with 2 additions and 34 deletions
|
@ -17,23 +17,7 @@ See `Hardware details`_
|
|||
Supported Features
|
||||
==================
|
||||
|
||||
The ``khadas_edge2`` board target supports the following
|
||||
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`
|
||||
.. zephyr:board-supported-hw::
|
||||
|
||||
There are multiple serial ports on the board: Zephyr is using
|
||||
uart2 as serial console.
|
||||
|
|
|
@ -13,23 +13,7 @@ See <https://docs.khadas.com/linux/edge/Hardware.html#Edge-V-1>
|
|||
Supported Features
|
||||
==================
|
||||
|
||||
Khadas Edge-V board default configuration supports the following
|
||||
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`
|
||||
.. zephyr:board-supported-hw::
|
||||
|
||||
There are multiple serial ports on the board: Zephyr is using
|
||||
uart2 as serial console.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue