summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/firmware/altr,socfpga-fpga-mgr.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/firmware/altr,socfpga-fpga-mgr.rst')
-rw-r--r--Documentation/devicetree/bindings/firmware/altr,socfpga-fpga-mgr.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/firmware/altr,socfpga-fpga-mgr.rst b/Documentation/devicetree/bindings/firmware/altr,socfpga-fpga-mgr.rst
new file mode 100644
index 0000000000..9f7de6b985
--- /dev/null
+++ b/Documentation/devicetree/bindings/firmware/altr,socfpga-fpga-mgr.rst
@@ -0,0 +1,21 @@
+Altera SOCFPGA FPGA Manager
+===========================
+
+This binding defines the FPGA Manager on Altera SOCFPGAs. This is used to upload
+the firmware to the FPGA part of the SoC.
+
+Required properties:
+- ``compatible``: shall be ``"altr,socfpga-fpga-mgr"``
+- ``reg``: Must contain 2 register ranges:
+ 1. The control address space of the FPGA manager.
+ 2. The configuration data address space where the firmware data is written to.
+
+Example:
+
+.. code-block:: none
+
+ fpgamgr@ff706000 {
+ compatible = "altr,socfpga-fpga-mgr";
+ reg = <0xff706000 0x1000>,
+ <0xffb90000 0x1000>;
+ };