Lines Matching +full:dma +full:- +full:coherent
6 FlexRM driver will create a mailbox-controller instance for given FlexRM
10 --------------------
11 - compatible: Should be "brcm,iproc-flexrm-mbox"
12 - reg: Specifies base physical address and size of the FlexRM
14 - msi-parent: Phandles (and potential Device IDs) to MSI controllers
17 Refer devicetree/bindings/interrupt-controller/msi.txt
18 - #mbox-cells: Specifies the number of cells needed to encode a mailbox
35 --------------------
36 - dma-coherent: Present if DMA operations made by the FlexRM engine (such
37 as DMA descriptor access, access to buffers pointed by DMA
39 cache coherent with the CPU.
42 --------
44 compatible = "brcm,iproc-flexrm-mbox";
46 msi-parent = <&gic_its 0x7f00>;
47 #mbox-cells = <3>;
51 compatible = "brcm,spu2-v2-crypto";