Lines Matching +full:num +full:- +full:strings
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
10 - reg : Should contain reg specifiers for the entries in the reg-names property.
11 - reg-names : Should contain:
15 - op-mode : I2S/DIT ops mode. 0 for I2S mode. 1 for DIT mode used for S/PDIF,
16 IEC60958-1, and AES-3 formats.
17 - tdm-slots : Slots for TDM operation. Indicates number of channels transmitted
19 - serial-dir : A list of serializer configuration. Each entry is a number
21 (0 - INACTIVE, 1 - TX, 2 - RX)
22 - dmas: two element list of DMA controller phandles and DMA request line
24 - dma-names: identifier string for each DMA request line in the dmas property.
25 These strings correspond 1:1 with the ordered pairs in dmas. The dma
30 - ti,hwmods : Must be "mcasp<n>", n is controller instance starting 0
31 - tx-num-evt : FIFO levels.
32 - rx-num-evt : FIFO levels.
33 - dismod : Specify the drive on TX pin during inactive slots
34 0 : 3-state
38 - sram-size-playback : size of sram to be allocated during playback
39 - sram-size-capture : size of sram to be allocated during capture
40 - interrupts : Interrupt numbers for McASP
41 - interrupt-names : Known interrupt names are "tx" and "rx"
42 - pinctrl-0: Should specify pin control group used for this controller.
43 - pinctrl-names: Should contain only one value - "default", for more details
44 please refer to pinctrl-bindings.txt
45 - fck_parent : Should contain a valid clock name which will be used as parent
47 - auxclk-fs-ratio: When McASP is bus master indicates the ratio between AUCLK
49 AUCLK rate = auxclk-fs-ratio * FS rate
54 gpio-controller
55 #gpio-cells = <2>;
61 function-gpios = <&mcasp8 2 0>;
64 function-gpios = <&mcasp8 29 0>;
71 compatible = "ti,da830-mcasp-audio";
73 reg-names "mpu";
75 interrupt-names = "tx", "rx";
76 op-mode = <0>; /* MCASP_IIS_MODE */
77 tdm-slots = <2>;
78 serial-dir = <
83 tx-num-evt = <1>;
84 rx-num-evt = <1>;