[PATCH v2 2/2] arm64: dts: exynos: gs101: add TRNG node
Tudor Ambarus
tudor.ambarus at linaro.org
Fri Oct 24 10:51:01 PDT 2025
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 at linaro.org>
---
arch/arm64/boot/dts/exynos/google/gs101.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm64/boot/dts/exynos/google/gs101.dtsi b/arch/arm64/boot/dts/exynos/google/gs101.dtsi
index d06d1d05f36408137a8acd98e43d48ea7d4f4292..380f7e70910ab8bcc28690782532fff87ca7e30b 100644
--- a/arch/arm64/boot/dts/exynos/google/gs101.dtsi
+++ b/arch/arm64/boot/dts/exynos/google/gs101.dtsi
@@ -630,6 +630,15 @@ watchdog_cl1: watchdog at 10070000 {
status = "disabled";
};
+ trng: rng at 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 at 10400000 {
compatible = "arm,gic-v3";
#address-cells = <0>;
--
2.51.1.851.g4ebd6896fd-goog
More information about the linux-arm-kernel
mailing list