Lines Matching +full:capture +full:- +full:dma

4 - compatible :
5 "ti,dm646x-mcasp-audio" : for DM646x platforms
6 "ti,da830-mcasp-audio" : for both DA830 & DA850 platforms
7 "ti,am33xx-mcasp-audio" : for AM33xx platforms (AM33xx, AM43xx, TI81xx)
8 "ti,dra7-mcasp-audio" : for DRA7xx platforms
9 "ti,omap4-mcasp-audio" : for OMAP4
11 - reg : Should contain reg specifiers for the entries in the reg-names property.
12 - reg-names : Should contain:
16 - op-mode : I2S/DIT ops mode. 0 for I2S mode. 1 for DIT mode used for S/PDIF,
17 IEC60958-1, and AES-3 formats.
18 - tdm-slots : Slots for TDM operation. Indicates number of channels transmitted
20 - serial-dir : A list of serializer configuration. Each entry is a number
22 (0 - INACTIVE, 1 - TX, 2 - RX)
23 - dmas: two element list of DMA controller phandles and DMA request line
25 - dma-names: identifier string for each DMA request line in the dmas property.
26 These strings correspond 1:1 with the ordered pairs in dmas. The dma
31 - ti,hwmods : Must be "mcasp<n>", n is controller instance starting 0
32 - tx-num-evt : FIFO levels.
33 - rx-num-evt : FIFO levels.
34 - dismod : Specify the drive on TX pin during inactive slots
35 0 : 3-state
39 - sram-size-playback : size of sram to be allocated during playback
40 - sram-size-capture : size of sram to be allocated during capture
41 - interrupts : Interrupt numbers for McASP
42 - interrupt-names : Known interrupt names are "tx" and "rx"
43 - pinctrl-0: Should specify pin control group used for this controller.
44 - pinctrl-names: Should contain only one value - "default", for more details
45 please refer to pinctrl-bindings.txt
46 - fck_parent : Should contain a valid clock name which will be used as parent
48 - auxclk-fs-ratio: When McASP is bus master indicates the ratio between AUCLK
50 AUCLK rate = auxclk-fs-ratio * FS rate
55 gpio-controller
56 #gpio-cells = <2>;
62 function-gpios = <&mcasp8 2 0>;
65 function-gpios = <&mcasp8 29 0>;
72 compatible = "ti,da830-mcasp-audio";
74 reg-names "mpu";
76 interrupt-names = "tx", "rx";
77 op-mode = <0>; /* MCASP_IIS_MODE */
78 tdm-slots = <2>;
79 serial-dir = <
84 tx-num-evt = <1>;
85 rx-num-evt = <1>;