doc: amd: 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
ccfbe6d412
commit
0b6d48038c
3 changed files with 2 additions and 23 deletions
|
@ -26,15 +26,7 @@ Hardware
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The following hardware features are supported:
|
.. zephyr:board-supported-hw::
|
||||||
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| Interface | Controller | Driver/Component |
|
|
||||||
+===========+============+=====================================+
|
|
||||||
| I2S | on-chip | I2S controller |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| DMIC(PDM) | on-chip | PDM controller |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
|
|
||||||
System Clock
|
System Clock
|
||||||
============
|
============
|
||||||
|
|
|
@ -19,20 +19,7 @@ Hardware
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The following hardware features are supported:
|
.. zephyr:board-supported-hw::
|
||||||
|
|
||||||
+--------------+------------+----------------------+
|
|
||||||
| Interface | Controller | Driver/Component |
|
|
||||||
+==============+============+======================+
|
|
||||||
| GIC | on-chip | generic interrupt |
|
|
||||||
| | | controller |
|
|
||||||
+--------------+------------+----------------------+
|
|
||||||
| TTC | on-chip | system timer |
|
|
||||||
+--------------+------------+----------------------+
|
|
||||||
| UART | on-chip | serial port |
|
|
||||||
+--------------+------------+----------------------+
|
|
||||||
|
|
||||||
The kernel currently does not support other hardware features on this platform.
|
|
||||||
|
|
||||||
Devices
|
Devices
|
||||||
========
|
========
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue