[PATCH 4/6] ARM64: dts: rk356x: add crypto node
Krzysztof Kozlowski
krzysztof.kozlowski at linaro.org
Tue Nov 7 08:21:11 PST 2023
On 07/11/2023 16:55, Corentin Labbe wrote:
> Both RK3566 and RK3568 have a crypto IP handled by the rk3588 crypto driver so adds a
> node for it.
>
> Tested-by: Ricardo Pardini <ricardo at pardini.net>
> Signed-off-by: Corentin Labbe <clabbe at baylibre.com>
> ---
> arch/arm64/boot/dts/rockchip/rk356x.dtsi | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/rockchip/rk356x.dtsi b/arch/arm64/boot/dts/rockchip/rk356x.dtsi
> index 0964761e3ce9..c94a1b535c32 100644
> --- a/arch/arm64/boot/dts/rockchip/rk356x.dtsi
> +++ b/arch/arm64/boot/dts/rockchip/rk356x.dtsi
> @@ -1070,6 +1070,18 @@ sdhci: mmc at fe310000 {
> status = "disabled";
> };
>
> + crypto: crypto at fe380000 {
> + compatible = "rockchip,rk3568-crypto";
> + reg = <0x0 0xfe380000 0x0 0x2000>;
> + interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&cru ACLK_CRYPTO_NS>, <&cru HCLK_CRYPTO_NS>,
> + <&cru CLK_CRYPTO_NS_CORE>;
> + clock-names = "aclk", "hclk", "core";
> + resets = <&cru SRST_CRYPTO_NS_CORE>;
> + reset-names = "core";
> + status = "okay";
Drop
Best regards,
Krzysztof
More information about the Linux-rockchip
mailing list