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.4-rc2 13 lines 318 B view raw
1Altera SOCFPGA System Manager 2 3Required properties: 4- compatible : "altr,sys-mgr" 5- reg : Should contain 1 register ranges(address and length) 6- cpu1-start-addr : CPU1 start address in hex. 7 8Example: 9 sysmgr@ffd08000 { 10 compatible = "altr,sys-mgr"; 11 reg = <0xffd08000 0x1000>; 12 cpu1-start-addr = <0xffd080c4>; 13 };