]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt
Merge remote-tracking branch 'sound-current/for-linus'
[karo-tx-linux.git] / Documentation / devicetree / bindings / rng / samsung,exynos-rng4.txt
1 Exynos Pseudo Random Number Generator
2
3 Required 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
10 Example:
11
12         rng@10830400 {
13                 compatible = "samsung,exynos4-rng";
14                 reg = <0x10830400 0x200>;
15                 clocks = <&clock CLK_SSS>;
16                 clock-names = "secss";
17         };