[linux-yocto] [PATCH 14/25] arm64: dts: stratix10: add fpga manager and region
Meng.Li at windriver.com
Meng.Li at windriver.com
Tue Apr 3 19:37:37 PDT 2018
From: Alan Tull <atull at kernel.org>
commit 29f99105e4186ba4a88fea2b54b5f6fc91b9912e from
https://github.com/altera-opensource/linux-socfpga.git
Add the Stratix10 FPGA manager and a FPGA region to the
device tree.
Signed-off-by: Alan Tull <atull at kernel.org>
Signed-off-by: Meng Li <Meng.Li at windriver.com>
---
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
index 62baf38..c8bc964 100644
--- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
+++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
@@ -105,6 +105,14 @@
interrupt-parent = <&intc>;
ranges = <0 0 0 0xffffffff>;
+ base_fpga_region {
+ #address-cells = <0x1>;
+ #size-cells = <0x1>;
+
+ compatible = "fpga-region";
+ fpga-mgr = <&fpga_mgr>;
+ };
+
clkmgr at ffd10000 {
compatible = "altr,clk-mgr";
reg = <0xffd10000 0x1000>;
@@ -575,6 +583,10 @@
};
};
+ fpga_mgr: fpga-mgr at 0 {
+ compatible = "intel,stratix10-soc-fpga-mgr";
+ };
+
gmac0: ethernet at ff800000 {
compatible = "altr,socfpga-stmmac", "snps,dwmac-3.74a", "snps,dwmac";
reg = <0xff800000 0x2000>;
--
1.7.9.5
More information about the linux-yocto
mailing list