drivers: i2s_mcux_sai: control MCLK direction with DT property

For the SAI peripheral, the MCLK signal input/output direction is
independent from the TX or RX bit clocks directions (TCR2[BCD] and
RCR2[BCD]). Introduces mclk-output property.

Signed-off-by: Derek Snell <derek.snell@nxp.com>
This commit is contained in:
Derek Snell 2025-04-14 18:29:04 -04:00 committed by Benjamin Cabé
commit 331e0cef3f
3 changed files with 14 additions and 5 deletions

View file

@ -9,3 +9,7 @@
i2s-node1 = &sai0;
};
};
&sai0 {
mclk-output;
};