Lines Matching +full:data +full:- +full:crci
4 - compatible: must contain "qcom,adm" for IPQ/APQ8064 and MSM8960
5 - reg: Address range for DMA registers
6 - interrupts: Should contain one interrupt shared by all channels
7 - #dma-cells: must be <2>. First cell denotes the channel number. Second cell
8 denotes CRCI (client rate control interface) flow control assignment.
9 - clocks: Should contain the core clock and interface clock.
10 - clock-names: Must contain "core" for the core clock and "iface" for the
12 - resets: Must contain an entry for each entry in reset names.
13 - reset-names: Must include the following entries:
14 - clk
15 - c0
16 - c1
17 - c2
18 - qcom,ee: indicates the security domain identifier used in the secure world.
25 #dma-cells = <2>;
28 clock-names = "core", "iface";
34 reset-names = "clk", "c0", "c1", "c2";
44 3. CRCI assignment, if applicable. If no CRCI flow control is required, use 0.
45 The CRCI is used for flow control. It identifies the peripheral device that
46 is the source/destination for the transferred data.
51 spi-max-frequency = <50000000>;
53 pinctrl-0 = <&spi_pins>;
54 pinctrl-names = "default";
56 cs-gpios = <&qcom_pinmux 20 0>;
60 dma-names = "rx", "tx";