#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,secure_display { qcom,dma-heap-name = "qcom,secure-display"; qcom,dma-heap-type = ; memory-region = <&secure_display_memory>; }; qcom,adsp { qcom,dma-heap-name = "qcom,adsp"; qcom,dma-heap-type = ; memory-region = <&adsp_mem>; }; qcom,secure_cdsp { qcom,dma-heap-name = "qcom,secure-cdsp"; qcom,dma-heap-type = ; memory-region = <&cdsp_sec_mem>; qcom,token = <0x20000000>; }; qcom,user_contig { qcom,dma-heap-name = "qcom,user-contig"; qcom,dma-heap-type = ; memory-region = <&user_contig_mem>; }; }; };