doc: boards: dragino: 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-02-28 16:03:17 +01:00 committed by Fabio Baltieri
commit cd3dd479e4
2 changed files with 2 additions and 36 deletions

View file

@ -78,24 +78,7 @@ More information about STM32L072CZ can be found here:
Supported Features Supported Features
================== ==================
The Zephyr Dragino LSN50 board configuration supports the following hardware features: .. zephyr:board-supported-hw::
+-----------+------------+-------------------------------------+
| Interface | Controller | Driver/Component |
+===========+============+=====================================+
| UART | on-chip | serial port-polling; |
| | | serial port-interrupt |
+-----------+------------+-------------------------------------+
| PINMUX | on-chip | pinmux |
+-----------+------------+-------------------------------------+
| GPIO | on-chip | gpio |
+-----------+------------+-------------------------------------+
Other hardware features are not yet supported on this Zephyr port.
The default configuration can be found in the defconfig file:
:zephyr_file:`boards/dragino/lsn50/dragino_lsn50_defconfig`
Connections and IOs Connections and IOs
=================== ===================

View file

@ -77,24 +77,7 @@ More information about STM32L072CZ can be found here:
Supported Features Supported Features
================== ==================
The Zephyr Dragino NBSN95 board configuration supports the following hardware features: .. zephyr:board-supported-hw::
+-----------+------------+-------------------------------------+
| Interface | Controller | Driver/Component |
+===========+============+=====================================+
| UART | on-chip | serial port-polling; |
| | | serial port-interrupt |
+-----------+------------+-------------------------------------+
| PINMUX | on-chip | pinmux |
+-----------+------------+-------------------------------------+
| GPIO | on-chip | gpio |
+-----------+------------+-------------------------------------+
Other hardware features are not yet supported on this Zephyr port.
The default configuration can be found in the defconfig file:
:zephyr_file:`boards/dragino/nbsn95/dragino_nbsn95_defconfig`
Connections and IOs Connections and IOs
=================== ===================