// SPDX-License-Identifier: BSD-3-Clause /* * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved. */ #include &soc { qcom,dma-heaps { compatible = "qcom,dma-heaps"; qcom,qseecom { qcom,dma-heap-name = "qcom,qseecom"; qcom,dma-heap-type = ; memory-region = <&qseecom_mem>; }; qcom,qseecom_ta { qcom,dma-heap-name = "qcom,qseecom-ta"; qcom,dma-heap-type = ; memory-region = <&qseecom_ta_mem>; }; qcom,sp_hlos { qcom,dma-heap-name = "qcom,sp-hlos"; qcom,dma-heap-type = ; memory-region = <&spss_region_mem>; }; qcom,secure_sp_tz { qcom,dma-heap-name = "qcom,secure-sp-tz"; qcom,dma-heap-type = ; memory-region = <&spu_tz_shared_mem>; qcom,token = <0x01000000>; }; qcom,secure_sp_modem { qcom,dma-heap-name = "qcom,secure-sp-modem"; qcom,dma-heap-type = ; memory-region = <&spu_modem_shared_mem>; qcom,token = <0x10800000>; }; }; };