fpga dt: bindings for Altera Partial Reconfiguration IP.
authorMatthew Gerlach <[email protected]>
Fri, 24 Mar 2017 00:34:29 +0000 (19:34 -0500)
committerGreg Kroah-Hartman <[email protected]>
Sat, 8 Apr 2017 15:45:28 +0000 (17:45 +0200)
Device Tree bindings for Altera Partial Reconfiguration IP.

Signed-off-by: Matthew Gerlach <[email protected]>
Acked-by: Rob Herring <[email protected]>
Acked-by: Alan Tull <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
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>;
+       };