Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.7-rc4 17 lines 333 B view raw
1Intel 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" 8 9Example: 10 11 firmware { 12 svc { 13 fpga_mgr: fpga-mgr { 14 compatible = "intel,stratix10-soc-fpga-mgr"; 15 }; 16 }; 17 };