OSDN Git Service

ARM: dts: socfpga: add fpga region support on Arria10
authorDinh Nguyen <dinguyen@kernel.org>
Tue, 20 Dec 2016 05:21:27 +0000 (23:21 -0600)
committerDinh Nguyen <dinguyen@kernel.org>
Fri, 6 Jan 2017 07:42:05 +0000 (01:42 -0600)
Add the base FPGA region for DT overlay support in FPGA programming.

Signed-off-by: Alan Tull <atull@opensource.altera.com>
Signed-off-by: Matthew Gerlach <mgerlach@opensource.altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/boot/dts/socfpga_arria10.dtsi

index 1139d3b..f21be42 100644 (file)
                        };
                };
 
+               base_fpga_region {
+                       #address-cells = <0x1>;
+                       #size-cells = <0x1>;
+
+                       compatible = "fpga-region";
+                       fpga-mgr = <&fpga_mgr>;
+               };
+
                clkmgr@ffd04000 {
                                compatible = "altr,clk-mgr";
                                reg = <0xffd04000 0x1000>;