arm64: tegra: Add Tegra Security Engine DT nodes
authorAkhil R <akhilrajeev@nvidia.com>
Wed, 3 Apr 2024 10:00:39 +0000 (15:30 +0530)
committerThierry Reding <treding@nvidia.com>
Fri, 26 Apr 2024 16:57:11 +0000 (18:57 +0200)
Add device tree nodes for Tegra AES and HASH engines.

Signed-off-by: Akhil R <akhilrajeev@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra234.dtsi

index 78cbfdd98dd12c8bfe3216bf30a6d8d77ce378d2..f2e2d8d6845bf1b95cf059fcba24725e49c5d5d9 100644 (file)
                                 */
                                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 {