1*c66ec88fSEmmanuel VadotAltera SOCFPGA Arria10 FPGA Manager 2*c66ec88fSEmmanuel Vadot 3*c66ec88fSEmmanuel VadotRequired properties: 4*c66ec88fSEmmanuel Vadot- compatible : should contain "altr,socfpga-a10-fpga-mgr" 5*c66ec88fSEmmanuel Vadot- reg : base address and size for memory mapped io. 6*c66ec88fSEmmanuel Vadot - The first index is for FPGA manager register access. 7*c66ec88fSEmmanuel Vadot - The second index is for writing FPGA configuration data. 8*c66ec88fSEmmanuel Vadot- resets : Phandle and reset specifier for the device's reset. 9*c66ec88fSEmmanuel Vadot- clocks : Clocks used by the device. 10*c66ec88fSEmmanuel Vadot 11*c66ec88fSEmmanuel VadotExample: 12*c66ec88fSEmmanuel Vadot 13*c66ec88fSEmmanuel Vadot fpga_mgr: fpga-mgr@ffd03000 { 14*c66ec88fSEmmanuel Vadot compatible = "altr,socfpga-a10-fpga-mgr"; 15*c66ec88fSEmmanuel Vadot reg = <0xffd03000 0x100 16*c66ec88fSEmmanuel Vadot 0xffcfe400 0x20>; 17*c66ec88fSEmmanuel Vadot clocks = <&l4_mp_clk>; 18*c66ec88fSEmmanuel Vadot resets = <&rst FPGAMGR_RESET>; 19*c66ec88fSEmmanuel Vadot }; 20