Skip to content

Commit 5102921

Browse files
nordic-seglnordic-piks
authored andcommitted
samples: zephyr: drivers: audio: dmic: Run sample on nRF54LM20A
Enable execution of the DMIC sample on nrf54lm20a. Signed-off-by: Sebastian Głąb <[email protected]>
1 parent 5aefb1b commit 5102921

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
&pinctrl {
8+
pdm20_default_alt: pdm20_default_alt {
9+
group1 {
10+
psels = <NRF_PSEL(PDM_CLK, 1, 10)>,
11+
<NRF_PSEL(PDM_DIN, 1, 11)>;
12+
};
13+
};
14+
};
15+
16+
dmic_dev: &pdm20 {
17+
status = "okay";
18+
pinctrl-0 = <&pdm20_default_alt>;
19+
pinctrl-names = "default";
20+
clock-source = "PCLK32M";
21+
};

samples/zephyr/drivers/audio/dmic/sample.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ sample:
22
name: DMIC sample
33
tests:
44
nrf.extended.sample.drivers.audio.dmic:
5-
depends_on:
6-
- future_target
75
tags:
86
- dmic
97
- ci_samples_zephyr_drivers_audio_dmic
@@ -15,3 +13,7 @@ tests:
1513
regex:
1614
- "DMIC sample"
1715
- "Exiting"
16+
platform_allow:
17+
- nrf54lm20apdk/nrf54lm20a/cpuapp
18+
integration_platforms:
19+
- nrf54lm20apdk/nrf54lm20a/cpuapp

0 commit comments

Comments
 (0)