From: Nicolas Frattaroli Date: Wed, 30 Apr 2025 16:16:36 +0000 (+0200) Subject: arm64: dts: rockchip: add RK3576 RNG node X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5268f3b5d29887480011b44567bcbf0d422cda94;p=users%2Fwilly%2Fxarray.git 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: Nicolas Frattaroli Link: https://lore.kernel.org/r/20250430-rk3576-hwrng-v1-3-480c15b5843e@collabora.com Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm64/boot/dts/rockchip/rk3576.dtsi b/arch/arm64/boot/dts/rockchip/rk3576.dtsi index ddc92ccc530d..d7c6495e18c0 100644 --- a/arch/arm64/boot/dts/rockchip/rk3576.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3576.dtsi @@ -1557,6 +1557,14 @@ status = "disabled"; }; + rng: rng@2a410000 { + compatible = "rockchip,rk3576-rng"; + reg = <0x0 0x2a410000 0x0 0x200>; + clocks = <&cru HCLK_TRNG_NS>; + interrupts = ; + resets = <&cru SRST_H_TRNG_NS>; + }; + otp: otp@2a580000 { compatible = "rockchip,rk3576-otp"; reg = <0x0 0x2a580000 0x0 0x400>;