Added qseecom, tz-log, qrng, qcedev,qtee_shmbridge,qcom_smcinvoke securemsm nodes for kera. Added mem-object node for si-core xts enablement. Change-Id: I3f463a9eb63cbf9a2218e5859b4c077e49722ac3 Signed-off-by: Ravi Kumar Bokka <quic_c_rbokka@quicinc.com>
43 lines
939 B
Plaintext
43 lines
939 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023-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,tui {
|
|
qcom,dma-heap-name = "qcom,tui";
|
|
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
|
|
qcom,dynamic-heap;
|
|
};
|
|
|
|
qcom,tui_demura {
|
|
qcom,dma-heap-name = "qcom,tui_demura";
|
|
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
|
|
qcom,dynamic-heap;
|
|
};
|
|
|
|
qcom,ms1 {
|
|
qcom,dma-heap-name = "qcom,ms1";
|
|
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
|
|
qcom,dynamic-heap;
|
|
};
|
|
|
|
qcom,ms2 {
|
|
qcom,dma-heap-name = "qcom,ms2";
|
|
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
|
|
qcom,dynamic-heap;
|
|
};
|
|
|
|
qcom,ms3 {
|
|
qcom,dma-heap-name = "qcom,ms3";
|
|
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
|
|
qcom,dynamic-heap;
|
|
};
|
|
};
|
|
};
|