xref: /openbmc/linux/Documentation/devicetree/bindings/fpga/altera-pr-ip.txt (revision a976c2951d8f376112361830aa7762beff83a205)
1*6e761cd7SMatthew GerlachAltera Arria10 Partial Reconfiguration IP
2*6e761cd7SMatthew Gerlach
3*6e761cd7SMatthew GerlachRequired properties:
4*6e761cd7SMatthew Gerlach- compatible : should contain "altr,a10-pr-ip"
5*6e761cd7SMatthew Gerlach- reg        : base address and size for memory mapped io.
6*6e761cd7SMatthew Gerlach
7*6e761cd7SMatthew GerlachExample:
8*6e761cd7SMatthew Gerlach
9*6e761cd7SMatthew Gerlach	fpga_mgr: fpga-mgr@ff20c000 {
10*6e761cd7SMatthew Gerlach		compatible = "altr,a10-pr-ip";
11*6e761cd7SMatthew Gerlach		reg = <0xff20c000 0x10>;
12*6e761cd7SMatthew Gerlach	};
13