Lines Matching +full:access +full:- +full:controller +full:- +full:names
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale Enhanced Serial Audio Interface (ESAI) Controller
10 - Shengjiu Wang <[email protected]>
11 - Frank Li <[email protected]>
14 The Enhanced Serial Audio Interface (ESAI) provides a full-duplex serial port
22 - enum:
23 - fsl,imx35-esai
24 - fsl,imx6ull-esai
25 - fsl,vf610-esai
26 - items:
27 - enum:
28 - fsl,imx8qm-esai
29 - const: fsl,imx6ull-esai
40 - description:
41 The core clock used to access registers.
42 - description:
43 The esai baud clock for esai controller used to
45 - description:
48 - description:
51 or more bus masters (CPU, DMA or DSP) try to access
55 clock-names:
58 - const: core
59 - const: extal
60 - const: fsys
61 - const: spba
67 dma-names:
69 - const: rx
70 - const: tx
72 power-domains:
75 fsl,fifo-depth:
83 fsl,esai-synchronous:
91 big-endian:
99 - compatible
100 - reg
101 - interrupts
102 - clocks
103 - clock-names
104 - dmas
105 - dma-names
110 - $ref: dai-common.yaml#
111 - if:
115 const: fsl,imx8qm-esai
118 - power-domains
121 power-domains: false
124 - |
126 compatible = "fsl,imx35-esai";
130 clock-names = "core", "extal", "fsys";
132 dma-names = "rx", "tx";
133 fsl,fifo-depth = <128>;
134 fsl,esai-synchronous;
135 big-endian;