Hi everyone,
I'm working on an i.MX93-based board and I'm trying to use one of the SAI interfaces (specifically SAI3) in PCM mode to connect directly to a Quectel GSM module.
The module exposes PCM lines (DIN, DOUT, CLK, SYNC) and also an I2C interface to communicate with an external codec. According to Quectel's documentation, audio can be transmitted directly over PCM without the need for an external audio codec, the module already should have an internal codec.
My goal is to route call audio to/from the module directly via PCM.
I’d like to ask:
Is it possible to use the i.MX93 SAI interface in PCM mode without a codec?
Has anyone already done this kind of setup on i.MX93 (or similar NXP SoCs)?
What is the recommended Device Tree configuration for this kind of direct PCM connection (SAI <-> MODULE)?
Is an audio-card node still needed in the device tree even if there's no codec?
Any advice or pointers to examples would be greatly appreciated!
Thanks in advance,
Stefano