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:
Benjamin Cabé 2025-03-05 12:01:04 +01:00 committed by Fabio Baltieri
commit 0b6d48038c
3 changed files with 2 additions and 23 deletions

View file

@ -26,15 +26,7 @@ Hardware
Supported Features
==================
The following hardware features are supported:
+-----------+------------+-------------------------------------+
| Interface | Controller | Driver/Component |
+===========+============+=====================================+
| I2S | on-chip | I2S controller |
+-----------+------------+-------------------------------------+
| DMIC(PDM) | on-chip | PDM controller |
+-----------+------------+-------------------------------------+
.. zephyr:board-supported-hw::
System Clock
============

View file

@ -19,20 +19,7 @@ Hardware
Supported Features
==================
The following hardware features are supported:
+--------------+------------+----------------------+
| 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.
.. zephyr:board-supported-hw::
Devices
========