ARM: dts: Add PRNG module for exynos4
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 19 Oct 2015 05:00:33 +0000 (14:00 +0900)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 29 Dec 2015 00:07:33 +0000 (09:07 +0900)
Add Pseudo Random Number Generator (PRNG) node of Security Sub System
(SSS) to Exynos 4 DTSI.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
arch/arm/boot/dts/exynos4.dtsi

index 3184e10..a6b9913 100644 (file)
                power-domains = <&pd_lcd0>;
                #iommu-cells = <0>;
        };
+
+       prng: rng@10830400 {
+               compatible = "samsung,exynos4-rng";
+               reg = <0x10830400 0x200>;
+               clocks = <&clock CLK_SSS>;
+               clock-names = "secss";
+               status = "disabled";
+       };
 };