Lines Matching +full:i2s +full:- +full:input
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Apple MCA I2S transceiver
10 MCA is an I2S transceiver peripheral found on M1 and other Apple chips. It is
15 - Martin Povišer <povik+lin@cutebit.org>
18 - $ref: dai-common.yaml#
23 - enum:
24 - apple,t6000-mca
25 - apple,t8103-mca
26 - apple,t8112-mca
27 - const: apple,mca
31 - description: Register region of the MCA clusters proper
32 - description: Register region of the DMA glue and its FIFOs
40 '#address-cells':
43 '#size-cells':
54 dma-names:
57 - const: tx0a
58 - const: rx0a
59 - const: tx0b
60 - const: rx0b
61 - const: tx1a
62 - const: rx1a
63 - const: tx1b
64 - const: rx1b
65 - const: tx2a
66 - const: rx2a
67 - const: tx2b
68 - const: rx2b
69 - const: tx3a
70 - const: rx3a
71 - const: tx3b
72 - const: rx3b
73 - const: tx4a
74 - const: rx4a
75 - const: tx4b
76 - const: rx4b
77 - const: tx5a
78 - const: rx5a
79 - const: tx5b
80 - const: rx5b
89 Clusters' input reference clock.
94 power-domains:
101 '#sound-dai-cells':
105 - compatible
106 - reg
107 - dmas
108 - dma-names
109 - clocks
110 - power-domains
111 - '#sound-dai-cells'
116 - |
117 mca: i2s@9b600000 {
118 compatible = "apple,t6000-mca", "apple,mca";
123 power-domains = <&ps_audio_p>, <&ps_mca0>, <&ps_mca1>,
129 dma-names = "tx0a", "rx0a", "tx0b", "rx0b",
134 #sound-dai-cells = <1>;