arm64: dts: imx8mp: Add AUD2HTX device node
authorShengjiu Wang <shengjiu.wang@nxp.com>
Wed, 28 Feb 2024 03:30:11 +0000 (11:30 +0800)
committerShawn Guo <shawnguo@kernel.org>
Fri, 29 Mar 2024 03:22:38 +0000 (11:22 +0800)
The AUD2HTX is a digital module that provides a bridge between
the Audio Subsystem and the HDMI RTX Subsystem. This
module includes intermediate storage to queue SDMA transactions
prior to being synchronized and passed to the HDMI
RTX Subsystem over the Audio Link.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp.dtsi

index e3510fef6030052077b25a7c9a70b213fc62d7d6..3556773a64222e4d8044c5eccbf119c542961101 100644 (file)
                                        status = "disabled";
                                };
 
+                               aud2htx: aud2htx@30cb0000 {
+                                       compatible = "fsl,imx8mp-aud2htx";
+                                       reg = <0x30cb0000 0x10000>;
+                                       interrupts = <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>;
+                                       clocks = <&audio_blk_ctrl IMX8MP_CLK_AUDIOMIX_AUD2HTX_IPG>;
+                                       clock-names = "bus";
+                                       dmas = <&sdma2 26 2 0>;
+                                       dma-names = "tx";
+                                       status = "disabled";
+                               };
                        };
 
                        sdma3: dma-controller@30e00000 {