14 lines
249 B
Text
14 lines
249 B
Text
|
|
#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_CARVEOUT>;
|
||
|
|
qcom,dynamic-heap;
|
||
|
|
};
|
||
|
|
};
|
||
|
|
};
|