altera-socfpga-a10-fpga-mgr.txt 629 B

12345678910111213141516171819
  1. Altera SOCFPGA Arria10 FPGA Manager
  2. Required properties:
  3. - compatible : should contain "altr,socfpga-a10-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. - resets : Phandle and reset specifier for the device's reset.
  8. - clocks : Clocks used by the device.
  9. Example:
  10. fpga_mgr: fpga-mgr@ffd03000 {
  11. compatible = "altr,socfpga-a10-fpga-mgr";
  12. reg = <0xffd03000 0x100
  13. 0xffcfe400 0x20>;
  14. clocks = <&l4_mp_clk>;
  15. resets = <&rst FPGAMGR_RESET>;
  16. };