From: Chris Morgan Date: Thu, 13 Apr 2023 14:13:03 +0000 (-0500) Subject: ARM: dts: rockchip: rk3588s-u-boot: Add rng node X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=f89167bb74086fddc95290a6171e4dd9953b34c2;p=u-boot.git ARM: dts: rockchip: rk3588s-u-boot: Add rng node Add a node for the trng found on RK3588 SoCs. Changes in V3: - Added Reviewed-By tag. Changes in V2: - None Signed-off-by: Chris Morgan Reviewed-by: Kever Yang Acked-by: Sughosh Ganu --- diff --git a/arch/arm/dts/rk3588s-u-boot.dtsi b/arch/arm/dts/rk3588s-u-boot.dtsi index 3cb22f3542..76a8ffe8c3 100644 --- a/arch/arm/dts/rk3588s-u-boot.dtsi +++ b/arch/arm/dts/rk3588s-u-boot.dtsi @@ -29,6 +29,12 @@ reg = <0x07 0x10>; }; }; + + rng: rng@fe378000 { + compatible = "rockchip,trngv1"; + reg = <0x0 0xfe378000 0x0 0x200>; + status = "disabled"; + }; }; &xin24m {