ARM: dts: msm: add cpusys-vm node for Ravelin

Add cpusys-vm device tree node to support loading the
cpusys-vm and starting the VM by the guestvm loader driver.

Change-Id: I479210f264eda7607883a321ec1412fd99eaef17
This commit is contained in:
Yue Liu
2022-12-19 10:10:34 +08:00
committed by Gerrit - the friendly Code Review server
parent e7e4796904
commit 40e0e510be

View File

@@ -2642,6 +2642,14 @@
memory-region = <&trust_ui_vm_mem>;
};
qcom,guestvm_loader@e0600000 {
compatible = "qcom,guestvm-loader";
qcom,pas-id = <35>;
qcom,vmid = <50>;
qcom,firmware-name = "cpusys_vm";
memory-region = <&cpusys_vm_mem>;
};
vendor_hooks: qcom,cpu-vendor-hooks {
compatible = "qcom,cpu-vendor-hooks";
};