File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed
samples/boards/nordic/clock_control Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ # Copyright (c) 2025 Nordic Semiconductor ASA
2+ # SPDX-License-Identifier: Apache-2.0
3+
4+ CONFIG_CLOCK_CONTROL=y
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2025 Nordic Semiconductor ASA
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ */
6+
7+ /{
8+ aliases {
9+ sample-clock = &audiopll;
10+ };
11+ };
12+
13+ &audiopll {
14+ status = "okay";
15+ };
Original file line number Diff line number Diff line change 4141 extra_args :
4242 - CONF_FILE="configs/global_hsfll.conf"
4343 - DTC_OVERLAY_FILE="configs/global_hsfll.overlay"
44+ sample.boards.nrf.clock_control.audiopll :
45+ filter : dt_nodelabel_enabled("audiopll")
46+ extra_args :
47+ - CONF_FILE="configs/audiopll.conf"
48+ - DTC_OVERLAY_FILE="configs/audiopll.overlay"
You can’t perform that action at this time.
0 commit comments