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

Commit 59e32803 authored by Alan Tull's avatar Alan Tull Committed by Greg Kroah-Hartman
Browse files

dt-bindings: fpga: add Stratix10 SoC FPGA manager binding



Add a Device Tree binding for the Intel Stratix10 SoC FPGA manager.

Signed-off-by: default avatarAlan Tull <atull@kernel.org>
Signed-off-by: default avatarRichard Gong <richard.gong@intel.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarMoritz Fischer <mdf@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7ca5ce89
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
Intel Stratix10 SoC FPGA Manager

Required properties:
The fpga_mgr node has the following mandatory property, must be located under
firmware/svc node.

- compatible : should contain "intel,stratix10-soc-fpga-mgr"

Example:

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