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.2-rc4 13 lines 276 B view raw
1Altera SOCFPGA Reset Manager 2 3Required properties: 4- compatible : "altr,rst-mgr" 5- reg : Should contain 1 register ranges(address and length) 6- #reset-cells: 1 7 8Example: 9 rstmgr@ffd05000 { 10 #reset-cells = <1>; 11 compatible = "altr,rst-mgr"; 12 reg = <0xffd05000 0x1000>; 13 };