Files
android_kernel_oneplus_sm86…/qcom/volcano-vm-dma-heaps.dtsi
Ravi Kumar Bokka 31361031d3 ARM: dts: qcom: Adding secure DMA heaps for volcano
Adding Secure DMA heaps for volcano.

Change-Id: Ia21d6c01ec503da1474626c10a958967f48ecf97
2024-04-12 18:29:58 +05:30

32 lines
634 B
Plaintext

#include <dt-bindings/arm/msm/qcom_dma_heap_dt_constants.h>
&soc {
qcom,dma-heaps {
compatible = "qcom,dma-heaps";
qcom,tui {
qcom,dma-heap-name = "qcom,tui";
qcom,dma-heap-type = <HEAP_TYPE_TUI_CARVEOUT>;
qcom,dynamic-heap;
};
qcom,ms1 {
qcom,dma-heap-name = "qcom,ms1";
qcom,dma-heap-type = <HEAP_TYPE_TUI_CARVEOUT>;
qcom,dynamic-heap;
};
qcom,ms2 {
qcom,dma-heap-name = "qcom,ms2";
qcom,dma-heap-type = <HEAP_TYPE_TUI_CARVEOUT>;
qcom,dynamic-heap;
};
qcom,ms3 {
qcom,dma-heap-name = "qcom,ms3";
qcom,dma-heap-type = <HEAP_TYPE_TUI_CARVEOUT>;
qcom,dynamic-heap;
};
};
};