Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 919d1100 authored by Alan Tull's avatar Alan Tull Committed by Greg Kroah-Hartman
Browse files

arm64: dts: stratix10: add fpga manager and region



Add the Stratix10 FPGA manager and a FPGA region to the
device tree.

Signed-off-by: default avatarAlan Tull <atull@kernel.org>
Signed-off-by: default avatarRichard Gong <richard.gong@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 59e32803
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -106,6 +106,14 @@
		interrupt-parent = <&intc>;
		interrupt-parent = <&intc>;
		ranges = <0 0 0 0xffffffff>;
		ranges = <0 0 0 0xffffffff>;


		base_fpga_region {
			#address-cells = <0x1>;
			#size-cells = <0x1>;

			compatible = "fpga-region";
			fpga-mgr = <&fpga_mgr>;
		};

		clkmgr: clock-controller@ffd10000 {
		clkmgr: clock-controller@ffd10000 {
			compatible = "intel,stratix10-clkmgr";
			compatible = "intel,stratix10-clkmgr";
			reg = <0xffd10000 0x1000>;
			reg = <0xffd10000 0x1000>;
@@ -556,6 +564,10 @@
				compatible = "intel,stratix10-svc";
				compatible = "intel,stratix10-svc";
				method = "smc";
				method = "smc";
				memory-region = <&service_reserved>;
				memory-region = <&service_reserved>;

				fpga_mgr: fpga-mgr {
					compatible = "intel,stratix10-soc-fpga-mgr";
				};
			};
			};
		};
		};
	};
	};