lkml.org 
[lkml]   [2014]   [Jul]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v2 08/11] ARM: dts: zynq: Add VDMA to Parallella
Date
Signed-off-by: Andreas Färber <afaerber@suse.de>
---
v2: New

arch/arm/boot/dts/zynq-parallella.dts | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)

diff --git a/arch/arm/boot/dts/zynq-parallella.dts b/arch/arm/boot/dts/zynq-parallella.dts
index e60a0a9..8beaacc 100644
--- a/arch/arm/boot/dts/zynq-parallella.dts
+++ b/arch/arm/boot/dts/zynq-parallella.dts
@@ -32,6 +32,31 @@
bootargs = "console=ttyPS0,115200 earlyprintk root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait";
linux,stdout-path = "/amba/serial@e0001000";
};
+
+ fpga {
+ compatible = "simple-bus";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges;
+
+ axi_vdma: axi-vdma@43000000 {
+ compatible = "xlnx,axi-vdma-1.00.a";
+ reg = <0x43000000 0x1000>;
+ #dma-cells = <1>;
+ xlnx,num-fstores = <3>;
+ xlnx,include-sg = <0>;
+ xlnx,flush-fsync = <2>;
+
+ dma-channel@43000000 {
+ compatible = "xlnx,axi-vdma-mm2s-channel";
+ interrupt-parent = <&intc>;
+ interrupts = <0 59 4>;
+ xlnx,datawidth = <64>;
+ xlnx,include-dre = <0>;
+ xlnx,genlock-mode = <0>;
+ };
+ };
+ };
};

&dmac_s {
--
1.9.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2014-07-25 01:41    [W:0.271 / U:0.100 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site