Skip to content

Commit 278a81c

Browse files
samples: clock_control: Align for nRF9251
Align clock_control sample for nRF9251 target. Signed-off-by: Adam Kondraciuk <adam.kondraciuk@nordicsemi.no>
1 parent 47571ba commit 278a81c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Copyright (c) 2026 Nordic Semiconductor ASA
2+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
3+
4+
CONFIG_CLOCK_CONTROL=y
5+
6+
CONFIG_SAMPLE_CLOCK_FREQUENCY_HZ=256000000

samples/zephyr/boards/nordic/clock_control/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tests:
3737
platform_allow:
3838
- nrf9251dk/nrf9251/cpuapp
3939
extra_args:
40-
- CONF_FILE="${ZEPHYR_BASE}/samples/boards/nordic/clock_control/configs/cpuapp_hsfll.conf"
40+
- CONF_FILE="configs/nrf92_cpuapp_hsfll.conf"
4141
- DTC_OVERLAY_FILE="${ZEPHYR_BASE}/samples/boards/nordic/clock_control/configs/cpuapp_hsfll.overlay"
4242
nrf.extended.sample.boards.nrf.clock_control.global_hsfll:
4343
platform_allow:

0 commit comments

Comments
 (0)