From: Akhil R Date: Wed, 3 Apr 2024 10:00:39 +0000 (+0530) Subject: arm64: tegra: Add Tegra Security Engine DT nodes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0d23cacb2ae0fc9d8d40f36cb37ad272b3249ffe;p=linux.git arm64: tegra: Add Tegra Security Engine DT nodes Add device tree nodes for Tegra AES and HASH engines. Signed-off-by: Akhil R Signed-off-by: Thierry Reding --- diff --git a/arch/arm64/boot/dts/nvidia/tegra234.dtsi b/arch/arm64/boot/dts/nvidia/tegra234.dtsi index 78cbfdd98dd12..f2e2d8d6845bf 100644 --- a/arch/arm64/boot/dts/nvidia/tegra234.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra234.dtsi @@ -4406,6 +4406,22 @@ */ status = "disabled"; }; + + crypto@15820000 { + compatible = "nvidia,tegra234-se-aes"; + reg = <0x00 0x15820000 0x00 0x10000>; + clocks = <&bpmp TEGRA234_CLK_SE>; + iommus = <&smmu_niso1 TEGRA234_SID_SES_SE1>; + dma-coherent; + }; + + crypto@15840000 { + compatible = "nvidia,tegra234-se-hash"; + reg = <0x00 0x15840000 0x00 0x10000>; + clocks = <&bpmp TEGRA234_CLK_SE>; + iommus = <&smmu_niso1 TEGRA234_SID_SES_SE2>; + dma-coherent; + }; }; pcie@140a0000 {