Skip to content

Commit 0d23cac

Browse files
akhilr-nvthierryreding
authored andcommitted
arm64: tegra: Add Tegra Security Engine DT nodes
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>
1 parent 2633c58 commit 0d23cac

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

arch/arm64/boot/dts/nvidia/tegra234.dtsi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4406,6 +4406,22 @@
44064406
*/
44074407
status = "disabled";
44084408
};
4409+
4410+
crypto@15820000 {
4411+
compatible = "nvidia,tegra234-se-aes";
4412+
reg = <0x00 0x15820000 0x00 0x10000>;
4413+
clocks = <&bpmp TEGRA234_CLK_SE>;
4414+
iommus = <&smmu_niso1 TEGRA234_SID_SES_SE1>;
4415+
dma-coherent;
4416+
};
4417+
4418+
crypto@15840000 {
4419+
compatible = "nvidia,tegra234-se-hash";
4420+
reg = <0x00 0x15840000 0x00 0x10000>;
4421+
clocks = <&bpmp TEGRA234_CLK_SE>;
4422+
iommus = <&smmu_niso1 TEGRA234_SID_SES_SE2>;
4423+
dma-coherent;
4424+
};
44094425
};
44104426

44114427
pcie@140a0000 {

0 commit comments

Comments
 (0)