boards: nordic: nrf54l15dk: Fix references to pdk

A bunch of copy-paste mistakes when adding the nRF54L15 DK added stale
references to the Preview DK (PDK).

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2024-10-16 21:48:17 +02:00 committed by David Leach
parent 7b65bbe52e
commit c85e418eda
7 changed files with 5 additions and 5 deletions

View file

@ -101,7 +101,7 @@ to be built as multicore configuration with code snippet called ``vpr_launcher``
for the application core. for the application core.
Enter the following command to compile ``hello_world`` for the FLPR core:: Enter the following command to compile ``hello_world`` for the FLPR core::
west build -p -b nrf54l15pdk/nrf54l15/cpuflpr --sysbuild -- -DSB_VPR_LAUNCHER=y west build -p -b nrf54l15dk/nrf54l15/cpuflpr --sysbuild -- -DSB_VPR_LAUNCHER=y
Flashing Flashing
======== ========

View file

@ -3,7 +3,7 @@
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
#include "nrf54l15pdk_nrf54l15_common.dtsi" #include "nrf54l15dk_nrf54l15_common.dtsi"
/* To prevent enabling console receiver. */ /* To prevent enabling console receiver. */
&uart20 { &uart20 {

View file

@ -3,7 +3,7 @@
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
#include "nrf54l15pdk_nrf54l15_common.dtsi" #include "nrf54l15dk_nrf54l15_common.dtsi"
/* To prevent enabling console receiver. */ /* To prevent enabling console receiver. */
&uart30 { &uart30 {

View file

@ -1 +1 @@
#include "nrf54l15pdk_nrf54l15_cpuapp.overlay" #include "nrf54l15dk_nrf54l15_cpuapp.overlay"

View file

@ -2,7 +2,7 @@ In this test suite two instances of the SPI peripheral are connected together.
One SPI instance works as a controller, second one is configured as a peripheral. One SPI instance works as a controller, second one is configured as a peripheral.
In each test, both instances get identical configuration (CPOL, CPHA, bitrate, etc.). In each test, both instances get identical configuration (CPOL, CPHA, bitrate, etc.).
Four GPIO loopbacks are required (see overlay for nrf54l15pdk for reference): Four GPIO loopbacks are required (see overlay for nrf54l15dk for reference):
1. spi22-SPIM_SCK connected with spi21-SPIS_SCK, 1. spi22-SPIM_SCK connected with spi21-SPIS_SCK,
2. spi22-SPIM_MISO connected with spi21-SPIS_MISO, 2. spi22-SPIM_MISO connected with spi21-SPIS_MISO,
3. spi22-SPIM_MOSI connected with spi21-SPIS_MOSI, 3. spi22-SPIM_MOSI connected with spi21-SPIS_MOSI,