Lines Matching full:snps
4 - compatible: "snps,axi-dma-1.01a"
9 - snps,dma-masters: Number of AXI masters supported by the hardware.
10 - snps,data-width: Maximum AXI data width supported by hardware.
12 - snps,priority: Priority of channel. Array size is equal to the number of
15 - snps,block-size: Maximum block size supported by the controller channel.
19 - snps,axi-max-burst-len: Restrict master AXI burst length by value specified
26 compatible = "snps,axi-dma-1.01a";
34 snps,dma-masters = <2>;
35 snps,data-width = <3>;
36 snps,block-size = <4096 4096 4096 4096>;
37 snps,priority = <0 1 2 3>;
38 snps,axi-max-burst-len = <16>;