Lines Matching +full:dai +full:- +full:link +full:- +full:1
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/sound/amlogic,gx-sound-card.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jerome Brunet <jbrunet@baylibre.com>
13 - $ref: sound-card-common.yaml#
18 - const: amlogic,gx-sound-card
20 audio-aux-devs:
21 $ref: /schemas/types.yaml#/definitions/phandle-array
24 audio-widgets:
25 $ref: /schemas/types.yaml#/definitions/non-unique-string-array
27 description: |-
32 "^dai-link-[0-9]+$":
35 description: |-
36 dai-link child nodes:
37 Container for dai-link level properties and the CODEC sub-nodes.
41 dai-format:
43 enum: [ i2s, left-j, dsp_a ]
45 mclk-fs:
47 description: |-
51 sound-dai:
52 maxItems: 1
53 description: phandle of the CPU DAI
56 "^codec(-[0-9]+)?$":
59 description: |-
61 dai-link representing backend links should have at least one subnode.
62 One subnode for each codec of the dai-link. dai-link representing
66 sound-dai:
67 maxItems: 1
68 description: phandle of the codec DAI
71 - sound-dai
74 - sound-dai
77 - model
78 - dai-link-0
83 - |
85 compatible = "amlogic,gx-sound-card";
86 model = "GXL-ACME-S905X-FOO";
87 audio-aux-devs = <&>;
88 audio-routing = "I2S ENCODER I2S IN", "I2S FIFO Playback";
90 dai-link-0 {
91 sound-dai = <&i2s_fifo>;
94 dai-link-1 {
95 sound-dai = <&i2s_encoder>;
96 dai-format = "i2s";
97 mclk-fs = <256>;
99 codec-0 {
100 sound-dai = <&codec0>;
103 codec-1 {
104 sound-dai = <&codec1>;