xref: /freebsd-src/sys/contrib/device-tree/Bindings/fpga/intel-stratix10-soc-fpga-mgr.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotIntel Stratix10 SoC FPGA Manager
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel VadotThe fpga_mgr node has the following mandatory property, must be located under
5*c66ec88fSEmmanuel Vadotfirmware/svc node.
6*c66ec88fSEmmanuel Vadot
7*c66ec88fSEmmanuel Vadot- compatible : should contain "intel,stratix10-soc-fpga-mgr" or
8*c66ec88fSEmmanuel Vadot	       "intel,agilex-soc-fpga-mgr"
9*c66ec88fSEmmanuel Vadot
10*c66ec88fSEmmanuel VadotExample:
11*c66ec88fSEmmanuel Vadot
12*c66ec88fSEmmanuel Vadot	firmware {
13*c66ec88fSEmmanuel Vadot		svc {
14*c66ec88fSEmmanuel Vadot			fpga_mgr: fpga-mgr {
15*c66ec88fSEmmanuel Vadot				compatible = "intel,stratix10-soc-fpga-mgr";
16*c66ec88fSEmmanuel Vadot			};
17*c66ec88fSEmmanuel Vadot		};
18*c66ec88fSEmmanuel Vadot	};
19