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.7 12 lines 281 B view raw
1Hisilicon Random Number Generator 2 3Required properties: 4- compatible : Should be "hisilicon,hip04-rng" or "hisilicon,hip05-rng" 5- reg : Offset and length of the register set of this block 6 7Example: 8 9rng@d1010000 { 10 compatible = "hisilicon,hip05-rng"; 11 reg = <0xd1010000 0x100>; 12};