mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Merge "ARM: dts: msm: add guestvm loader node for Cape"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
c3314c8318
@@ -2626,6 +2626,31 @@
|
||||
memory-region = <&cpusys_vm_mem>;
|
||||
};
|
||||
|
||||
tlmm-vm-mem-access {
|
||||
compatible = "qcom,tlmm-vm-mem-access";
|
||||
qcom,master;
|
||||
tlmm-vm-gpio-list = <365 366 367 368 301 305 387 388 317 318 319 320 321 322>;
|
||||
};
|
||||
|
||||
qcom,guestvm_loader@e0b00000 {
|
||||
compatible = "qcom,guestvm-loader";
|
||||
qcom,pas-id = <28>;
|
||||
qcom,isolate-cpus;
|
||||
qcom,vmid = <45>;
|
||||
qcom,firmware-name = "trustedvm";
|
||||
qcom,reserved-cpus = <0x5>, <0x6>;
|
||||
qcom,unisolate-timeout-ms = <12000>;
|
||||
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>;
|
||||
};
|
||||
|
||||
cache-controller@19200000 {
|
||||
compatible = "qcom,cape-llcc", "qcom,llcc-v21";
|
||||
reg = <0x19200000 0x580000> , <0x19a00000 0x80000>;
|
||||
|
||||
Reference in New Issue
Block a user