Lines Matching +full:imx35 +full:- +full:esai
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/fsl,esai.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale Enhanced Serial Audio Interface (ESAI) Controller
10 - Shengjiu Wang <shengjiu.wang@nxp.com>
11 - Frank Li <Frank.Li@nxp.com>
14 The Enhanced Serial Audio Interface (ESAI) provides a full-duplex serial port
22 - fsl,imx35-esai
23 - fsl,imx6ull-esai
24 - fsl,imx8qm-esai
25 - fsl,vf610-esai
36 - description:
38 - description:
39 The esai baud clock for esai controller used to
41 - description:
44 - description:
45 The spba clock is required when ESAI is placed as a
51 clock-names:
54 - const: core
55 - const: extal
56 - const: fsys
57 - const: spba
63 dma-names:
65 - const: rx
66 - const: tx
68 fsl,fifo-depth:
76 fsl,esai-synchronous:
80 that ESAI would work in the synchronous mode, which
84 big-endian:
92 - compatible
93 - reg
94 - interrupts
95 - clocks
96 - clock-names
97 - dmas
98 - dma-names
103 - $ref: dai-common.yaml#
106 - |
107 esai@2024000 {
108 compatible = "fsl,imx35-esai";
112 clock-names = "core", "extal", "fsys";
114 dma-names = "rx", "tx";
115 fsl,fifo-depth = <128>;
116 fsl,esai-synchronous;
117 big-endian;