ARM: dts: msm: Add CPUSYS_VM support for parrot/ravelin

Add support for CPUSYS_VM loading for parrot and
ravelin targets.

Change-Id: I501768800e705cf0a7fdec60264b88555dc5a4b9
Signed-off-by: Swetha Chikkaboraiah <quic_schikk@quicinc.com>
This commit is contained in:
Swetha Chikkaboraiah
2024-10-22 12:43:01 +05:30
parent d67461e249
commit 0beccbc35b
2 changed files with 20 additions and 0 deletions

View File

@@ -2066,6 +2066,16 @@
virtio-backends = <&trust_ui_vm_virt_be0>; virtio-backends = <&trust_ui_vm_virt_be0>;
}; };
gh-secure-vm-loader@1 {
compatible = "qcom,gh-secure-vm-loader";
qcom,pas-id = <35>;
qcom,vmid = <50>;
qcom,firmware-name = "cpusys_vm";
memory-region = <&cpusys_vm_mem>;
ext-region = <&chipinfo_mem>;
ext-label = <0x7>;
};
qrtr-gunyah { qrtr-gunyah {
compatible = "qcom,qrtr-gunyah"; compatible = "qcom,qrtr-gunyah";
qcom,master; qcom,master;

View File

@@ -2473,6 +2473,16 @@
virtio-backends = <&trust_ui_vm_virt_be0>; virtio-backends = <&trust_ui_vm_virt_be0>;
}; };
gh-secure-vm-loader@1 {
compatible = "qcom,gh-secure-vm-loader";
qcom,pas-id = <35>;
qcom,vmid = <50>;
qcom,firmware-name = "cpusys_vm";
memory-region = <&cpusys_vm_mem>;
ext-region = <&chipinfo_mem>;
ext-label = <0x7>;
};
vendor_hooks: qcom,cpu-vendor-hooks { vendor_hooks: qcom,cpu-vendor-hooks {
compatible = "qcom,cpu-vendor-hooks"; compatible = "qcom,cpu-vendor-hooks";
}; };