How to connect and configure speaker in NXM IMX8M NANO board. if possible please attach any document for reference
is there any document for reference to speaker connections to the nano board?
There is no such document, you can refer the EVK design files
Hi @Mohan51
The default imx8mn-evk.dts has configured the audio on evk board. Please refer them.
sound-wm8524 {
compatible = "fsl,imx-audio-wm8524";
model = "wm8524-audio";
audio-cpu = <&sai3>;
audio-codec = <&wm8524>;
audio-asrc=<&easrc>;
audio-routing =
"Line Out Jack", "LINEVOUTL",
"Line Out Jack", "LINEVOUTR";
};
Best Regards
Zhiming