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: