Rtwo/kernel/motorola/sm8550-devicetrees/qcom/waipio-vm-dma-heaps.dtsi

14 lines
249 B
Text
Raw Normal View History

2025-09-30 20:22:48 -04:00
#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;
};
};
};