ARM: dts: msm: Add gunyah qrtr transport for Parrot

Add the QRTR gunyah transport node to enable communication to the
TUI VM.

Change-Id: Ie21124e2fde05fa03a0d7d49a89ced84457c6cc3
This commit is contained in:
Naina Mehta
2022-01-03 17:11:15 +05:30
parent b5fbd4b78a
commit 83cc0c25a0
2 changed files with 13 additions and 0 deletions

View File

@@ -149,6 +149,11 @@
reg = <0x0 0xe0b00000 0x0 0x4af3000>;
};
trust_ui_vm_qrtr: trust_ui_vm_qrtr@e55f3000 {
no-map;
reg = <0x0 0xe55f3000 0x0 0x9000>;
};
trust_ui_vm_vblk0_ring: trust_ui_vm_vblk0_ring@e55fc000 {
no-map;
reg = <0x0 0xe55fc000 0x0 0x4000>;

View File

@@ -1217,6 +1217,14 @@
qcom,label = <0x11>;
};
qrtr-gunyah {
compatible = "qcom,qrtr-gunyah";
qcom,master;
gunyah-label = <3>;
peer-name = <2>;
shared-buffer = <&trust_ui_vm_qrtr>;
};
qcom,chd {
compatible = "qcom,core-hang-detect";
label = "core";