mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
ARM: dts: rockchip: rv1106: add crypto node
Change-Id: I93de0d0d8f89f7c2678fe42afeaa2dfad26a8383 Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
This commit is contained in:
@@ -288,6 +288,18 @@
|
||||
arm,pl330-periph-burst;
|
||||
};
|
||||
|
||||
crypto: crypto@ff440000 {
|
||||
compatible = "rockchip,crypto_v3";
|
||||
reg = <0xff440000 0x2000>;
|
||||
interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru ACLK_CRYPTO>, <&cru HCLK_CRYPTO>,
|
||||
<&cru CLK_CORE_CRYPTO>, <&cru CLK_PKA_CRYPTO>;
|
||||
clock-names = "aclk", "hclk", "sclk", "pka";
|
||||
resets = <&cru SRST_CORE_CRYPTO>;
|
||||
reset-names = "crypto-rst";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rng: rng@ff448000 {
|
||||
compatible = "rockchip,trngv1";
|
||||
reg = <0xff448000 0x200>;
|
||||
|
||||
Reference in New Issue
Block a user