Lines Matching +full:dai +full:- +full:format
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-mt6359-evb
19 - mediatek,mt8188-nau8825
21 audio-routing:
31 "^dai-link-[0-9]+$":
34 Container for dai-link level properties and CODEC sub-nodes.
37 link-name:
39 This property corresponds to the name of the BE dai-link to which
43 - DPTX_BE
44 - ETDM1_IN_BE
45 - ETDM2_IN_BE
46 - ETDM1_OUT_BE
47 - ETDM2_OUT_BE
48 - ETDM3_OUT_BE
49 - PCM1_BE
52 description: Holds subnode which indicates codec dai.
56 sound-dai:
60 - sound-dai
62 dai-format:
63 description: audio format.
66 - i2s
67 - right_j
68 - left_j
69 - dsp_a
70 - dsp_b
72 mediatek,clk-provider:
74 description: Indicates dai-link clock master.
77 - cpu
78 - codec
83 - link-name
88 - compatible
89 - mediatek,platform
92 - |
94 compatible = "mediatek,mt8188-mt6359-evb";
95 model = "MT6359-EVB";
97 pinctrl-names = "default";
98 pinctrl-0 = <&aud_pins_default>;
99 audio-routing =
103 dai-link-0 {
104 link-name = "ETDM3_OUT_BE";
105 dai-format = "i2s";
106 mediatek,clk-provider = "cpu";
108 sound-dai = <&hdmi0>;