mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
UPSTREAM: 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> Bug 4707773 (cherry picked from mainline commit 0d23cacb2ae0fc9d8d40f36cb37ad272b3249ffe) Change-Id: I5fe86a6943f3a57cd6426c3a1ed20e2f773b8430 Signed-off-by: Vedant Deshpande <vedantd@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3169654 Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Brad Griffis <bgriffis@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Brad Griffis <bgriffis@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
6792bbce69
commit
5c1e11f1bc
@@ -4421,6 +4421,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 {
|
||||
|
||||
Reference in New Issue
Block a user