ARM: dts: msm: enabling mem-object node for sdxkova
Enable mem-object node and heap buf. Change-Id: I00dae06164ab2893a23ce3b54c9f4c0984c0d56c Signed-off-by: kundan kumar <quic_kunkum@quicinc.com>
This commit is contained in:
31
qcom/sdxkova-dma-heaps.dtsi
Normal file
31
qcom/sdxkova-dma-heaps.dtsi
Normal file
@@ -0,0 +1,31 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#include <dt-bindings/arm/msm/qcom_dma_heap_dt_constants.h>
|
||||
|
||||
&soc {
|
||||
qcom,dma-heaps {
|
||||
compatible = "qcom,dma-heaps";
|
||||
depends-on-supply = <&scm>;
|
||||
|
||||
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>;
|
||||
};
|
||||
|
||||
qcom_audio: qcom,audio {
|
||||
qcom,dma-heap-name = "qcom,audio";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_CARVEOUT>;
|
||||
memory-region = <&audio_heap_mem>;
|
||||
};
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user