ARM: dts: msm: Add qrtr gunyah tuivm node on tuna SoC

Add qrtr gunyah tuivm node to enable communication between
PVM and TUIVM.

Change-Id: If1eebed90a484ef42803fec74629042b04d7a0db
Signed-off-by: Pranav Mahesh Phansalkar <quic_pphansal@quicinc.com>
This commit is contained in:
Pranav Mahesh Phansalkar
2024-10-24 15:48:47 +05:30
parent a0e16ccace
commit 21ec84a215
2 changed files with 22 additions and 0 deletions

View File

@@ -290,6 +290,16 @@
peer-default; peer-default;
}; };
qrtr-shm {
vdevice-type = "shm-doorbell";
generate = "/hypervisor/qrtr-shm";
push-compatible = "qcom,qrtr-gunyah-gen";
peer-default;
memory {
qcom,label = <0x3>;
allocate-base;
};
};
}; };
}; };
@@ -426,6 +436,11 @@
qcom,support-hypervisor; qcom,support-hypervisor;
}; };
qrtr-gunyah {
compatible = "qcom,qrtr-gunyah";
gunyah-label = <3>;
};
qti,smmu-proxy { qti,smmu-proxy {
compatible = "smmu-proxy-receiver"; compatible = "smmu-proxy-receiver";
}; };

View File

@@ -2691,6 +2691,13 @@
ext-label = <0x7>; ext-label = <0x7>;
}; };
qcom,qrtr-gunyah-tuivm {
compatible = "qcom,qrtr-gunyah";
qcom,master;
gunyah-label = <3>;
peer-name = <2>;
};
qcom,pmic_glink_log { qcom,pmic_glink_log {
compatible = "qcom,qti-pmic-glink"; compatible = "qcom,qti-pmic-glink";
qcom,pmic-glink-channel = "PMIC_LOGS_ADSP_APPS"; qcom,pmic-glink-channel = "PMIC_LOGS_ADSP_APPS";