Lines Matching +full:hdmi +full:- +full:codec
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 #include "meson-g12b-w400.dtsi"
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/leds/common.h>
9 #include <dt-bindings/sound/meson-g12a-tohdmitx.h>
12 cvbs-connector {
16 sdio_pwrseq: sdio-pwrseq {
17 compatible = "mmc-pwrseq-simple";
18 reset-gpios = <&gpio GPIOA_11 GPIO_ACTIVE_LOW>;
20 clock-names = "ext_clock";
23 spdif_dit: audio-codec-1 {
24 #sound-dai-cells = <0>;
25 compatible = "linux,spdif-dit";
27 sound-name-prefix = "DIT";
31 compatible = "amlogic,axg-sound-card";
33 audio-aux-devs = <&tdmout_b>;
34 audio-routing = "TDMOUT_B IN 0", "FRDDR_A OUT 1",
47 assigned-clocks = <&clkc CLKID_MPLL2>,
50 assigned-clock-parents = <0>, <0>, <0>;
51 assigned-clock-rates = <294912000>,
55 dai-link-0 {
56 sound-dai = <&frddr_a>;
59 dai-link-1 {
60 sound-dai = <&frddr_b>;
63 dai-link-2 {
64 sound-dai = <&frddr_c>;
67 /* 8ch hdmi interface */
68 dai-link-3 {
69 sound-dai = <&tdmif_b>;
70 dai-format = "i2s";
71 dai-tdm-slot-tx-mask-0 = <1 1>;
72 dai-tdm-slot-tx-mask-1 = <1 1>;
73 dai-tdm-slot-tx-mask-2 = <1 1>;
74 dai-tdm-slot-tx-mask-3 = <1 1>;
75 mclk-fs = <256>;
77 codec {
78 sound-dai = <&tohdmitx TOHDMITX_I2S_IN_B>;
82 /* spdif hdmi or toslink interface */
83 dai-link-4 {
84 sound-dai = <&spdifout_a>;
86 codec-0 {
87 sound-dai = <&spdif_dit>;
90 codec-1 {
91 sound-dai = <&tohdmitx TOHDMITX_SPDIF_IN_A>;
95 /* spdif hdmi interface */
96 dai-link-5 {
97 sound-dai = <&spdifout_b>;
99 codec {
100 sound-dai = <&tohdmitx TOHDMITX_SPDIF_IN_B>;
104 /* hdmi glue */
105 dai-link-6 {
106 sound-dai = <&tohdmitx TOHDMITX_I2S_OUT>;
108 codec {
109 sound-dai = <&hdmi_tx>;
132 linux,rc-map-name = "rc-dreambox";
137 vref-supply = <&vddao_1v8>;
141 pinctrl-0 = <&spdif_out_h_pins>;
142 pinctrl-names = "default";