From fcc5b36f19efa0569cb446be1d59b6f118b2dfed Mon Sep 17 00:00:00 2001 From: Kishore Kumar Ravi Date: Fri, 24 Nov 2023 12:45:25 +0530 Subject: [PATCH] ARM: dts: msm: Add qrtr node for sun vm Add qrtr node to enable qrtr communication with the primary vm from the trusted vm. Change-Id: I05d3a75efebfbefc1e782f7ff7c7b01abe7e0245 Signed-off-by: Kishore Kumar Ravi --- qcom/sun-vm.dtsi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/qcom/sun-vm.dtsi b/qcom/sun-vm.dtsi index b8120848..1d28d63b 100644 --- a/qcom/sun-vm.dtsi +++ b/qcom/sun-vm.dtsi @@ -250,6 +250,17 @@ }; }; + qrtr-shm { + vdevice-type = "shm-doorbell"; + generate = "/hypervisor/qrtr-shm"; + push-compatible = "qcom,qrtr-gunyah-gen"; + peer-default; + memory { + qcom,label = <0x3>; + allocate-base; + }; + }; + smmu-proxy-message-queue-pair { vdevice-type = "message-queue-pair"; generate = "/hypervisor/smmu-proxy-msgq-pair"; @@ -430,6 +441,11 @@ qcom,support-hypervisor; }; + qrtr-gunyah { + compatible = "qcom,qrtr-gunyah"; + gunyah-label = <3>; + }; + qcom,test-dbl-tuivm { compatible = "qcom,gh-dbl"; qcom,label = <0x4>;