Lines Matching +full:displayport +full:- +full:dai +full:- +full:link
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/mt8195-mt6359.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Trevor Wu <trevor.wu@mediatek.com>
16 - $ref: sound-card-common.yaml#
21 - mediatek,mt8195_mt6359_rt1019_rt5682
22 - mediatek,mt8195_mt6359_rt1011_rt5682
23 - mediatek,mt8195_mt6359_max98390_rt5682
29 audio-routing:
40 - Ext Spk
41 - Headphone
42 - IN1P
43 - Left Spk
44 - Right Spk
47 - Headset Mic
48 - HPOL
49 - HPOR
50 - Left BE_OUT
51 - Left SPO
52 - Right BE_OUT
53 - Right SPO
54 - Speaker
60 mediatek,dptx-codec:
65 mediatek,hdmi-codec:
74 mediatek,dai-link:
75 $ref: /schemas/types.yaml#/definitions/string-array
77 A list of the desired dai-links in the sound card. Each entry is a
81 ".*-dai-link$":
85 Container for dai-link level properties and CODEC sub-nodes.
88 link-name:
89 description: Indicates dai-link name and PCM stream name
91 - DPTX_BE
92 - ETDM1_IN_BE
93 - ETDM2_IN_BE
94 - ETDM1_OUT_BE
95 - ETDM2_OUT_BE
96 - ETDM3_OUT_BE
97 - PCM1_BE
100 description: Holds subnode which indicates codec dai.
104 sound-dai:
108 - sound-dai
110 dai-format:
114 mediatek,clk-provider:
116 description: Indicates dai-link clock master.
120 - link-name
125 - compatible
126 - mediatek,platform
128 # Disallow legacy properties if xxx-dai-link nodes are specified
132 ".*-dai-link$": false
135 mediatek,dptx-codec: false
136 mediatek,hdmi-codec: false
139 - |
141 sound: mt8195-sound {
145 pinctrl-names = "default";
146 pinctrl-0 = <&aud_pins_default>;
148 audio-routing =
154 mm-dai-link {
155 link-name = "ETDM1_IN_BE";
156 mediatek,clk-provider = "cpu";
159 hs-playback-dai-link {
160 link-name = "ETDM1_OUT_BE";
161 mediatek,clk-provider = "cpu";
163 sound-dai = <&headset_codec>;
167 hs-capture-dai-link {
168 link-name = "ETDM2_IN_BE";
169 mediatek,clk-provider = "cpu";
171 sound-dai = <&headset_codec>;
175 spk-playback-dai-link {
176 link-name = "ETDM2_OUT_BE";
177 mediatek,clk-provider = "cpu";
179 sound-dai = <&spk_amplifier>;
183 hdmi-dai-link {
184 link-name = "ETDM3_OUT_BE";
186 sound-dai = <&hdmi_tx>;
190 displayport-dai-link {
191 link-name = "DPTX_BE";
193 sound-dai = <&dp_tx>;