Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nrfx none n rf54 l09 align #2662

Merged
merged 4 commits into from
Mar 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions boards/nordic/nrf54l09pdk/board.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0

if (CONFIG_BOARD_NRF54L09PDK_NRF54L09_CPUAPP)
if(CONFIG_BOARD_NRF54L09PDK_NRF54L09_CPUAPP)
board_runner_args(jlink "--device=cortex-m33" "--speed=4000")
elseif (CONFIG_BOARD_NRF54L09PDK_NRF54L09_CPUFLPR)
elseif(CONFIG_BOARD_NRF54L09PDK_NRF54L09_CPUFLPR)
board_runner_args(jlink "--speed=4000")
endif()

Expand Down
3 changes: 0 additions & 3 deletions boards/nordic/nrf54l09pdk/board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ board:
vendor: nordic
socs:
- name: nrf54l09
variants:
- name: xip
cpucluster: cpuflpr
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
psels = <NRF_PSEL(UART_TX, 0, 0)>,
<NRF_PSEL(UART_RTS, 0, 2)>;
};

group2 {
psels = <NRF_PSEL(UART_RX, 0, 1)>,
<NRF_PSEL(UART_CTS, 0, 3)>;
Expand Down
2 changes: 1 addition & 1 deletion boards/nordic/nrf54l09pdk/nrf54l09pdk_nrf54l09_cpuflpr.dts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

cpuflpr_code_partition: partition@0 {
label = "image-0";
reg = <0x0 DT_SIZE_K(60)>;
reg = <0x0 DT_SIZE_K(48)>;
};
};
};
Expand Down
3 changes: 2 additions & 1 deletion boards/nordic/nrf54l09pdk/nrf54l09pdk_nrf54l09_cpuflpr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ type: mcu
arch: riscv
toolchain:
- zephyr
sysbuild: true
ram: 48
flash: 60
flash: 48
supported:
- counter
- gpio
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ CONFIG_USE_DT_CODE_PARTITION=y

# Execute from SRAM
CONFIG_XIP=n

CONFIG_RISCV_ALWAYS_SWITCH_THROUGH_ECALL=y
1 change: 0 additions & 1 deletion soc/nordic/nrf54l/Kconfig.soc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ config SOC_NRF54L09_ENGA_CPUFLPR
help
NRF54L09 ENGA CPUFLPR


config SOC_NRF54L10
bool
select SOC_SERIES_NRF54LX
Expand Down
2 changes: 2 additions & 0 deletions soc/nordic/soc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ runners:
- nrf54l05/cpuflpr
- qualifiers:
- nrf54l09/cpuapp
- nrf54l09/cpuflpr
- qualifiers:
- nrf54l10/cpuapp
- nrf54l10/cpuflpr
Expand Down Expand Up @@ -239,6 +240,7 @@ runners:
- nrf54l05/cpuflpr
- qualifiers:
- nrf54l09/cpuapp
- nrf54l09/cpuflpr
- qualifiers:
- nrf54l10/cpuapp
- nrf54l10/cpuflpr
Expand Down