rockchip: dts: rk3399: add and enable crypto node

Change-Id: I63866f6f63e331e7c2722399f9a1621c55a7590a
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2019-05-08 19:50:50 +08:00
parent 5ee9804858
commit 272fdf68ed
3 changed files with 16 additions and 0 deletions

View File

@ -215,6 +215,10 @@
};
&crypto {
status = "okay";
};
&uart2 {
status = "okay";
};

View File

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

View File

@ -202,6 +202,14 @@
};
};
crypto: crypto@ff8b0000 {
compatible = "rockchip,rk3399-crypto";
reg = <0x0 0xff8b0000 0x0 0x10000>;
clock-names = "sclk_crypto0";
clocks = <&cru SCLK_CRYPTO0>, <&cru SCLK_CRYPTO1>;
status = "disabled";
};
pcie0: pcie@f8000000 {
compatible = "rockchip,rk3399-pcie";
reg = <0x0 0xf8000000 0x0 0x2000000>,