summaryrefslogtreecommitdiff
path: root/arch/arm/dts/rk3588s-u-boot.dtsi
diff options
context:
space:
mode:
authorChris Morgan <macromorgan@hotmail.com>2023-04-13 09:13:03 -0500
committerKever Yang <kever.yang@rock-chips.com>2023-04-21 15:16:01 +0800
commitf89167bb74086fddc95290a6171e4dd9953b34c2 (patch)
treeb210fc1636de0459a19848118c7845ab9416712d /arch/arm/dts/rk3588s-u-boot.dtsi
parent5891282bf399b073eb747269117732a7de2845ed (diff)
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 <macromorgan@hotmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com> Acked-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Diffstat (limited to 'arch/arm/dts/rk3588s-u-boot.dtsi')
-rw-r--r--arch/arm/dts/rk3588s-u-boot.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3588s-u-boot.dtsi b/arch/arm/dts/rk3588s-u-boot.dtsi
index 3cb22f35420..76a8ffe8c33 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 {