diff --git a/qcom/sun-oemvm.dtsi b/qcom/sun-oemvm.dtsi index 1b5590f0..c22eb38a 100644 --- a/qcom/sun-oemvm.dtsi +++ b/qcom/sun-oemvm.dtsi @@ -168,6 +168,15 @@ peer-default; }; + msgqsock-msgq-pair { + vdevice-type = "message-queue-pair"; + generate = "/hypervisor/msgqsock-msgq-pair"; + message-size = <0xf0>; + queue-depth = <0x8>; + peer = "vm-name:qcom,trustedvm"; + qcom,label = <0x3>; + }; + qrtr-shm { vdevice-type = "shm-doorbell"; generate = "/hypervisor/qrtr-shm"; @@ -250,4 +259,9 @@ compatible = "qcom,qrtr-gunyah"; gunyah-label = <8>; }; + + qmsgq-gunyah { + compatible = "qcom,qmsgq-gh"; + msgq-label = <3>; + }; }; diff --git a/qcom/sun-vm.dtsi b/qcom/sun-vm.dtsi index d1b221cd..b8120848 100644 --- a/qcom/sun-vm.dtsi +++ b/qcom/sun-vm.dtsi @@ -258,6 +258,15 @@ peer-default; qcom,label = <0xA>; }; + + msgqsock-msgq { + vdevice-type = "message-queue-pair"; + generate = "/hypervisor/msgqsock-msgq-pair"; + message-size = <0xf0>; + queue-depth = <0x8>; + peer = "vm-name:qcom,oemvm"; + qcom,label = <0x3>; + }; }; }; @@ -405,6 +414,12 @@ dma-coherent; }; + qmsgq-gunyah { + compatible = "qcom,qmsgq-gh"; + qcom,master; + msgq-label = <3>; + }; + qcom_smcinvoke { compatible = "qcom,smcinvoke"; };