Rtwo/kernel/motorola/sm8550-devicetrees/qcom/waipio-vm-dma-heaps.dtsi
2025-09-30 19:22:48 -05:00

13 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;
};
};
};