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.
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
========

View File

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

View File

@ -3,7 +3,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include "nrf54l15pdk_nrf54l15_common.dtsi"
#include "nrf54l15dk_nrf54l15_common.dtsi"
/* To prevent enabling console receiver. */
&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.
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,
2. spi22-SPIM_MISO connected with spi21-SPIS_MISO,
3. spi22-SPIM_MOSI connected with spi21-SPIS_MOSI,