Skip to content

Commit

Permalink
dt-bindings: hwrng: Add Samsung Exynos 5250+ True RNG bindings
Browse files Browse the repository at this point in the history
Add binding documentation for the True Random Number Generator
found on Samsung Exynos 5250+ SoCs.

Acked-by: Rob Herring <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Łukasz Stelmach <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
Łukasz Stelmach authored and herbertx committed Oct 23, 2019
1 parent 27018ab commit e53619c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Documentation/devicetree/bindings/rng/samsung,exynos5250-trng.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Exynos True Random Number Generator

Required properties:

- compatible : Should be "samsung,exynos5250-trng".
- reg : Specifies base physical address and size of the registers map.
- clocks : Phandle to clock-controller plus clock-specifier pair.
- clock-names : "secss" as a clock name.

Example:

rng@10830600 {
compatible = "samsung,exynos5250-trng";
reg = <0x10830600 0x100>;
clocks = <&clock CLK_SSS>;
clock-names = "secss";
};

0 comments on commit e53619c

Please sign in to comment.