Skip to content

Commit 3b4383b

Browse files
bjarki-andreasenkartben
authored andcommitted
samples: boards: nordic: add audiopll
Add audiopll to sample. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent bfd200b commit 3b4383b

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright (c) 2025 Nordic Semiconductor ASA
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_CLOCK_CONTROL=y
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
};

samples/boards/nordic/clock_control/sample.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,8 @@ tests:
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"

0 commit comments

Comments
 (0)