From 262363b4300e793b85ffc3d63dcb8941aa76370b Mon Sep 17 00:00:00 2001 From: Hrishabh Rajput Date: Mon, 2 Sep 2024 12:20:43 +0530 Subject: [PATCH] ARM: dts: msm: Add CPUSYS_VM support for Tuna Add reserved memory node for CPUSYS_VM and add support for CPUSYS_VM loading for Tuna target. Change-Id: If797d5038601ce17208e4da511edbe77c1ad2c9a Signed-off-by: Hrishabh Rajput --- qcom/tuna.dtsi | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/qcom/tuna.dtsi b/qcom/tuna.dtsi index a26e7263..ac0b9882 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -1477,6 +1477,14 @@ }; }; + gh-secure-vm-loader@2 { + compatible = "qcom,gh-secure-vm-loader"; + qcom,pas-id = <35>; + qcom,vmid = <50>; + qcom,firmware-name = "cpusys_vm"; + memory-region = <&cpusys_vm_mem>; + }; + qcom,pmic_glink_log { compatible = "qcom,qti-pmic-glink"; qcom,pmic-glink-channel = "PMIC_LOGS_ADSP_APPS"; @@ -1628,6 +1636,16 @@ #size-cells = <2>; ranges; + gunyah_hyp_mem: gunyah_hyp_region@80000000 { + no-map; + reg = <0x0 0x80000000 0x0 0xe00000>; + }; + + cpusys_vm_mem: cpusys_vm_region@80e00000 { + no-map; + reg = <0x0 0x80e00000 0x0 0x400000>; + }; + aop_cmd_db_mem: aop_cmd_db_region@81c60000 { compatible = "qcom,cmd-db"; no-map;