Skip to content

Commit c85e418

Browse files
carlescufidleach02
authored andcommitted
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 <[email protected]>
1 parent 7b65bbe commit c85e418

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

boards/nordic/nrf54l15dk/doc/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ to be built as multicore configuration with code snippet called ``vpr_launcher``
101101
for the application core.
102102

103103
Enter the following command to compile ``hello_world`` for the FLPR core::
104-
west build -p -b nrf54l15pdk/nrf54l15/cpuflpr --sysbuild -- -DSB_VPR_LAUNCHER=y
104+
west build -p -b nrf54l15dk/nrf54l15/cpuflpr --sysbuild -- -DSB_VPR_LAUNCHER=y
105105

106106
Flashing
107107
========

tests/boards/nrf/qdec/boards/nrf54l15dk_nrf54l15_cpuapp.overlay

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

6-
#include "nrf54l15pdk_nrf54l15_common.dtsi"
6+
#include "nrf54l15dk_nrf54l15_common.dtsi"
77

88
/* To prevent enabling console receiver. */
99
&uart20 {

tests/boards/nrf/qdec/boards/nrf54l15dk_nrf54l15_cpuflpr.overlay

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

6-
#include "nrf54l15pdk_nrf54l15_common.dtsi"
6+
#include "nrf54l15dk_nrf54l15_common.dtsi"
77

88
/* To prevent enabling console receiver. */
99
&uart30 {
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#include "nrf54l15pdk_nrf54l15_cpuapp.overlay"
1+
#include "nrf54l15dk_nrf54l15_cpuapp.overlay"

tests/drivers/spi/spi_controller_peripheral/README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ In this test suite two instances of the SPI peripheral are connected together.
22
One SPI instance works as a controller, second one is configured as a peripheral.
33
In each test, both instances get identical configuration (CPOL, CPHA, bitrate, etc.).
44

5-
Four GPIO loopbacks are required (see overlay for nrf54l15pdk for reference):
5+
Four GPIO loopbacks are required (see overlay for nrf54l15dk for reference):
66
1. spi22-SPIM_SCK connected with spi21-SPIS_SCK,
77
2. spi22-SPIM_MISO connected with spi21-SPIS_MISO,
88
3. spi22-SPIM_MOSI connected with spi21-SPIS_MOSI,

0 commit comments

Comments
 (0)