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 v4.18 12 lines 276 B view raw
1Altera Arria10 Partial Reconfiguration IP 2 3Required properties: 4- compatible : should contain "altr,a10-pr-ip" 5- reg : base address and size for memory mapped io. 6 7Example: 8 9 fpga_mgr: fpga-mgr@ff20c000 { 10 compatible = "altr,a10-pr-ip"; 11 reg = <0xff20c000 0x10>; 12 };