Skip to content

Commit d45eafe

Browse files
ambaruskrzk
authored andcommitted
arm64: dts: exynos: gs101: add TRNG node
Define the TRNG node. GS101 TRNG works well with the current Exynos850 TRNG support. Specify the Google specific compatible in front of the Exynos one. Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org> Link: https://patch.msgid.link/20251024-gs101-trng-v3-2-5d3403738f39@linaro.org Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
1 parent d946563 commit d45eafe

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

arch/arm64/boot/dts/exynos/google/gs101.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,15 @@
630630
status = "disabled";
631631
};
632632

633+
trng: rng@10141400 {
634+
compatible = "google,gs101-trng",
635+
"samsung,exynos850-trng";
636+
reg = <0x10141400 0x100>;
637+
clocks = <&cmu_misc CLK_GOUT_MISC_SSS_I_ACLK>,
638+
<&cmu_misc CLK_GOUT_MISC_SSS_I_PCLK>;
639+
clock-names = "secss", "pclk";
640+
};
641+
633642
gic: interrupt-controller@10400000 {
634643
compatible = "arm,gic-v3";
635644
#address-cells = <0>;

0 commit comments

Comments
 (0)