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 v3.17 14 lines 363 B view raw
1Marvell Armada CPU reset controller 2=================================== 3 4Required properties: 5 6- compatible: Should be "marvell,armada-370-cpu-reset". 7 8- reg: should be register base and length as documented in the 9 datasheet for the CPU reset registers 10 11cpurst: cpurst@20800 { 12 compatible = "marvell,armada-370-cpu-reset"; 13 reg = <0x20800 0x20>; 14};