[PATCH 11/12] ARM: dts: socfpga: add fpga region support on Arria10
Dinh Nguyen
dinguyen at kernel.org
Wed Jan 4 16:21:33 PST 2017
Add the base FPGA region for DT overlay support in FPGA programming.
Signed-off-by: Alan Tull <atull at opensource.altera.com>
Signed-off-by: Matthew Gerlach <mgerlach at opensource.altera.com>
Signed-off-by: Dinh Nguyen <dinguyen at kernel.org>
---
arch/arm/boot/dts/socfpga_arria10.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi
index 3ceb4e4..ee53951 100644
--- a/arch/arm/boot/dts/socfpga_arria10.dtsi
+++ b/arch/arm/boot/dts/socfpga_arria10.dtsi
@@ -83,6 +83,14 @@
};
};
+ base_fpga_region {
+ #address-cells = <0x1>;
+ #size-cells = <0x1>;
+
+ compatible = "fpga-region";
+ fpga-mgr = <&fpga_mgr>;
+ };
+
clkmgr at ffd04000 {
compatible = "altr,clk-mgr";
reg = <0xffd04000 0x1000>;
--
2.7.4
More information about the linux-arm-kernel
mailing list