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:
parent
5ee9804858
commit
272fdf68ed
|
|
@ -215,6 +215,10 @@
|
|||
|
||||
};
|
||||
|
||||
&crypto {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -53,6 +53,10 @@
|
|||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&crypto {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&grf {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue