18c2ecf20Sopenharmony_ciAltera SOCFPGA Arria10 FPGA Manager
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible : should contain "altr,socfpga-a10-fpga-mgr"
58c2ecf20Sopenharmony_ci- reg        : base address and size for memory mapped io.
68c2ecf20Sopenharmony_ci               - The first index is for FPGA manager register access.
78c2ecf20Sopenharmony_ci               - The second index is for writing FPGA configuration data.
88c2ecf20Sopenharmony_ci- resets     : Phandle and reset specifier for the device's reset.
98c2ecf20Sopenharmony_ci- clocks     : Clocks used by the device.
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciExample:
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci	fpga_mgr: fpga-mgr@ffd03000 {
148c2ecf20Sopenharmony_ci		compatible = "altr,socfpga-a10-fpga-mgr";
158c2ecf20Sopenharmony_ci		reg = <0xffd03000 0x100
168c2ecf20Sopenharmony_ci		       0xffcfe400 0x20>;
178c2ecf20Sopenharmony_ci		clocks = <&l4_mp_clk>;
188c2ecf20Sopenharmony_ci		resets = <&rst FPGAMGR_RESET>;
198c2ecf20Sopenharmony_ci	};
20