arm64: dts: rockchip: rk3568: add rng node

Change-Id: I2654c935554ef278c5805bbc4b5c712a65834925
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
This commit is contained in:
Lin Jinhan
2020-11-30 19:26:29 +08:00
committed by Tao Huang
parent ee89075379
commit 7d56fae4af

View File

@@ -1899,6 +1899,16 @@
status = "disabled";
};
rng: rng@fe388000 {
compatible = "rockchip,cryptov2-rng";
reg = <0x0 0xfe388000 0x0 0x2000>;
clocks = <&cru CLK_TRNG_NS>, <&cru HCLK_TRNG_NS>;
clock-names = "clk_trng", "hclk_trng";
resets = <&cru SRST_TRNG_NS>;
reset-names = "reset";
status = "disabled";
};
otp: otp@fe38c000 {
compatible = "rockchip,rk3568-otp";
reg = <0x0 0xfe38c000 0x0 0x4000>;