dt-bindings: fpga: add Stratix10 SoC FPGA manager binding
authorAlan Tull <atull@kernel.org>
Tue, 13 Nov 2018 18:14:02 +0000 (12:14 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Nov 2018 19:15:07 +0000 (20:15 +0100)
Add a Device Tree binding for the Intel Stratix10 SoC FPGA manager.

Signed-off-by: Alan Tull <atull@kernel.org>
Signed-off-by: Richard Gong <richard.gong@intel.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Moritz Fischer <mdf@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/fpga/intel-stratix10-soc-fpga-mgr.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/fpga/intel-stratix10-soc-fpga-mgr.txt b/Documentation/devicetree/bindings/fpga/intel-stratix10-soc-fpga-mgr.txt
new file mode 100644 (file)
index 0000000..6e03f79
--- /dev/null
@@ -0,0 +1,17 @@
+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";
+                       };
+               };
+       };