ARM: dts: msm: Add qrtr gunyah tuivm node on kera SoC
Add qrtr gunyah tuivm node to enable communication between PVM and TUIVM. Change-Id: Ia81cca25f13d22f249350f5704264822c242123a Signed-off-by: Pranav Mahesh Phansalkar <quic_pphansal@quicinc.com>
This commit is contained in:
committed by
Pranav Phansalkar
parent
f2f6309548
commit
a88842b772
@@ -214,6 +214,17 @@
|
|||||||
allocate-base;
|
allocate-base;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qrtr-shm {
|
||||||
|
vdevice-type = "shm-doorbell";
|
||||||
|
generate = "/hypervisor/qrtr-shm";
|
||||||
|
push-compatible = "qcom,qrtr-gunyah-gen";
|
||||||
|
peer-default;
|
||||||
|
memory {
|
||||||
|
qcom,label = <0x3>;
|
||||||
|
allocate-base;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
mem-buf-message-queue-pair {
|
mem-buf-message-queue-pair {
|
||||||
vdevice-type = "message-queue-pair";
|
vdevice-type = "message-queue-pair";
|
||||||
generate = "/hypervisor/membuf-msgq-pair";
|
generate = "/hypervisor/membuf-msgq-pair";
|
||||||
@@ -462,6 +473,11 @@
|
|||||||
qcom,msgq-names = "trusted_vm";
|
qcom,msgq-names = "trusted_vm";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qrtr-gunyah {
|
||||||
|
compatible = "qcom,qrtr-gunyah";
|
||||||
|
gunyah-label = <3>;
|
||||||
|
};
|
||||||
|
|
||||||
virtio_mem_device {
|
virtio_mem_device {
|
||||||
compatible = "qcom,virtio-mem";
|
compatible = "qcom,virtio-mem";
|
||||||
depends-on-supply = <&mem_buf_msgq>;
|
depends-on-supply = <&mem_buf_msgq>;
|
||||||
|
@@ -1511,6 +1511,13 @@
|
|||||||
peer-name = <4>;
|
peer-name = <4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qcom,qrtr-gunyah-tuivm {
|
||||||
|
compatible = "qcom,qrtr-gunyah";
|
||||||
|
qcom,master;
|
||||||
|
gunyah-label = <3>;
|
||||||
|
peer-name = <2>;
|
||||||
|
};
|
||||||
|
|
||||||
clocks {
|
clocks {
|
||||||
xo_board: xo_board {
|
xo_board: xo_board {
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
|
Reference in New Issue
Block a user