Add adsprpc-mem and CMA nodes for kera target. Change-Id: Ic1f0d3962281cb31cbddaeddf53fefa2ae1ef830 Signed-off-by: Patan Saddam <quic_psaddam@quicinc.com>
20 lines
446 B
Plaintext
20 lines
446 B
Plaintext
// 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 = <&qcom_scm>;
|
|
|
|
qcom,secure_cdsp {
|
|
qcom,dma-heap-name = "qcom,cma-secure-cdsp";
|
|
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
|
|
memory-region = <&cdsp_secure_heap_cma>;
|
|
};
|
|
};
|
|
};
|