* Qualcomm Technologies, Inc IPQ8074 ASoC TDM driver This node models the Qualcomm Technologies, Inc IPQ8074 ASoC TDM driver Required properties: - compatible : "qca,ipq8074-tdm" - dma-tx-channel : should have the mbox tx channel id - dma-rx-channel : should have the mbox rx channel id - stereo-tx-port : should have the stereo tx id - stereo-rx-port : should have the stereo tx id - clocks : should have the audio tx bit clock, tx master clock, rx bit clock, rx master clock id - clock-names : should be "audio_tx_bclk", "audio_tx_mclk", "audio_rx_bclk", "audio_rx_mclk" Example: tdm: tdm@0 { compatible = "qca,ipq8074-tdm"; dma-tx-channel = ; dma-rx-channel = ; stereo-tx-port = ; stereo-rx-port = ; clocks = <&adcc ADCC_TXB_CLK_SRC>, <&adcc ADCC_TXM_CLK_SRC>, <&adcc ADCC_RXB_CLK_SRC>, <&adcc ADCC_RXM_CLK_SRC>; clock-names = "audio_tx_bclk", "audio_tx_mclk", "audio_rx_bclk", "audio_rx_mclk"; status = "disabled"; };