Lines Matching +full:platform +full:- +full:name
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/mediatek,mt8188-mt6359.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Trevor Wu <trevor.wu@mediatek.com>
13 - $ref: sound-card-common.yaml#
18 - mediatek,mt8188-es8326
19 - mediatek,mt8188-mt6359-evb
20 - mediatek,mt8188-nau8825
21 - mediatek,mt8188-rt5682s
23 audio-routing:
28 mediatek,platform:
30 description: The phandle of MT8188 ASoC platform.
33 "^dai-link-[0-9]+$":
36 Container for dai-link level properties and CODEC sub-nodes.
39 link-name:
41 This property corresponds to the name of the BE dai-link to which
45 - DPTX_BE
46 - ETDM1_IN_BE
47 - ETDM2_IN_BE
48 - ETDM1_OUT_BE
49 - ETDM2_OUT_BE
50 - ETDM3_OUT_BE
51 - PCM1_BE
58 sound-dai:
62 - sound-dai
64 dai-format:
68 - i2s
69 - right_j
70 - left_j
71 - dsp_a
72 - dsp_b
74 mediatek,clk-provider:
76 description: Indicates dai-link clock master.
79 - cpu
80 - codec
85 - link-name
90 - compatible
91 - mediatek,platform
94 - |
96 compatible = "mediatek,mt8188-mt6359-evb";
97 model = "MT6359-EVB";
98 mediatek,platform = <&afe>;
99 pinctrl-names = "default";
100 pinctrl-0 = <&aud_pins_default>;
101 audio-routing =
105 dai-link-0 {
106 link-name = "ETDM3_OUT_BE";
107 dai-format = "i2s";
108 mediatek,clk-provider = "cpu";
110 sound-dai = <&hdmi0>;