Lines Matching +full:dma +full:- +full:coherent
1 * AppliedMicro X-Gene PCIe interface
4 - device_type: set to "pci"
5 - compatible: should contain "apm,xgene-pcie" to identify the core.
6 - reg: A list of physical base address and length for each set of controller
7 registers. Must contain an entry for each entry in the reg-names
9 - reg-names: Must include the following entries:
12 - #address-cells: set to <3>
13 - #size-cells: set to <2>
14 - ranges: ranges for the outbound memory, I/O regions.
15 - dma-ranges: ranges for the inbound memory regions.
16 - #interrupt-cells: set to <1>
17 - interrupt-map-mask and interrupt-map: standard PCI properties
20 - clocks: from common clock binding: handle to pci clock.
23 - status: Either "ok" or "disabled".
24 - dma-coherent: Present if DMA operations are coherent
31 compatible = "apm,xgene-storm-pcie", "apm,xgene-pcie";
32 #interrupt-cells = <1>;
33 #size-cells = <2>;
34 #address-cells = <3>;
37 reg-names = "csr", "cfg";
40 dma-ranges = <0x42000000 0x80 0x00000000 0x80 0x00000000 0x00 0x80000000
42 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
43 interrupt-map = <0x0 0x0 0x0 0x1 &gic 0x0 0xc2 0x1
47 dma-coherent;