mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: Add qrtr haven for trusted vm
Add qrtr node for trusted vm to enable IPC Router protocol communication for the trusted vm. Change-Id: Ia4b82cc8f75df2ba71408d8e328a115850e90c67
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
|
||||
memory@28800000 {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x28800000 0x0 0x7700000>; /* Temp S2 mapping */
|
||||
reg = <0x0 0x28800000 0x0 0x76f7000>; /* Temp S2 mapping */
|
||||
};
|
||||
|
||||
reserved_memory: reserved-memory {
|
||||
@@ -52,6 +52,11 @@
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
qrtr_shbuf: qrtr-shmem {
|
||||
no-map;
|
||||
reg = <0x0 0x2fef7000 0x0 0x9000>;
|
||||
};
|
||||
|
||||
chan0_shbuf: neuron-block@0 {
|
||||
no-map;
|
||||
reg = <0x0 0x2ff00000 0x0 0x80000>;
|
||||
@@ -98,6 +103,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
qrtr-haven {
|
||||
compatible = "qcom,qrtr-haven";
|
||||
haven-label = <3>;
|
||||
shared-buffer = <&qrtr_shbuf>;
|
||||
};
|
||||
|
||||
qcom,vm-config {
|
||||
compatible = "qcom,vm-1.0";
|
||||
vm-type = "aarch64-guest";
|
||||
|
||||
Reference in New Issue
Block a user