rockchip: dts: rk3368: add and enable crypto node

Change-Id: Icfffb1311388ff7de59b9c9da7d5f25c7eb35684
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
This commit is contained in:
Lin Jinhan 2019-11-22 15:23:12 +08:00 committed by Joseph Chen
parent 14ce00ea60
commit 1be69feab0
3 changed files with 16 additions and 0 deletions

View File

@ -14,6 +14,10 @@
compatible = "rockchip,rk3368-evb", "rockchip,rk3368";
};
&crypto {
status = "okay";
};
&emmc {
fifo-mode;
bus-width = <8>;

View File

@ -51,6 +51,10 @@
u-boot,dm-pre-reloc;
};
&crypto {
u-boot,dm-pre-reloc;
};
&grf {
u-boot,dm-pre-reloc;
};

View File

@ -750,6 +750,14 @@
interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
};
crypto: crypto@ff8a0000 {
compatible = "rockchip,rk3368-crypto";
reg = <0x0 0xff8a0000 0x0 0x10000>;
clock-names = "sclk_crypto";
clocks = <&cru SCLK_CRYPTO>;
status = "disabled";
};
gic: interrupt-controller@ffb71000 {
compatible = "arm,gic-400";
interrupt-controller;