doc: telink: 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:05 +01:00 committed by Fabio Baltieri
commit 2b06051fff

View file

@ -38,45 +38,13 @@ The TLSR9518ADK80D default board configuration provides the following hardware c
Supported Features Supported Features
================== ==================
The Zephyr TLSR9518ADK80D board configuration supports the following hardware features: .. zephyr:board-supported-hw::
+----------------+------------+------------------------------+
| Interface | Controller | Driver/Component |
+================+============+==============================+
| PLIC | on-chip | interrupt_controller |
+----------------+------------+------------------------------+
| RISC-V Machine | on-chip | timer |
| Timer (32 KHz) | | |
+----------------+------------+------------------------------+
| PINCTRL | on-chip | pinctrl |
+----------------+------------+------------------------------+
| GPIO | on-chip | gpio |
+----------------+------------+------------------------------+
| UART | on-chip | serial |
+----------------+------------+------------------------------+
| PWM | on-chip | pwm |
+----------------+------------+------------------------------+
| TRNG | on-chip | entropy |
+----------------+------------+------------------------------+
| FLASH (MSPI) | on-chip | flash |
+----------------+------------+------------------------------+
| RADIO | on-chip | Bluetooth, |
| | | ieee802154, OpenThread |
+----------------+------------+------------------------------+
| SPI (Master) | on-chip | spi |
+----------------+------------+------------------------------+
| I2C (Master) | on-chip | i2c |
+----------------+------------+------------------------------+
| ADC | on-chip | adc |
+----------------+------------+------------------------------+
.. note:: .. note::
To support "button" example project PC3-KEY3 (J20-19, J20-20) jumper needs to be removed and KEY3 (J20-19) should be connected to VDD3_DCDC (J51-13) externally. To support "button" example project PC3-KEY3 (J20-19, J20-20) jumper needs to be removed and KEY3 (J20-19) should be connected to VDD3_DCDC (J51-13) externally.
For the rest example projects use the default jumpers configuration. For the rest example projects use the default jumpers configuration.
Other hardware features and example projects are not supported yet.
Limitations Limitations
----------- -----------