ARM: dts: msm: Enable securemsm related nodes for tuna

Added qseecom, tz-log, qrng, qcedev,qtee_shmbridge,qcom_smcinvoke
securemsm nodes for tuna.

Change-Id: I7600c98cf2301b2e83d327017761e0362439f8e0
Signed-off-by: kundan kumar <quic_kunkum@quicinc.com>
This commit is contained in:
kundan kumar
2024-08-27 12:28:56 +05:30
committed by Ravi Kumar Bokka
parent 03e09aa933
commit 0edda568b1
3 changed files with 146 additions and 0 deletions

View File

@@ -15,5 +15,17 @@
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&cdsp_secure_heap_cma>;
};
qcom,qseecom {
qcom,dma-heap-name = "qcom,qseecom";
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&qseecom_mem>;
};
qcom,qseecom_ta {
qcom,dma-heap-name = "qcom,qseecom-ta";
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&qseecom_ta_mem>;
};
};
};