mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
ARM: dts: rockchip: rv1126: add crypto node
Change-Id: If9e8f868e6d917ced387622c16e81e29d56a40db Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
This commit is contained in:
parent
ca2d5e4f59
commit
018299265d
|
|
@ -1080,6 +1080,19 @@ rng: rng@ff500000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
crypto: crypto@ff500000 {
|
||||
compatible = "rockchip,rv1126-crypto";
|
||||
reg = <0xff500000 0x4000>;
|
||||
interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru CLK_CRYPTO_CORE>, <&cru CLK_CRYPTO_PKA>,
|
||||
<&cru ACLK_CRYPTO>, <&cru HCLK_CRYPTO>;
|
||||
clock-names = "aclk", "hclk", "sclk", "apb_pclk";
|
||||
power-domains = <&power RV1126_PD_CRYPTO>;
|
||||
resets = <&cru SRST_CRYPTO_CORE>;
|
||||
reset-names = "crypto-rst";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c1: i2c@ff510000 {
|
||||
compatible = "rockchip,rv1126-i2c", "rockchip,rk3399-i2c";
|
||||
reg = <0xff510000 0x1000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user