Skip to content

Commit b43a5f7

Browse files
committed
[nrf noup] boards: nordic: nrf54l15dk: Set MPSL_HFCLK_LATENCY default
This default matches the default before it got changed in nrfconnect/sdk-nrf#22369. This ensures that the current consumption when using Bluetooth remains unchanged. The default of 854 is likely good enough for this board. This noup commit can be replaced once: * HFXO startup latency is defined in device tree: zephyrproject-rtos/zephyr#90615 * The startup latency is configured per board and not per SoC. The startup latency is board specific as the HFXO is an SOC-external component. Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
1 parent 6131774 commit b43a5f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/nordic/nrf54l15dk/Kconfig.defconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
DT_CHOSEN_Z_CODE_PARTITION := zephyr,code-partition
66
DT_CHOSEN_Z_SRAM_PARTITION := zephyr,sram-secure-partition
77

8+
# The 54L has a HFXO latency which is better than the default.
9+
config MPSL_HFCLK_LATENCY
10+
int
11+
default 854 if MPSL
12+
813
if BOARD_NRF54L15DK_NRF54L05_CPUAPP || BOARD_NRF54L15DK_NRF54L10_CPUAPP || \
914
BOARD_NRF54L15DK_NRF54L15_CPUAPP
1015

0 commit comments

Comments
 (0)