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

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

Change-Id: I2c6e8f47e7baeed95a91b4672dc9df134918eb4f
This commit is contained in:
Yue Liu
2022-06-10 14:14:06 +08:00
parent ab755b514e
commit 7d022132ec
2 changed files with 13 additions and 0 deletions

View File

@@ -124,6 +124,11 @@
reg = <0x0 0xe0b00000 0x0 0x4af3000>;
};
trust_ui_vm_qrtr: trust_ui_vm_qrtr@e55f3000 {
no-map;
reg = <0x0 0xe55f3000 0x0 0x9000>;
};
tz_stat_mem: tz_stat_region@e8800000 {
no-map;
reg = <0x0 0xe8800000 0x0 0x100000>;

View File

@@ -1808,6 +1808,14 @@
qcom,secure-eud-en;
status = "ok";
};
qrtr-gunyah {
compatible = "qcom,qrtr-gunyah";
qcom,master;
gunyah-label = <3>;
peer-name = <2>;
shared-buffer = <&trust_ui_vm_qrtr>;
};
};
#include "ravelin-pinctrl.dtsi"