Lines Matching full:snps
4 $id: http://devicetree.org/schemas/dma/snps,dw-axi-dmac.yaml#
21 - snps,axi-dma-1.01a
66 snps,dma-masters:
72 snps,data-width:
79 snps,priority:
86 snps,block-size:
93 snps,axi-max-burst-len:
110 - snps,dma-masters
111 - snps,data-width
112 - snps,priority
113 - snps,block-size
140 /* example with snps,dw-axi-dmac */
142 compatible = "snps,axi-dma-1.01a";
150 snps,dma-masters = <2>;
151 snps,data-width = <3>;
152 snps,block-size = <4096 4096 4096 4096>;
153 snps,priority = <0 1 2 3>;
154 snps,axi-max-burst-len = <16>;