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>
This commit is contained in:
Tudor Ambarus 2025-10-24 17:57:35 +00:00 committed by Krzysztof Kozlowski
parent d9465635e0
commit d45eafec01

View File

@ -630,6 +630,15 @@ watchdog_cl1: watchdog@10070000 {
status = "disabled";
};
trng: rng@10141400 {
compatible = "google,gs101-trng",
"samsung,exynos850-trng";
reg = <0x10141400 0x100>;
clocks = <&cmu_misc CLK_GOUT_MISC_SSS_I_ACLK>,
<&cmu_misc CLK_GOUT_MISC_SSS_I_PCLK>;
clock-names = "secss", "pclk";
};
gic: interrupt-controller@10400000 {
compatible = "arm,gic-v3";
#address-cells = <0>;