Lines Matching +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/mediatek,mt8365-mt6357.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Alexandre Mergnat <amergnat@baylibre.com>
14 const: mediatek,mt8365-mt6357
16 pinctrl-names:
19 - const: default
20 - const: dmic
21 - const: miso_off
22 - const: miso_on
23 - const: mosi_off
24 - const: mosi_on
31 "^dai-link-[0-9]+$":
34 Container for dai-link level properties and CODEC sub-nodes.
39 description: Holds subnode which indicates codec dai.
42 sound-dai:
44 description: phandle of the codec DAI
48 link-name:
49 description: Indicates dai-link name and PCM stream name
51 - I2S_IN_BE
52 - I2S_OUT_BE
53 - PCM1_BE
54 - PDM1_BE
55 - PDM2_BE
56 - PDM3_BE
57 - PDM4_BE
58 - SPDIF_IN_BE
59 - SPDIF_OUT_BE
60 - TDM_IN_BE
61 - TDM_OUT_BE
63 sound-dai:
65 description: phandle of the CPU DAI
68 - link-name
69 - sound-dai
74 - compatible
75 - pinctrl-names
76 - mediatek,platform
81 - |
83 compatible = "mediatek,mt8365-mt6357";
84 pinctrl-names = "default",
90 pinctrl-0 = <&aud_default_pins>;
91 pinctrl-1 = <&aud_dmic_pins>;
92 pinctrl-2 = <&aud_miso_off_pins>;
93 pinctrl-3 = <&aud_miso_on_pins>;
94 pinctrl-4 = <&aud_mosi_off_pins>;
95 pinctrl-5 = <&aud_mosi_on_pins>;
99 dai-link-0 {
100 link-name = "I2S_OUT_BE";
101 sound-dai = <&afe>;
104 sound-dai = <&it66121hdmitx>;