doc: firefly: 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
2ceba0fdee
commit
245d8e3ba3
1 changed files with 1 additions and 12 deletions
|
@ -42,18 +42,7 @@ has frequency up to 2.0GHz. Zephyr OS is ported to run on it.
|
|||
Supported Features
|
||||
==================
|
||||
|
||||
The Zephyr roc_rk3568_pc board configuration supports the following hardware
|
||||
features:
|
||||
|
||||
+-----------+------------+-------------------------------------+
|
||||
| Interface | Controller | Driver/Component |
|
||||
+===========+============+=====================================+
|
||||
| GIC-v3 | on-chip | interrupt controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| ARM TIMER | on-chip | system clock |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| UART | on-chip | serial port |
|
||||
+-----------+------------+-------------------------------------+
|
||||
.. zephyr:board-supported-hw::
|
||||
|
||||
Devices
|
||||
========
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue