Lines Matching full:snps
4 $id: http://devicetree.org/schemas/dma/snps,dw-axi-dmac.yaml#
22 - snps,axi-dma-1.01a
64 snps,dma-masters:
70 snps,data-width:
77 snps,priority:
84 snps,block-size:
91 snps,axi-max-burst-len:
108 - snps,dma-masters
109 - snps,data-width
110 - snps,priority
111 - snps,block-size
119 /* example with snps,dw-axi-dmac */
121 compatible = "snps,axi-dma-1.01a";
129 snps,dma-masters = <2>;
130 snps,data-width = <3>;
131 snps,block-size = <4096 4096 4096 4096>;
132 snps,priority = <0 1 2 3>;
133 snps,axi-max-burst-len = <16>;