Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1Exynos Pseudo Random Number Generator
2
3Required properties:
4
5- compatible : Should be "samsung,exynos4-rng".
6- reg : Specifies base physical address and size of the registers map.
7- clocks : Phandle to clock-controller plus clock-specifier pair.
8- clock-names : "secss" as a clock name.
9
10Example:
11
12 rng@10830400 {
13 compatible = "samsung,exynos4-rng";
14 reg = <0x10830400 0x200>;
15 clocks = <&clock CLK_SSS>;
16 clock-names = "secss";
17 };