ARM: dts: msm: Enable virtio-mem device on PineappleVM

Describe the properties of the memory region virtio-mem supports.

Change-Id: Ifdc420d25c4fcf1acc93ccd82a80c89857b3c427
Signed-off-by: Patrick Daly <quic_pdaly@quicinc.com>
This commit is contained in:
Patrick Daly
2023-09-25 22:06:24 -07:00
parent 06f7171157
commit b23b7f7056

View File

@@ -287,6 +287,14 @@
qcom,mem-buf-msgq {
compatible = "qcom,mem-buf-msgq";
};
virtio_mem_device {
compatible = "qcom,virtio-mem";
/* Must be memory_block_size_bytes() aligned */
qcom,max-size = <0x0 0x10000000>;
qcom,ipa-range = <0x0 0x0 0xf 0xffffffff>;
qcom,block-size = <0x400000>;
};
};
#include "msm-arm-smmu-pineapple-vm.dtsi"