xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/fpga/altera-socfpga-fpga-mgr.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunAltera SOCFPGA FPGA Manager
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunRequired properties:
4*4882a593Smuzhiyun- compatible : should contain "altr,socfpga-fpga-mgr"
5*4882a593Smuzhiyun- reg        : base address and size for memory mapped io.
6*4882a593Smuzhiyun               - The first index is for FPGA manager register access.
7*4882a593Smuzhiyun               - The second index is for writing FPGA configuration data.
8*4882a593Smuzhiyun- interrupts : interrupt for the FPGA Manager device.
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunExample:
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	hps_0_fpgamgr: fpgamgr@ff706000 {
13*4882a593Smuzhiyun		compatible = "altr,socfpga-fpga-mgr";
14*4882a593Smuzhiyun		reg = <0xFF706000 0x1000
15*4882a593Smuzhiyun		       0xFFB90000 0x1000>;
16*4882a593Smuzhiyun		interrupts = <0 175 4>;
17*4882a593Smuzhiyun	};
18