mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Add platform device tree files for Lahaina VM. Change-Id: Iefd1c9cf06476337f37c932c259f510e4a4c4f37
16 lines
313 B
Plaintext
16 lines
313 B
Plaintext
#include <dt-bindings/arm/msm/msm_ion_ids.h>
|
|
|
|
/ {
|
|
qcom,ion {
|
|
compatible = "qcom,msm-ion";
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
tui_heap: qcom,ion-heap-tui { /* TRUSTED UI CARVEOUT HEAP */
|
|
reg = <ION_TUI_CARVEOUT_HEAP_ID>;
|
|
qcom,dynamic-heap;
|
|
qcom,ion-heap-type = "MSM_CARVEOUT";
|
|
};
|
|
};
|
|
};
|