// SPDX-License-Identifier: BSD-3-Clause /* * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. */ #include &soc { qcom,dma-heaps { compatible = "qcom,dma-heaps"; qcom,tui { qcom,dma-heap-name = "qcom,tui"; qcom,dma-heap-type = ; qcom,dynamic-heap; }; qcom,ms1 { qcom,dma-heap-name = "qcom,ms1"; qcom,dma-heap-type = ; qcom,dynamic-heap; }; qcom,ms2 { qcom,dma-heap-name = "qcom,ms2"; qcom,dma-heap-type = ; qcom,dynamic-heap; }; qcom,ms3 { qcom,dma-heap-name = "qcom,ms3"; qcom,dma-heap-type = ; qcom,dynamic-heap; }; }; };