]> Git Repo - J-linux.git/commitdiff
arm64: dts: exynos850: Enable TRNG
authorSam Protsenko <[email protected]>
Tue, 18 Jun 2024 20:45:23 +0000 (15:45 -0500)
committerKrzysztof Kozlowski <[email protected]>
Mon, 1 Jul 2024 12:27:09 +0000 (14:27 +0200)
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]>
arch/arm64/boot/dts/exynos/exynos850.dtsi

index 0706c8534cebf242df06af57c531b06a51307cb2..f1c8b4613cbc60f3bd756e14230f1431158afa24 100644 (file)
                        interrupts = <GIC_SPI 451 IRQ_TYPE_LEVEL_HIGH>;
                };
 
+               trng: rng@12081400 {
+                       compatible = "samsung,exynos850-trng";
+                       reg = <0x12081400 0x100>;
+                       clocks = <&cmu_core CLK_GOUT_SSS_ACLK>,
+                                <&cmu_core CLK_GOUT_SSS_PCLK>;
+                       clock-names = "secss", "pclk";
+               };
+
                pinctrl_hsi: pinctrl@13430000 {
                        compatible = "samsung,exynos850-pinctrl";
                        reg = <0x13430000 0x1000>;
This page took 0.060364 seconds and 4 git commands to generate.