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

Commit 726a898a authored by Zhen Kong's avatar Zhen Kong
Browse files

ARM: dts: msm: add qseecom device for mpq8092



Add the qseecom device tree entries for mpq8084 bring up so as to
enable secure app and client communication between HLOS and TZ.

Change-Id: Ib41401a8dd20e58b08054b39783f1ff9b38e8415
Signed-off-by: default avatarZhen Kong <zkong@codeaurora.org>
parent d2056c0d
Loading
Loading
Loading
Loading
+19 −1
Original line number Diff line number Diff line
/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -863,6 +863,24 @@
		reg = <0xfe805720 0x1000>;
	};

	qseecom: qcom,qseecom@cb00000 {
		compatible = "qcom,qseecom";
		reg = <0xcb00000 0x500000>;
		reg-names = "secapp-region";
		qcom,disk-encrypt-pipe-pair = <2>;
		qcom,hlos-ce-hw-instance = <1>;
		qcom,qsee-ce-hw-instance = <0>;
		qcom,msm-bus,name = "qseecom-noc";
		qcom,msm-bus,num-cases = <4>;
		qcom,msm-bus,num-paths = <1>;
		qcom,support-bus-scaling;
		qcom,msm-bus,vectors-KBps =
				<55 512 0 0>,
				<55 512 0 0>,
				<55 512 120000 1200000>,
				<55 512 393600 3936000>;
	};

	rpm_bus: qcom,rpm-smd {
			compatible = "qcom,rpm-smd";
			rpm-channel-name = "rpm_requests";