blob: 0f874137ca4697820341b23eddb882634bb131d1 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001Intel Stratix10 SoC FPGA Manager
2
3Required properties:
4The fpga_mgr node has the following mandatory property, must be located under
5firmware/svc node.
6
7- compatible : should contain "intel,stratix10-soc-fpga-mgr" or
8 "intel,agilex-soc-fpga-mgr"
9
10Example:
11
12 firmware {
13 svc {
14 fpga_mgr: fpga-mgr {
15 compatible = "intel,stratix10-soc-fpga-mgr";
16 };
17 };
18 };