Lines Matching +full:dma +full:- +full:shared +full:- +full:all
9 - compatible : Compatible list, should contain one of the following
11 "fsl,imx35-spdif",
12 "fsl,vf610-spdif",
13 "fsl,imx6sx-spdif",
15 - reg : Offset and length of the register set for the device.
17 - interrupts : Contains the spdif interrupt.
19 - dmas : Generic dma devicetree binding as described in
20 Documentation/devicetree/bindings/dma/dma.txt.
22 - dma-names : Two dmas have to be defined, "tx" and "rx".
24 - clocks : Contains an entry for each entry in clock-names.
26 - clock-names : Includes the following entries:
28 "rxtx<0-7>" Clock source list for tx and rx clock.
35 bus slave of the Shared Peripheral Bus and when two
36 or more bus masters (CPU, DMA or DSP) try to access
42 - big-endian : If this property is absent, the native endian mode
44 will be in use for all the device registers.
49 compatible = "fsl,imx35-spdif";
54 dma-names = "rx", "tx";
61 clock-names = "core", "rxtx0",
67 big-endian;