From 9cacaf1d36c2da9ce5af33fa98484c081c19aa79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bol=C3=ADvar?= Date: Wed, 6 Jan 2021 01:34:44 -0800 Subject: [PATCH] boards: nrf: remove misleading DT overlay docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace these with links to the actual documentation as needed, or just remove them entirely. These are getting copy/pasted around and I'm trying to avoid that happening in the future. Signed-off-by: Martí Bolívar --- boards/arm/bl653_dvk/doc/bl653_dvk.rst | 6 ------ boards/arm/nrf21540dk_nrf52840/doc/index.rst | 6 +----- boards/arm/nrf52833dk_nrf52833/doc/index.rst | 6 +----- boards/arm/nrf52840dk_nrf52840/doc/index.rst | 6 +----- boards/arm/pinnacle_100_dvk/doc/index.rst | 9 --------- 5 files changed, 3 insertions(+), 30 deletions(-) diff --git a/boards/arm/bl653_dvk/doc/bl653_dvk.rst b/boards/arm/bl653_dvk/doc/bl653_dvk.rst index 64e703f4712..7f8d5389ef0 100644 --- a/boards/arm/bl653_dvk/doc/bl653_dvk.rst +++ b/boards/arm/bl653_dvk/doc/bl653_dvk.rst @@ -194,12 +194,6 @@ more than one UART for connecting peripheral devices: 2. Use the UART1 as ``device_get_binding(DT_LABEL(DT_NODELABEL(uart1)))`` -Overlay file naming -=================== - -The file has to be named ``.overlay`` and placed in the app main directory to be -picked up automatically by the build system. - See :ref:`set-devicetree-overlays` for further details. Selecting the pins diff --git a/boards/arm/nrf21540dk_nrf52840/doc/index.rst b/boards/arm/nrf21540dk_nrf52840/doc/index.rst index 741c35f3b29..2865289d9c9 100644 --- a/boards/arm/nrf21540dk_nrf52840/doc/index.rst +++ b/boards/arm/nrf21540dk_nrf52840/doc/index.rst @@ -200,11 +200,7 @@ more than one UART for connecting peripheral devices: 2. Use the UART1 as ``device_get_binding(DT_LABEL(DT_NODELABEL(uart1)))`` -Overlay file naming -=================== - -The file has to be named ``.overlay`` and placed in the app main directory to be -picked up automatically by the build system. +See :ref:`set-devicetree-overlays` for further details. Selecting the pins ================== diff --git a/boards/arm/nrf52833dk_nrf52833/doc/index.rst b/boards/arm/nrf52833dk_nrf52833/doc/index.rst index 45deee945b7..170cefe6b43 100644 --- a/boards/arm/nrf52833dk_nrf52833/doc/index.rst +++ b/boards/arm/nrf52833dk_nrf52833/doc/index.rst @@ -181,11 +181,7 @@ more than one UART for connecting peripheral devices: 2. Use the UART1 as ``device_get_binding(DT_LABEL(DT_NODELABEL(uart1)))`` -Overlay file naming -=================== - -The file has to be named ``.overlay`` and placed in the app main directory to be -picked up automatically by the build system. +See :ref:`set-devicetree-overlays` for further details. Selecting the pins ================== diff --git a/boards/arm/nrf52840dk_nrf52840/doc/index.rst b/boards/arm/nrf52840dk_nrf52840/doc/index.rst index ec45182aa0f..88439afe307 100644 --- a/boards/arm/nrf52840dk_nrf52840/doc/index.rst +++ b/boards/arm/nrf52840dk_nrf52840/doc/index.rst @@ -188,11 +188,7 @@ more than one UART for connecting peripheral devices: 2. Use the UART1 as ``device_get_binding(DT_LABEL(DT_NODELABEL(uart1)))`` -Overlay file naming -=================== - -The file has to be named ``.overlay`` and placed in the app main directory to be -picked up automatically by the build system. +See :ref:`set-devicetree-overlays` for further details. Selecting the pins ================== diff --git a/boards/arm/pinnacle_100_dvk/doc/index.rst b/boards/arm/pinnacle_100_dvk/doc/index.rst index 9a8ad738f19..f07ce468c3e 100644 --- a/boards/arm/pinnacle_100_dvk/doc/index.rst +++ b/boards/arm/pinnacle_100_dvk/doc/index.rst @@ -208,15 +208,6 @@ You can build and flash the examples to make sure Zephyr is running correctly on your board. The button and LED definitions can be found in :zephyr_file:`boards/arm/pinnacle_100_dvk/pinnacle_100_dvk.dts`. - -Overlay file naming -=================== - -The file has to be named ``.overlay`` and placed in the app main directory to be -picked up automatically by the build system. - -See :ref:`set-devicetree-overlays` for further details. - Selecting the pins ================== To select the pin numbers for tx-pin and rx-pin: