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 Node for Gh VM Loader & CPUSys VM on Cape"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
e00bfce464
@@ -162,7 +162,24 @@
|
||||
|
||||
trust_ui_vm_mem: trust_ui_vm_region@e0b00000 {
|
||||
no-map;
|
||||
reg = <0x0 0xe0b00000 0x0 0x4c00000>;
|
||||
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>;
|
||||
gunyah-label = <0x11>;
|
||||
};
|
||||
|
||||
trust_ui_vm_swiotlb: trust_ui_vm_swiotlb@e5600000 {
|
||||
no-map;
|
||||
reg = <0x0 0xe5600000 0x0 0x100000>;
|
||||
gunyah-label = <0x12>;
|
||||
};
|
||||
|
||||
tz_stat_mem: tz_stat_region@e8800000 {
|
||||
|
||||
@@ -995,6 +995,25 @@
|
||||
qcom,target-dev = <&qcom_ddr_dcvs_hw>;
|
||||
};
|
||||
|
||||
qrtr-gunyah {
|
||||
compatible = "qcom,qrtr-gunyah";
|
||||
qcom,master;
|
||||
gunyah-label = <3>;
|
||||
peer-name = <2>;
|
||||
shared-buffer = <&trust_ui_vm_qrtr>;
|
||||
};
|
||||
|
||||
trust_ui_vm: qcom,trust_ui_vm@e55fc000 {
|
||||
reg = <0xe55fc000 0x104000>;
|
||||
vm_name = "trustedvm";
|
||||
shared-buffers = <&trust_ui_vm_vblk0_ring &trust_ui_vm_swiotlb>;
|
||||
};
|
||||
|
||||
qcom,virtio_backend@0 {
|
||||
compatible = "qcom,virtio_backend";
|
||||
qcom,vm = <&trust_ui_vm>;
|
||||
qcom,label = <0x11>;
|
||||
};
|
||||
|
||||
memtimer: timer@17420000 {
|
||||
#address-cells = <1>;
|
||||
@@ -2590,6 +2609,23 @@
|
||||
};
|
||||
};
|
||||
|
||||
qcom,gh_vm_loader_sec@e0b00000 {
|
||||
compatible = "qcom,gh-vm-loader-sec";
|
||||
qcom,pas-id = <28>;
|
||||
qcom,vmid = <45>;
|
||||
qcom,firmware-name = "trustedvm";
|
||||
memory-region = <&trust_ui_vm_mem>;
|
||||
};
|
||||
|
||||
qcom,gh_vm_loader_sec@e0600000 {
|
||||
compatible = "qcom,gh-vm-loader-sec";
|
||||
qcom,pas-id = <35>;
|
||||
qcom,vmid = <50>;
|
||||
qcom,firmware-name = "cpusys_vm";
|
||||
qcom,no-shutdown;
|
||||
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