ARM: dts: rockchip: add rng node for rk3288

rng node is compflict with crypto node, so default disable

rng node and crypto node.

Change-Id: I9a28108a5667f88c15d5cc9916d927115cdb8918
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
This commit is contained in:
Lin Jinhan
2019-10-12 09:10:28 +08:00
committed by Tao Huang
parent e5f89c5233
commit 0d70be3bb5

View File

@@ -960,6 +960,16 @@
status = "disabled";
};
rng: rng@ff8a0000 {
compatible = "rockchip,cryptov1-rng";
reg = <0x0 0xff8a0000 0x0 0x4000>;
clocks = <&cru SCLK_CRYPTO>, <&cru HCLK_CRYPTO>;
clock-names = "clk_crypto", "hclk_crypto";
assigned-clocks = <&cru SCLK_CRYPTO>, <&cru HCLK_CRYPTO>;
assigned-clock-rates = <150000000>, <100000000>;
status = "disabled";
};
crypto: cypto-controller@ff8a0000 {
compatible = "rockchip,rk3288-crypto";
reg = <0x0 0xff8a0000 0x0 0x4000>;