Lines Matching full:xlnx
20 "xlnx,axi-vdma-1.00.a"
21 "xlnx,axi-dma-1.00.a"
22 "xlnx,axi-cdma-1.00.a"
23 "xlnx,axi-mcdma-1.00.a"
26 - xlnx,addrwidth: Should be the vdma addressing size in bits(ex: 32 bits).
45 - xlnx,num-fstores: Should be the number of framebuffers as configured in h/w.
48 - xlnx,sg-length-width: Should be set to the width in bits of the length
53 - xlnx,flush-fsync: Tells which channel to Flush on Frame sync.
61 For VDMA: It should be either "xlnx,axi-vdma-mm2s-channel" or
62 "xlnx,axi-vdma-s2mm-channel".
63 For CDMA: It should be "xlnx,axi-cdma-channel".
64 For AXIDMA and MCDMA: It should be either "xlnx,axi-dma-mm2s-channel"
65 or "xlnx,axi-dma-s2mm-channel".
67 - xlnx,datawidth: Should contain the stream data width, take values
71 - xlnx,include-dre: Tells hardware is configured for Data
74 - xlnx,genlock-mode: Tells Genlock synchronization is
76 - xlnx,enable-vert-flip: Tells vertical flip is
85 compatible = "xlnx,axi-vdma-1.00.a";
89 xlnx,num-fstores = <0x8>;
90 xlnx,flush-fsync = <0x1>;
91 xlnx,addrwidth = <0x20>;
96 compatible = "xlnx,axi-vdma-mm2s-channel";
98 xlnx,datawidth = <0x40>;
101 compatible = "xlnx,axi-vdma-s2mm-channel";
103 xlnx,datawidth = <0x40>;
120 compatible ="xlnx,axi-vdma-test-1.00.a";