]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: socfpga: dts: add fpga manager
authorAlan Tull <atull@opensource.altera.com>
Tue, 13 Oct 2015 19:38:59 +0000 (19:38 +0000)
committerDinh Nguyen <dinguyen@opensource.altera.com>
Fri, 16 Oct 2015 03:28:08 +0000 (22:28 -0500)
Add FPGA manager to device tree for SoCFPGA.

Signed-off-by: Alan Tull <atull@opensource.altera.com>
Reviewed-by: Moritz Fischer <moritz.fischer@ettus.com>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
arch/arm/boot/dts/socfpga.dtsi

index 314e589cfa00893a47b513053c3586ec263a6da4..0f50ae8e7e632eaef2e0e5ccf96dfdaa3a15ab5d 100644 (file)
                                };
                };
 
+               fpgamgr0: fpgamgr@ff706000 {
+                       compatible = "altr,socfpga-fpga-mgr";
+                       reg = <0xff706000 0x1000
+                              0xffb90000 0x1000>;
+                       interrupts = <0 175 4>;
+               };
+
                gmac0: ethernet@ff700000 {
                        compatible = "altr,socfpga-stmmac", "snps,dwmac-3.70a", "snps,dwmac";
                        altr,sysmgr-syscon = <&sysmgr 0x60 0>;