Lines Matching +full:dma +full:- +full:shared +full:- +full:all
3 The Enhanced Serial Audio Interface (ESAI) provides a full-duplex serial port
10 - compatible : Compatible list, should contain one of the following
12 "fsl,imx35-esai",
13 "fsl,vf610-esai",
14 "fsl,imx6ull-esai",
15 "fsl,imx8qm-esai",
17 - reg : Offset and length of the register set for the device.
19 - interrupts : Contains the spdif interrupt.
21 - dmas : Generic dma devicetree binding as described in
22 Documentation/devicetree/bindings/dma/dma.txt.
24 - dma-names : Two dmas have to be defined, "tx" and "rx".
26 - clocks : Contains an entry for each entry in clock-names.
28 - clock-names : Includes the following entries:
35 bus slave of the Shared Peripheral Bus and when two
36 or more bus masters (CPU, DMA or DSP) try to access
40 - fsl,fifo-depth : The number of elements in the transmit and receive
44 - fsl,esai-synchronous: This is a boolean property. If present, indicating
46 means all the settings for Receiving would be
51 - big-endian : If this property is absent, the native endian mode
53 will be in use for all the device registers.
58 compatible = "fsl,imx35-esai";
62 clock-names = "core", "extal", "fsys";
64 dma-names = "rx", "tx";
65 fsl,fifo-depth = <128>;
66 fsl,esai-synchronous;
67 big-endian;