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 13 lines 260 B view raw
1BCM2835 Random number generator 2 3Required properties: 4 5- compatible : should be "brcm,bcm2835-rng" 6- reg : Specifies base physical address and size of the registers. 7 8Example: 9 10rng { 11 compatible = "brcm,bcm2835-rng"; 12 reg = <0x7e104000 0x10>; 13};