doc: beagle: 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:02 +01:00 committed by Fabio Baltieri
commit 39ec0d03b9
2 changed files with 2 additions and 52 deletions

View file

@ -24,41 +24,7 @@ GPIO expander.
Supported Features Supported Features
================== ==================
The board configuration supports the following hardware features: .. zephyr:board-supported-hw::
+-----------+------------+----------------------+
| Interface | Controller | Driver/Component |
+===========+============+======================+
| GPIO | on-chip | gpio |
+-----------+------------+----------------------+
| MPU | on-chip | arch/arm |
+-----------+------------+----------------------+
| NVIC | on-chip | arch/arm |
+-----------+------------+----------------------+
| PINMUX | on-chip | pinmux |
+-----------+------------+----------------------+
| UART | on-chip | serial |
+-----------+------------+----------------------+
| I2C | on-chip | i2c |
+-----------+------------+----------------------+
| SPI | on-chip | spi |
+-----------+------------+----------------------+
| HWINFO | on-chip | hwinfo |
+-----------+------------+----------------------+
| I2C | off-chip | OPT3001 |
+-----------+------------+----------------------+
| I2C | off-chip | HDC2010 |
+-----------+------------+----------------------+
| I2C | off-chip | BCF_BRIDGE_MCU |
+-----------+------------+----------------------+
| ADC | on-chip | adc |
+-----------+------------+----------------------+
| PWM | on-chip | pwm |
+-----------+------------+----------------------+
| FLASH | on-chip | flash |
+-----------+------------+----------------------+
| RADIO | on-chip | ieee802154 |
+-----------+------------+----------------------+
Connections and IOs Connections and IOs
=================== ===================

View file

@ -55,23 +55,7 @@ BeaglePlay ARM Cortex-A53 CPUs typically run Linux, while the CC1352P7 Cortex-M4
Supported Features Supported Features
================== ==================
The ``beagleplay/cc1352p7`` board target supports the following hardware features: .. zephyr:board-supported-hw::
+-----------+------------+----------------------+
| Interface | Controller | Driver/Component |
+===========+============+======================+
| GPIO | on-chip | gpio |
+-----------+------------+----------------------+
| MPU | on-chip | arch/arm |
+-----------+------------+----------------------+
| NVIC | on-chip | arch/arm |
+-----------+------------+----------------------+
| PINMUX | on-chip | pinmux |
+-----------+------------+----------------------+
| UART | on-chip | serial |
+-----------+------------+----------------------+
| RADIO | on-chip | ieee802154 |
+-----------+------------+----------------------+
Connections and IOs Connections and IOs
=================== ===================