mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
@@ -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>;
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user