Commit 77fc4697 authored by Kamil Konieczny's avatar Kamil Konieczny Committed by Krzysztof Kozlowski

arm64: dts: exynos: Add SlimSSS to Exynos5433

Add DT node for SlimSSS (aka Slim SecuritySubSystem) in Exynos5433 SoC.
Signed-off-by: default avatarKamil Konieczny <k.konieczny@partner.samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 45eedc0e
......@@ -559,6 +559,15 @@ cmu_imem: clock-controller@11060000 {
<&cmu_top CLK_DIV_ACLK_IMEM_200>;
};
slim_sss: slim-sss@11140000 {
compatible = "samsung,exynos5433-slim-sss";
reg = <0x11140000 0x1000>;
interrupts = <GIC_SPI 312 IRQ_TYPE_LEVEL_HIGH>;
clock-names = "aclk", "pclk";
clocks = <&cmu_imem CLK_ACLK_SLIMSSS>,
<&cmu_imem CLK_PCLK_SLIMSSS>;
};
pd_gscl: power-domain@105c4000 {
compatible = "samsung,exynos5433-pd";
reg = <0x105c4000 0x20>;
......
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