OSDN Git Service

fpga dt: bindings for Altera Partial Reconfiguration IP.
authorMatthew Gerlach <matthew.gerlach@linux.intel.com>
Fri, 24 Mar 2017 00:34:29 +0000 (19:34 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Apr 2017 15:45:28 +0000 (17:45 +0200)
Device Tree bindings for Altera Partial Reconfiguration IP.

Signed-off-by: Matthew Gerlach <matthew.gerlach@linux.intel.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Alan Tull <atull@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/fpga/altera-pr-ip.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/fpga/altera-pr-ip.txt b/Documentation/devicetree/bindings/fpga/altera-pr-ip.txt
new file mode 100644 (file)
index 0000000..52a294c
--- /dev/null
@@ -0,0 +1,12 @@
+Altera Arria10 Partial Reconfiguration IP
+
+Required properties:
+- compatible : should contain "altr,a10-pr-ip"
+- reg        : base address and size for memory mapped io.
+
+Example:
+
+       fpga_mgr: fpga-mgr@ff20c000 {
+               compatible = "altr,a10-pr-ip";
+               reg = <0xff20c000 0x10>;
+       };