arm64: dts: rockchip: rk1808: add rng node for crypto v2 hwrng

Change-Id: Ibbfd0d63d376d874d5363a1c8dcc0c2b6575d9cb
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
This commit is contained in:
Lin Jinhan
2018-10-15 17:33:00 +08:00
committed by Tao Huang
parent 2b921a63d2
commit 865843d2f5

View File

@@ -869,6 +869,18 @@
status = "disabled";
};
rng: rng@ff630000 {
compatible = "rockchip,cryptov2-rng";
reg = <0x0 0xff630000 0x0 0x4000>;
clocks = <&cru SCLK_CRYPTO>, <&cru SCLK_CRYPTO_APK>,
<&cru ACLK_CRYPTO>, <&cru HCLK_CRYPTO>;
clock-names = "clk_crypto", "clk_crypto_apk",
"aclk_crypto", "hclk_crypto";
resets = <&cru SRST_CRYPTO_CORE>;
reset-names = "reset";
status = "disabled";
};
wdt: watchdog@ff720000 {
compatible = "snps,dw-wdt";
reg = <0x0 0xff720000 0x0 0x100>;