Skip to content

Commit c63d142

Browse files
mstasiaknordicrlubos
authored andcommitted
[nrf noup] Revert "[nrf fromlist] boards: nordic: add FLPR core to nRF54L20pdk"
This reverts commit 9b95c91. Signed-off-by: Michał Stasiak <[email protected]>
1 parent 96716d4 commit c63d142

10 files changed

+6
-151
lines changed

boards/nordic/nrf54l20pdk/Kconfig.nrf54l20pdk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33

44
config BOARD_NRF54L20PDK
55
select SOC_NRF54L20_ENGA_CPUAPP if BOARD_NRF54L20PDK_NRF54L20_CPUAPP
6-
select SOC_NRF54L20_ENGA_CPUFLPR if BOARD_NRF54L20PDK_NRF54L20_CPUFLPR
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# Copyright (c) 2024 Nordic Semiconductor ASA
22
# SPDX-License-Identifier: Apache-2.0
33

4-
if(CONFIG_BOARD_NRF54L20PDK_NRF54L20_CPUAPP)
5-
board_runner_args(jlink "--device=cortex-m33" "--speed=4000")
6-
elseif(CONFIG_BOARD_NRF54L20PDK_NRF54L20_CPUFLPR)
7-
board_runner_args(jlink "--speed=4000")
8-
endif()
4+
board_runner_args(jlink "--device=cortex-m33" "--speed=4000")
95

106
include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
117
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)

boards/nordic/nrf54l20pdk/board.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@ board:
44
vendor: nordic
55
socs:
66
- name: nrf54l20
7-
variants:
8-
- name: xip
9-
cpucluster: cpuflpr

boards/nordic/nrf54l20pdk/doc/index.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ built, flashed, and debugged in the usual way. See
6565
:ref:`build_an_application` and :ref:`application_run` for more details on
6666
building and running.
6767

68-
Applications for the ``nrf54l20pdk/nrf54l20/cpuflpr`` board target need
69-
to be built using sysbuild to include the ``vpr_launcher`` image for the application core.
70-
71-
Enter the following command to compile ``hello_world`` for the FLPR core::
72-
west build -p -b nrf54l20pdk/nrf54l20/cpuflpr --sysbuild
73-
7468
Flashing
7569
========
7670

boards/nordic/nrf54l20pdk/nrf54l20_cpuapp_common.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
status = "okay";
2828
};
2929

30+
&hfpll {
31+
/* For now use 64 MHz clock for CPU and fast peripherals. */
32+
clock-frequency = <DT_FREQ_M(64)>;
33+
};
34+
3035
&lfxo {
3136
load-capacitors = "internal";
3237
load-capacitance-femtofarad = <15500>;

boards/nordic/nrf54l20pdk/nrf54l20pdk_nrf54l20-common.dtsi

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,3 @@
9191
pinctrl-1 = <&pwm20_sleep>;
9292
pinctrl-names = "default", "sleep";
9393
};
94-
95-
&uart30 {
96-
current-speed = <115200>;
97-
pinctrl-0 = <&uart30_default>;
98-
pinctrl-1 = <&uart30_sleep>;
99-
pinctrl-names = "default", "sleep";
100-
};
101-
102-
&hfpll {
103-
/* For now use 64 MHz clock for CPU and fast peripherals. */
104-
clock-frequency = <DT_FREQ_M(64)>;
105-
};

boards/nordic/nrf54l20pdk/nrf54l20pdk_nrf54l20-pinctrl.dtsi

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,4 @@
3434
low-power-enable;
3535
};
3636
};
37-
38-
/omit-if-no-ref/ uart30_default: uart30_default {
39-
group1 {
40-
psels = <NRF_PSEL(UART_TX, 0, 0)>,
41-
<NRF_PSEL(UART_RTS, 0, 2)>;
42-
};
43-
44-
group2 {
45-
psels = <NRF_PSEL(UART_RX, 0, 1)>,
46-
<NRF_PSEL(UART_CTS, 0, 3)>;
47-
bias-pull-up;
48-
};
49-
};
50-
51-
/omit-if-no-ref/ uart30_sleep: uart30_sleep {
52-
group1 {
53-
psels = <NRF_PSEL(UART_TX, 0, 0)>,
54-
<NRF_PSEL(UART_RX, 0, 1)>,
55-
<NRF_PSEL(UART_RTS, 0, 2)>,
56-
<NRF_PSEL(UART_CTS, 0, 3)>;
57-
low-power-enable;
58-
};
59-
};
6037
};

boards/nordic/nrf54l20pdk/nrf54l20pdk_nrf54l20_cpuflpr.dts

Lines changed: 0 additions & 68 deletions
This file was deleted.

boards/nordic/nrf54l20pdk/nrf54l20pdk_nrf54l20_cpuflpr.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

boards/nordic/nrf54l20pdk/nrf54l20pdk_nrf54l20_cpuflpr_defconfig

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)