ARM: dts: exynos: Add Security SubSystem node to Exynos4

Add Security SubSystem (SSS) node to Exynos4 which provides hardware
acceleration of AES operations.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
This commit is contained in:
Krzysztof Kozlowski 2016-03-21 17:29:39 +09:00
Родитель f55532a0c0
Коммит 6c5eb1db1e
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -969,6 +969,15 @@
#iommu-cells = <0>;
};
sss: sss@10830000 {
compatible = "samsung,exynos4210-secss";
reg = <0x10830000 0x300>;
interrupts = <0 112 0>;
clocks = <&clock CLK_SSS>;
clock-names = "secss";
status = "disabled";
};
prng: rng@10830400 {
compatible = "samsung,exynos4-rng";
reg = <0x10830400 0x200>;