ACPI: EC: Rework flushing of pending work
[linux/fpc-iii.git] / Documentation / devicetree / bindings / fpga / intel-stratix10-soc-fpga-mgr.txt
blob6e03f79287fb51d5bc077938d2053fde86578bbd
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"
9 Example:
11         firmware {
12                 svc {
13                         fpga_mgr: fpga-mgr {
14                                 compatible = "intel,stratix10-soc-fpga-mgr";
15                         };
16                 };
17         };