From 39ec0d03b94c9a9c53861c3e666a8d5c2034df11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Wed, 5 Mar 2025 12:01:02 +0100 Subject: [PATCH] doc: beagle: adopt zephyr:board-supported-hw directive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é --- .../beagleconnect_freedom/doc/index.rst | 36 +------------------ .../beagleplay/doc/beagleplay_cc1352p7.rst | 18 +--------- 2 files changed, 2 insertions(+), 52 deletions(-) diff --git a/boards/beagle/beagleconnect_freedom/doc/index.rst b/boards/beagle/beagleconnect_freedom/doc/index.rst index 8bf3bf4e6e6..3fac0a1f08d 100644 --- a/boards/beagle/beagleconnect_freedom/doc/index.rst +++ b/boards/beagle/beagleconnect_freedom/doc/index.rst @@ -24,41 +24,7 @@ GPIO expander. Supported Features ================== -The board configuration supports the following hardware features: - -+-----------+------------+----------------------+ -| 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 | -+-----------+------------+----------------------+ +.. zephyr:board-supported-hw:: Connections and IOs =================== diff --git a/boards/beagle/beagleplay/doc/beagleplay_cc1352p7.rst b/boards/beagle/beagleplay/doc/beagleplay_cc1352p7.rst index 24665eafce1..85450908ce3 100644 --- a/boards/beagle/beagleplay/doc/beagleplay_cc1352p7.rst +++ b/boards/beagle/beagleplay/doc/beagleplay_cc1352p7.rst @@ -55,23 +55,7 @@ BeaglePlay ARM Cortex-A53 CPUs typically run Linux, while the CC1352P7 Cortex-M4 Supported Features ================== -The ``beagleplay/cc1352p7`` board target supports the following hardware features: - -+-----------+------------+----------------------+ -| 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 | -+-----------+------------+----------------------+ +.. zephyr:board-supported-hw:: Connections and IOs ===================