Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1c54f0a authored by Chris Lew's avatar Chris Lew
Browse files

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
parent 6dcd2cb8
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -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";