Skip to content

Commit

Permalink
[nrf fromtree] samples: drivers: audio: dmic: Add nRF54L15 to the sample
Browse files Browse the repository at this point in the history
nRF54L15 FP1 can now be used in dmic audio sample.

Signed-off-by: Michał Stasiak <[email protected]>
(cherry picked from commit 3013604)
  • Loading branch information
mstasiaknordic authored and rlubos committed Oct 23, 2024
1 parent 0ce0e14 commit 4185335
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/

&pinctrl {
pdm20_default_alt: pdm20_default_alt {
group1 {
psels = <NRF_PSEL(PDM_CLK, 1, 12)>,
<NRF_PSEL(PDM_DIN, 1, 13)>;
};
};
};

dmic_dev: &pdm20 {
status = "okay";
pinctrl-0 = <&pdm20_default_alt>;
pinctrl-names = "default";
clock-source = "PCLK32M";
};
1 change: 1 addition & 0 deletions samples/drivers/audio/dmic/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tests:
integration_platforms:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
harness: console
harness_config:
type: multi_line
Expand Down

0 comments on commit 4185335

Please sign in to comment.