Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / fpga / intel-stratix10-soc-fpga-mgr.txt
1 Intel Stratix10 SoC FPGA Manager
2
3 Required properties:
4 The fpga_mgr node has the following mandatory property, must be located under
5 firmware/svc node.
6
7 - compatible : should contain "intel,stratix10-soc-fpga-mgr"
8
9 Example:
10
11         firmware {
12                 svc {
13                         fpga_mgr: fpga-mgr {
14                                 compatible = "intel,stratix10-soc-fpga-mgr";
15                         };
16                 };
17         };