Hi,
I have a board with a ICS43434 microphone (I2S device) connected to SAI interface of an IMX8DX. Linux runs on that microprocessor. I'm kind of novice with device tree configuration and I'm struggling to find the correct configuration for the clocks. Whatever configuration I try I have no signal going out of the SAI pins (bit clock and word clock).
I uploaded my device tree file. This is the output of /sys/kernel/debug/clk/clk_summary when runnig arecord:

arecord -l gives me a correct output:

But I get the following error when recording: pcm_read:2221: read error: Input/output error
What is missing so that the SAI1 clock is enabled?
Any help appreciated !