repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ACPI: EC: Rework flushing of pending work
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
fpga
/
intel-stratix10-soc-fpga-mgr.txt
blob
6e03f79287fb51d5bc077938d2053fde86578bbd
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
};