From a8ea86d277d7f01bbb95cbb838c14750a24dcc5a Mon Sep 17 00:00:00 2001 From: Florijan Plohl Date: Mon, 10 Mar 2025 12:21:17 +0100 Subject: [PATCH] boards: norik: adopt zephyr:board-supported-hw directive Convert Norik's boards documentation to use the zephyr:board-supported-hw directive to specify supported hardware features. Signed-off-by: Florijan Plohl --- boards/norik/octopus_io_board/doc/index.rst | 5 +++ boards/norik/octopus_som/doc/index.rst | 40 +++------------------ 2 files changed, 9 insertions(+), 36 deletions(-) diff --git a/boards/norik/octopus_io_board/doc/index.rst b/boards/norik/octopus_io_board/doc/index.rst index 088a3b936d3..0dc6439a9bb 100644 --- a/boards/norik/octopus_io_board/doc/index.rst +++ b/boards/norik/octopus_io_board/doc/index.rst @@ -47,6 +47,11 @@ and in the `Octopus IO-Board Documentation`_. Hardware ******** +Supported Features +================== + +.. zephyr:board-supported-hw:: + Connections and IOs =================== diff --git a/boards/norik/octopus_som/doc/index.rst b/boards/norik/octopus_som/doc/index.rst index 1d3790a04d7..86378b59d31 100644 --- a/boards/norik/octopus_som/doc/index.rst +++ b/boards/norik/octopus_som/doc/index.rst @@ -32,42 +32,10 @@ in the `Octopus SoM Documentation`_. Hardware ******** -The ``octopus_som/nrf9160`` and ``octopus_som/nrf9160/ns`` board targets support the -following hardware features: - -+-----------+------------+----------------------+ -| Interface | Controller | Driver/Component | -+===========+============+======================+ -| ADC | on-chip | adc | -+-----------+------------+----------------------+ -| CLOCK | on-chip | clock_control | -+-----------+------------+----------------------+ -| FLASH | on-chip | flash | -+-----------+------------+----------------------+ -| GPIO | on-chip | gpio | -+-----------+------------+----------------------+ -| I2C(M) | on-chip | i2c | -+-----------+------------+----------------------+ -| MPU | on-chip | arch/arm | -+-----------+------------+----------------------+ -| NVIC | on-chip | arch/arm | -+-----------+------------+----------------------+ -| PWM | on-chip | pwm | -+-----------+------------+----------------------+ -| RTC | on-chip | system clock | -+-----------+------------+----------------------+ -| RTT | Segger | console | -+-----------+------------+----------------------+ -| SPI(M/S) | on-chip | spi | -+-----------+------------+----------------------+ -| SPU | on-chip | system protection | -+-----------+------------+----------------------+ -| UARTE | on-chip | serial | -+-----------+------------+----------------------+ -| WDT | on-chip | watchdog | -+-----------+------------+----------------------+ -| ACCEL | Analog | adxl362 | -+-----------+------------+----------------------+ +Supported Features +================== + +.. zephyr:board-supported-hw:: Connections and IOs ===================