arm64: dts: rockchip: px30 add crypto node

Change-Id: Ib8026ce7dd008d303decd61c41ec26b08b8782b1
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
This commit is contained in:
Lin Jinhan
2019-04-28 14:28:06 +08:00
committed by Tao Huang
parent b98e78a05a
commit f4bee32605

View File

@@ -572,6 +572,18 @@
status = "disabled";
};
crypto: crypto@ff0b0000 {
compatible = "rockchip,px30-crypto";
reg = <0x0 0xff0b0000 0x0 0x4000>;
interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru ACLK_CRYPTO >, <&cru HCLK_CRYPTO >,
<&cru SCLK_CRYPTO>, <&cru SCLK_CRYPTO_APK>;
clock-names = "aclk", "hclk", "sclk", "apb_pclk";
resets = <&cru SRST_CRYPTO>;
reset-names = "crypto-rst";
status = "disabled";
};
gic: interrupt-controller@ff131000 {
compatible = "arm,gic-400";
#interrupt-cells = <3>;