From: Alan Tull <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 <at...@kernel.org>
Signed-off-by: Meng Li <meng...@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@ffd10000 {
                        compatible = "altr,clk-mgr";
                        reg = <0xffd10000 0x1000>;
@@ -575,6 +583,10 @@
                        };
                };
 
+               fpga_mgr: fpga-mgr@0 {
+                       compatible = "intel,stratix10-soc-fpga-mgr";
+               };
+
                gmac0: ethernet@ff800000 {
                        compatible = "altr,socfpga-stmmac", "snps,dwmac-3.74a", 
"snps,dwmac";
                        reg = <0xff800000 0x2000>;
-- 
1.7.9.5

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to