Commit a452977c authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

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: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
parent ac785efa
......@@ -954,4 +954,12 @@ sysmmu_fimd0: sysmmu@11E20000 {
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";
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment