1 * Amlogic HDMI Tx control glue
4 - compatible: "amlogic,g12a-tohdmitx" or
6 - reg: physical base address of the controller and length of memory
8 - #sound-dai-cells: should be 1.
9 - resets: phandle to the dedicated reset line of the hdmitx glue.
11 Example on the S905X2 SoC:
13 tohdmitx: audio-controller@744 {
14 compatible = "amlogic,g12a-tohdmitx";
15 reg = <0x0 0x744 0x0 0x4>;
16 #sound-dai-cells = <1>;
17 resets = <&clkc_audio AUD_RESET_TOHDMITX>;
20 Example of an 'amlogic,axg-sound-card':
23 compatible = "amlogic,axg-sound-card";
28 sound-dai = <&tdmif_a>;
30 dai-tdm-slot-tx-mask-0 = <1 1>;
33 sound-dai = <&tohdmitx TOHDMITX_I2S_IN_A>;
37 sound-dai = <&external_dac>;
42 sound-dai = <&tdmif_c>;
44 dai-tdm-slot-tx-mask-0 = <1 1>;
47 sound-dai = <&tohdmitx TOHDMITX_I2S_IN_C>;
52 sound-dai = <&tohdmitx TOHDMITX_I2S_OUT>;
55 sound-dai = <&hdmi_tx>;