xref: /freebsd-src/sys/contrib/device-tree/Bindings/fpga/altera-socfpga-fpga-mgr.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotAltera SOCFPGA FPGA Manager
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot- compatible : should contain "altr,socfpga-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- interrupts : interrupt for the FPGA Manager device.
9*c66ec88fSEmmanuel Vadot
10*c66ec88fSEmmanuel VadotExample:
11*c66ec88fSEmmanuel Vadot
12*c66ec88fSEmmanuel Vadot	hps_0_fpgamgr: fpgamgr@ff706000 {
13*c66ec88fSEmmanuel Vadot		compatible = "altr,socfpga-fpga-mgr";
14*c66ec88fSEmmanuel Vadot		reg = <0xFF706000 0x1000
15*c66ec88fSEmmanuel Vadot		       0xFFB90000 0x1000>;
16*c66ec88fSEmmanuel Vadot		interrupts = <0 175 4>;
17*c66ec88fSEmmanuel Vadot	};
18