samples: drivers: audio: dmic: Add nRF54L15 to the sample
nRF54L15 FP1 can now be used in dmic audio sample. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
This commit is contained in:
parent
f8466b4791
commit
3013604f1b
2 changed files with 22 additions and 0 deletions
|
@ -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";
|
||||||
|
};
|
|
@ -7,6 +7,7 @@ tests:
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf52840dk/nrf52840
|
- nrf52840dk/nrf52840
|
||||||
- nrf5340dk/nrf5340/cpuapp
|
- nrf5340dk/nrf5340/cpuapp
|
||||||
|
- nrf54l15dk/nrf54l15/cpuapp
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
type: multi_line
|
type: multi_line
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue