Lines Matching +full:sync +full:- +full:2

1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/qcom,q6dsp-lpass-ports.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
18 - qcom,q6afe-dais
20 '#sound-dai-cells':
23 '#address-cells':
26 '#size-cells':
31 '^dai@[0-9]+$':
41 qcom,sd-lines:
42 $ref: /schemas/types.yaml#/definitions/uint32-array
44 List of serial data lines used by this dai.should be one or more of the 0-3 sd lines.
52 qcom,tdm-sync-mode:
54 enum: [0, 1, 2]
57 0 = Short sync bit mode
58 1 = Long sync mode
59 2 = Short sync slot mode
61 qcom,tdm-sync-src:
69 qcom,tdm-data-out:
77 qcom,tdm-invert-sync:
81 TDM Invert the sync
85 qcom,tdm-data-delay:
87 enum: [0, 1, 2]
92 2 = 2 bit clock cycle
94 qcom,tdm-data-align:
99 width in case of sample bit width is 24TDM Invert the sync.
104 - reg
107 - if:
111 # TDM DAI ID range from PRIMARY_TDM_RX_0 - QUINARY_TDM_TX_7
117 - qcom,tdm-sync-mode
118 - qcom,tdm-sync-src
119 - qcom,tdm-data-out
120 - qcom,tdm-invert-sync
121 - qcom,tdm-data-delay
122 - qcom,tdm-data-align
124 - if:
128 # MI2S DAI ID range PRIMARY_MI2S_RX - QUATERNARY_MI2S_TX and
129 # QUINARY_MI2S_RX - QUINARY_MI2S_TX
132 - minimum: 16
134 - minimum: 127
138 - qcom,sd-lines
143 - compatible
144 - "#sound-dai-cells"
145 - "#address-cells"
146 - "#size-cells"
151 - |
152 #include <dt-bindings/sound/qcom,q6dsp-lpass-ports.h>
155 compatible = "qcom,q6afe-dais";
156 #address-cells = <1>;
157 #size-cells = <0>;
158 #sound-dai-cells = <1>;
162 qcom,sd-lines = <0 1 2 3>;