aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/fpga/altera-partial-reconfig.txt
blob: bbbb9cdb3da7d0db83fd6a4129e856e9394a19f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Altera Partial Reconfiguration IP Core

Required properties:
- compatible : should contain "altr,pr-ip-core"
- reg        : base address and size for memory mapped io.

Example:

	fpga_mgr: fpga-mgr@ff20c000 {
		compatible = "altr,pr-ip-core";
		reg = <0xff20c000 0x8>;
	};