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.13 11 lines 264 B view raw
1* Power Management Controller (PMC) 2 3Required properties: 4- compatible: Should be "atmel,at91rm9200-pmc" 5- reg: Should contain PMC registers location and length 6 7Examples: 8 pmc: pmc@fffffc00 { 9 compatible = "atmel,at91rm9200-pmc"; 10 reg = <0xfffffc00 0x100>; 11 };