ARM: dts: exynos: Add Security SubSystem node to Exynos4
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 21 Mar 2016 08:29:39 +0000 (17:29 +0900)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 29 Mar 2016 01:36:29 +0000 (10:36 +0900)
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>
arch/arm/boot/dts/exynos4.dtsi

index c679b3c..39000f9 100644 (file)
                #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>;