Merge "ARM: dts: msm: Add nodes for qmsgq gunyah on tuna"

This commit is contained in:
QCTECMDR Service
2024-11-12 03:43:16 -08:00
committed by Gerrit - the friendly Code Review server
3 changed files with 51 additions and 0 deletions

View File

@@ -214,6 +214,15 @@
qcom,label = <0xe>; qcom,label = <0xe>;
peer-default; 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>;
};
}; };
}; };
@@ -317,6 +326,11 @@
gunyah-label = <8>; gunyah-label = <8>;
}; };
qmsgq-gunyah {
compatible = "qcom,qmsgq-gh";
msgq-label = <3>;
};
qtee_shmbridge { qtee_shmbridge {
compatible = "qcom,tee-shared-memory-bridge"; compatible = "qcom,tee-shared-memory-bridge";
qcom,custom-bridge-size = <512>; qcom,custom-bridge-size = <512>;

View File

@@ -290,6 +290,26 @@
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;
};
};
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>;
};
}; };
}; };
@@ -426,10 +446,20 @@
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";
}; };
qmsgq-gunyah {
compatible = "qcom,qmsgq-gh";
msgq-label = <3>;
};
qti,smmu-proxy-camera-cb { qti,smmu-proxy-camera-cb {
compatible = "smmu-proxy-cb"; compatible = "smmu-proxy-cb";
qti,cb-id = <QTI_SMMU_PROXY_CAMERA_CB>; qti,cb-id = <QTI_SMMU_PROXY_CAMERA_CB>;

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";