Lines Matching +full:per +full:- +full:peripheral
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 MCA is an I2S transceiver peripheral found on M1 and other Apple chips. It is
15 - Martin Povišer <povik+lin@cutebit.org>
20 - enum:
21 - apple,t6000-mca
22 - apple,t8103-mca
23 - const: apple,mca
27 - description: Register region of the MCA clusters proper
28 - description: Register region of the DMA glue and its FIFOs
34 One interrupt per each cluster
36 '#address-cells':
39 '#size-cells':
46 DMA channels corresponding to the SERDES units in the peripheral. They are
47 listed in groups of four per cluster, and within the group they are given
50 dma-names:
53 - const: tx0a
54 - const: rx0a
55 - const: tx0b
56 - const: rx0b
57 - const: tx1a
58 - const: rx1a
59 - const: tx1b
60 - const: rx1b
61 - const: tx2a
62 - const: rx2a
63 - const: tx2b
64 - const: rx2b
65 - const: tx3a
66 - const: rx3a
67 - const: tx3b
68 - const: rx3b
69 - const: tx4a
70 - const: rx4a
71 - const: tx4b
72 - const: rx4b
73 - const: tx5a
74 - const: rx5a
75 - const: tx5b
76 - const: rx5b
90 power-domains:
97 '#sound-dai-cells':
101 - compatible
102 - reg
103 - dmas
104 - dma-names
105 - clocks
106 - power-domains
107 - '#sound-dai-cells'
112 - |
114 compatible = "apple,t6000-mca", "apple,mca";
119 power-domains = <&ps_audio_p>, <&ps_mca0>, <&ps_mca1>,
125 dma-names = "tx0a", "rx0a", "tx0b", "rx0b",
130 #sound-dai-cells = <1>;