diff --git a/qcom/parrot-reserved-memory.dtsi b/qcom/parrot-reserved-memory.dtsi index e2b72917..3fafabcf 100644 --- a/qcom/parrot-reserved-memory.dtsi +++ b/qcom/parrot-reserved-memory.dtsi @@ -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>; diff --git a/qcom/parrot.dtsi b/qcom/parrot.dtsi index 74b1789e..37619ec4 100644 --- a/qcom/parrot.dtsi +++ b/qcom/parrot.dtsi @@ -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";