1
0
Fork 0

ARM: dts: Add PRNG module for exynos4

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>
hifive-unleashed-5.1
Krzysztof Kozlowski 2015-10-19 14:00:33 +09:00
parent ac785efa59
commit a452977c43
1 changed files with 8 additions and 0 deletions

View File

@ -954,4 +954,12 @@
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";
};
};