altera-socfpga-fpga-mgr.txt 533 B

1234567891011121314151617
  1. Altera SOCFPGA FPGA Manager
  2. Required properties:
  3. - compatible : should contain "altr,socfpga-fpga-mgr"
  4. - reg : base address and size for memory mapped io.
  5. - The first index is for FPGA manager register access.
  6. - The second index is for writing FPGA configuration data.
  7. - interrupts : interrupt for the FPGA Manager device.
  8. Example:
  9. hps_0_fpgamgr: fpgamgr@ff706000 {
  10. compatible = "altr,socfpga-fpga-mgr";
  11. reg = <0xFF706000 0x1000
  12. 0xFFB90000 0x1000>;
  13. interrupts = <0 175 4>;
  14. };