Lines Matching +full:mclk +full:- +full:equal +full:- +full:bclk
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/imx-audio-card.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Shengjiu Wang <shengjiu.wang@nxp.com>
15 - fsl,imx-audio-card
21 audio-routing:
22 $ref: /schemas/types.yaml#/definitions/non-unique-string-array
30 ".*-dai-link$":
38 link-name:
39 description: Indicates dai-link name and PCM stream name.
47 - i2s
48 - dsp_b
50 dai-tdm-slot-num:
51 description: see tdm-slot.txt.
54 dai-tdm-slot-width:
55 description: see tdm-slot.txt.
63 sound-dai:
71 sound-dai:
75 fsl,mclk-equal-bclk:
76 description: Indicates mclk can be equal to bclk, especially for sai interface
80 - link-name
81 - cpu
86 - compatible
87 - model
92 - |
93 sound-ak4458 {
94 compatible = "fsl,imx-audio-card";
95 model = "ak4458-audio";
96 pri-dai-link {
97 link-name = "akcodec";
99 fsl,mclk-equal-bclk;
101 sound-dai = <&sai1>;
104 sound-dai = <&ak4458_1>, <&ak4458_2>;
107 fe-dai-link {
108 link-name = "HiFi-ASRC-FE";
111 sound-dai = <&easrc>;
114 be-dai-link {
115 link-name = "HiFi-ASRC-BE";
117 dai-tdm-slot-num = <8>;
118 dai-tdm-slot-width = <32>;
119 fsl,mclk-equal-bclk;
121 sound-dai = <&sai1>;
124 sound-dai = <&ak4458_1>, <&ak4458_2>;