Samples: bluetooth: a2dp_sink: Audio support for 1060EVKC

Add codec driver overlay file to enable audio
rendering for A2DP sink sample application for
1060EVKC platform

Signed-off-by: Vinit Mehta <vinit.mehta@nxp.com>
This commit is contained in:
Vinit Mehta
2026-01-07 15:38:46 +05:30
committed by Fabio Baltieri
parent 50e980d9a8
commit c5bc58e3bd
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#
# Copyright 2026 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_I2S=y
CONFIG_AUDIO=y
CONFIG_AUDIO_CODEC=y
CONFIG_DMA_TCD_QUEUE_SIZE=4

View File

@@ -0,0 +1,15 @@
/*
* Copyright 2026 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
&sai1 {
mclk-output;
podf = <15>;
pll-clocks = <&anatop 0 0 0>,
<&anatop 0 0 30>,
<&anatop 0 0 1>,
<&anatop 0 0 106>,
<&anatop 0 0 1000>;
};