Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / fpga / intel-stratix10-soc-fpga-mgr.txt
blob0f874137ca4697820341b23eddb882634bb131d1
1 Intel Stratix10 SoC FPGA Manager
3 Required properties:
4 The fpga_mgr node has the following mandatory property, must be located under
5 firmware/svc node.
7 - compatible : should contain "intel,stratix10-soc-fpga-mgr" or
8                "intel,agilex-soc-fpga-mgr"
10 Example:
12         firmware {
13                 svc {
14                         fpga_mgr: fpga-mgr {
15                                 compatible = "intel,stratix10-soc-fpga-mgr";
16                         };
17                 };
18         };