rockchip: dts: rk322x: add and enable crypto node
Change-Id: Ic8d398dc471672e0ddc50fafd7bf668bc6398fdc Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
This commit is contained in:
parent
d7c8479792
commit
7a92af6674
|
|
@ -76,6 +76,10 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&crypto {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&emmc {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -19,6 +19,10 @@
|
|||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&crypto {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&dmc {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -129,6 +129,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
crypto: crypto@100a0000 {
|
||||
compatible = "rockchip,rk322x-crypto";
|
||||
reg = <0x100a0000 0x10000>;
|
||||
clock-names = "sclk_crypto";
|
||||
clocks = <&cru SCLK_CRYPTO>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2s1: i2s1@100b0000 {
|
||||
compatible = "rockchip,rk3228-i2s", "rockchip,rk3066-i2s";
|
||||
reg = <0x100b0000 0x4000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue