| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/sound/fsl,aud2htx.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: NXP Audio Subsystem to HDMI RTX Subsystem Controller |
| - Shengjiu Wang <shengjiu.wang@nxp.com> |
| const: fsl,imx8mp-aud2htx |
| - description: Peripheral clock |
| - description: DMA controller phandle and request line for TX |
| additionalProperties: false |
| #include <dt-bindings/interrupt-controller/arm-gic.h> |
| #include <dt-bindings/clock/imx8mp-clock.h> |
| aud2htx: aud2htx@30cb0000 { |
| compatible = "fsl,imx8mp-aud2htx"; |
| reg = <0x30cb0000 0x10000>; |
| interrupts = <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>; |
| clocks = <&audiomix_clk IMX8MP_CLK_AUDIOMIX_AUD2HTX_IPG>; |
| power-domains = <&audiomix_pd>; |