Lines Matching +full:clock +full:- +full:master
4 - compatible: "arm,pl080", "arm,primecell";
7 - arm,primecell-periphid: on the FTDMAC020 the primecell ID is not hard-coded
11 - reg: Address range of the PL08x registers
12 - interrupt: The PL08x interrupt number
13 - clocks: The clock running the IP core clock
14 - clock-names: Must contain "apb_pclk"
15 - lli-bus-interface-ahb1: if AHB master 1 is eligible for fetching LLIs
16 - lli-bus-interface-ahb2: if AHB master 2 is eligible for fetching LLIs
17 - mem-bus-interface-ahb1: if AHB master 1 is eligible for fetching memory contents
18 - mem-bus-interface-ahb2: if AHB master 2 is eligible for fetching memory contents
19 - #dma-cells: must be <2>. First cell should contain the DMA request,
21 which AHB master that is used.
24 - dma-channels: contains the total number of DMA channels supported by the DMAC
25 - dma-requests: contains the total number of DMA requests supported by the DMAC
26 - memcpy-burst-size: the size of the bursts for memcpy: 1, 4, 8, 16, 32
28 - memcpy-bus-width: the bus width used for memcpy in bits: 8, 16 or 32 are legal
33 - dmas: List of DMA controller phandle, request channel and AHB master id
34 - dma-names: Names of the aforementioned requested channels
38 dmac0: dma-controller@10130000 {
41 interrupt-parent = <&vica>;
44 clock-names = "apb_pclk";
45 lli-bus-interface-ahb1;
46 lli-bus-interface-ahb2;
47 mem-bus-interface-ahb2;
48 memcpy-burst-size = <256>;
49 memcpy-bus-width = <32>;
50 #dma-cells = <2>;
57 dma-names = "tx", "rx";