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:
Chris Lew
2020-04-21 16:48:25 -07:00
parent 6dcd2cb8b7
commit f1c54f0a62

View File

@@ -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";