rockchip: dts: rk3328: add and enable crypto node
Change-Id: I93603c71fa04287529d49113c7d5728f57eb242f Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
This commit is contained in:
parent
ba68da9b9c
commit
2b0e21e891
|
|
@ -88,6 +88,10 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&crypto {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&emmc {
|
&emmc {
|
||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,10 @@
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&crypto {
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
|
};
|
||||||
|
|
||||||
&grf {
|
&grf {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -186,6 +186,14 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
crypto: crypto@ff060000 {
|
||||||
|
compatible = "rockchip,rk322x-crypto";
|
||||||
|
reg = <0x0 0xff060000 0x0 0x10000>;
|
||||||
|
clock-names = "sclk_crypto";
|
||||||
|
clocks = <&cru SCLK_CRYPTO>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
grf: syscon@ff100000 {
|
grf: syscon@ff100000 {
|
||||||
compatible = "rockchip,rk3328-grf", "syscon", "simple-mfd";
|
compatible = "rockchip,rk3328-grf", "syscon", "simple-mfd";
|
||||||
reg = <0x0 0xff100000 0x0 0x1000>;
|
reg = <0x0 0xff100000 0x0 0x1000>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue