aboutsummaryrefslogtreecommitdiff
path: root/Bindings/fpga/intel-stratix10-soc-fpga-mgr.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Bindings/fpga/intel-stratix10-soc-fpga-mgr.txt')
-rw-r--r--Bindings/fpga/intel-stratix10-soc-fpga-mgr.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Bindings/fpga/intel-stratix10-soc-fpga-mgr.txt b/Bindings/fpga/intel-stratix10-soc-fpga-mgr.txt
new file mode 100644
index 000000000000..6e03f79287fb
--- /dev/null
+++ b/Bindings/fpga/intel-stratix10-soc-fpga-mgr.txt
@@ -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";
+ };
+ };
+ };