arm64: dts: exynos: Add SlimSSS to Exynos5433
Add DT node for SlimSSS (aka Slim SecuritySubSystem) in Exynos5433 SoC. Signed-off-by: Kamil Konieczny <k.konieczny@partner.samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
45eedc0e36
commit
77fc46976e
@ -559,6 +559,15 @@
|
||||
<&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>;
|
||||
|
Loading…
Reference in New Issue
Block a user