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:
parent
e4b232d4fc
commit
2b06051fff
1 changed files with 1 additions and 33 deletions
|
@ -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
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue