summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/firmware/altr,socfpga-fpga-mgr.rst
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-01-19 05:41:44 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-01-19 05:41:44 +0100
commit5fb76871a15151cb725b2d11814f4236429a8634 (patch)
tree8fca8f8151cb1b60bc2b6f9d134e8c76c16ef09a /Documentation/devicetree/bindings/firmware/altr,socfpga-fpga-mgr.rst
parent83ec121f239b6af42a408ea75930e3733c27c79a (diff)
parentff8b098a4ad26688a8f2a853a864903b47f240d6 (diff)
downloadbarebox-5fb76871a15151cb725b2d11814f4236429a8634.tar.gz
barebox-5fb76871a15151cb725b2d11814f4236429a8634.tar.xz
Merge branch 'for-next/misc'
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>;
+ };