mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user