Skip to content

Commit 64c7ea4

Browse files
Sam Protsenkokrzk
authored andcommitted
arm64: dts: exynos850: Enable TRNG
Add True Random Number Generator (TRNG) node to Exynos850 SoC dtsi. Signed-off-by: Sam Protsenko <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 2510bca commit 64c7ea4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm64/boot/dts/exynos/exynos850.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,14 @@
416416
interrupts = <GIC_SPI 451 IRQ_TYPE_LEVEL_HIGH>;
417417
};
418418

419+
trng: rng@12081400 {
420+
compatible = "samsung,exynos850-trng";
421+
reg = <0x12081400 0x100>;
422+
clocks = <&cmu_core CLK_GOUT_SSS_ACLK>,
423+
<&cmu_core CLK_GOUT_SSS_PCLK>;
424+
clock-names = "secss", "pclk";
425+
};
426+
419427
pinctrl_hsi: pinctrl@13430000 {
420428
compatible = "samsung,exynos850-pinctrl";
421429
reg = <0x13430000 0x1000>;

0 commit comments

Comments
 (0)