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:
Lin Jinhan 2019-11-21 16:03:15 +08:00 committed by Joseph Chen
parent d7c8479792
commit 7a92af6674
3 changed files with 16 additions and 0 deletions

View File

@ -76,6 +76,10 @@
status = "okay";
};
&crypto {
status = "okay";
};
&emmc {
status = "okay";
};

View File

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

View File

@ -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>;