altera-pr-ip.txt 276 B

123456789101112
  1. Altera Arria10 Partial Reconfiguration IP
  2. Required properties:
  3. - compatible : should contain "altr,a10-pr-ip"
  4. - reg : base address and size for memory mapped io.
  5. Example:
  6. fpga_mgr: fpga-mgr@ff20c000 {
  7. compatible = "altr,a10-pr-ip";
  8. reg = <0xff20c000 0x10>;
  9. };