summaryrefslogtreecommitdiff
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2023-06-14 15:43:13 +0300
committerKever Yang <kever.yang@rock-chips.com>2023-08-12 05:13:14 +0300
commit080030f2766246bc9b0b41ba9b832b6ed6cb2838 (patch)
tree398efa9290a84b881d6e9295d7b23eecc47566f3 /arch/arm/dts
parenta13a7a0b4508710e2274e9a7ac9bd07d02099604 (diff)
downloadu-boot-080030f2766246bc9b0b41ba9b832b6ed6cb2838.tar.xz
rockchip: dts: rk3328: Add rng details to u-boot.dtsi
Add the rk3328 rng details to the u-boot.dtsi and enable the RNG on the Rock64 to be able to provide a random seed via UEFI. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> (Fix typo message) Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/rk3328-u-boot.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3328-u-boot.dtsi b/arch/arm/dts/rk3328-u-boot.dtsi
index ce96ce40a7..a9f2536de2 100644
--- a/arch/arm/dts/rk3328-u-boot.dtsi
+++ b/arch/arm/dts/rk3328-u-boot.dtsi
@@ -26,6 +26,12 @@
0x0 0xff720000 0x0 0x1000
0x0 0xff798000 0x0 0x1000>;
};
+
+ rng: rng@ff060000 {
+ compatible = "rockchip,cryptov1-rng";
+ reg = <0x0 0xff060000 0x0 0x4000>;
+ status = "okay";
+ };
};
&cru {