0001 Altera SOCFPGA Arria10 FPGA Manager
0002
0003 Required properties:
0004 - compatible : should contain "altr,socfpga-a10-fpga-mgr"
0005 - reg : base address and size for memory mapped io.
0006 - The first index is for FPGA manager register access.
0007 - The second index is for writing FPGA configuration data.
0008 - resets : Phandle and reset specifier for the device's reset.
0009 - clocks : Clocks used by the device.
0010
0011 Example:
0012
0013 fpga_mgr: fpga-mgr@ffd03000 {
0014 compatible = "altr,socfpga-a10-fpga-mgr";
0015 reg = <0xffd03000 0x100
0016 0xffcfe400 0x20>;
0017 clocks = <&l4_mp_clk>;
0018 resets = <&rst FPGAMGR_RESET>;
0019 };