Commit 5268f3b5 authored by Nicolas Frattaroli's avatar Nicolas Frattaroli Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: add RK3576 RNG node



The RK3576 has a hardware random number generator IP built into the SoC.

Add it to the SoC's .dtsi, now that there's a binding and driver for it.

Signed-off-by: default avatarNicolas Frattaroli <nicolas.frattaroli@collabora.com>
Link: https://lore.kernel.org/r/20250430-rk3576-hwrng-v1-3-480c15b5843e@collabora.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent ec169727
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1557,6 +1557,14 @@ sfc0: spi@2a340000 {
			status = "disabled";
		};

		rng: rng@2a410000 {
			compatible = "rockchip,rk3576-rng";
			reg = <0x0 0x2a410000 0x0 0x200>;
			clocks = <&cru HCLK_TRNG_NS>;
			interrupts = <GIC_SPI 181 IRQ_TYPE_LEVEL_HIGH>;
			resets = <&cru SRST_H_TRNG_NS>;
		};

		otp: otp@2a580000 {
			compatible = "rockchip,rk3576-otp";
			reg = <0x0 0x2a580000 0x0 0x400>;