rockchip: dts: rk3568: add and enable crypto node
Change-Id: I1ca3dc64c23663a5b30fc369f287f391d17ca3f3 Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
This commit is contained in:
parent
1d1195dd87
commit
94d677da26
|
|
@ -30,6 +30,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
&crypto {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -17,6 +17,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
&crypto {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&uart2 {
|
||||
clock-frequency = <24000000>;
|
||||
u-boot,dm-spl;
|
||||
|
|
|
|||
|
|
@ -1870,6 +1870,15 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
crypto: crypto@fe380000 {
|
||||
compatible = "rockchip,rk3568-crypto";
|
||||
reg = <0x0 0xfe380000 0x0 0x4000>;
|
||||
clocks = <&cru CLK_CRYPTO_NS_CORE>, <&cru CLK_CRYPTO_NS_PKA>;
|
||||
clock-names = "sclk_crypto", "apkclk_crypto";
|
||||
clock-frequency = <150000000>, <300000000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2s0_8ch: i2s@fe400000 {
|
||||
compatible = "rockchip,rk3568-i2s-tdm";
|
||||
reg = <0x0 0xfe400000 0x0 0x1000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue