Skip to content

Commit

Permalink
fpga dt: bindings for Altera Partial Reconfiguration IP.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matthew Gerlach authored and Greg Kroah-Hartman committed Apr 8, 2017
1 parent d201cc1 commit 6e761cd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Documentation/devicetree/bindings/fpga/altera-pr-ip.txt
Original file line number Diff line number Diff line change
@@ -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>;
};

0 comments on commit 6e761cd

Please sign in to comment.