arm64: dts: rockchip: px30: support enable rng and crypto module at the same time

Change-Id: If3c289629a265e678bdfdb57a084d67b241da4a8
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
This commit is contained in:
Lin Jinhan
2022-02-08 11:19:20 +08:00
parent 67994eb6c1
commit 2991ef890f

View File

@@ -636,7 +636,7 @@
crypto: crypto@ff0b0000 {
compatible = "rockchip,px30-crypto";
reg = <0x0 0xff0b0000 0x0 0x4000>;
reg = <0x0 0xff0b0000 0x0 0x400>, <0x0 0xff0b0480 0x0 0x3B80>;
interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru ACLK_CRYPTO >, <&cru HCLK_CRYPTO >,
<&cru SCLK_CRYPTO>, <&cru SCLK_CRYPTO_APK>;
@@ -648,7 +648,7 @@
rng: rng@ff0b0000 {
compatible = "rockchip,cryptov2-rng";
reg = <0x0 0xff0b0000 0x0 0x4000>;
reg = <0x0 0xff0b0400 0x0 0x80>;
clocks = <&cru SCLK_CRYPTO>, <&cru SCLK_CRYPTO_APK>,
<&cru ACLK_CRYPTO>, <&cru HCLK_CRYPTO>;
clock-names = "clk_crypto", "clk_crypto_apk",
@@ -656,7 +656,7 @@
assigned-clocks = <&cru SCLK_CRYPTO>, <&cru SCLK_CRYPTO_APK>,
<&cru ACLK_CRYPTO>, <&cru HCLK_CRYPTO>;
assigned-clock-rates = <150000000>, <150000000>,
<200000000>, <100000000>;
<200000000>, <200000000>;
resets = <&cru SRST_CRYPTO>;
reset-names = "reset";
status = "disabled";