blob: 59e7f7f09465b53d67e7d51a835567f5a07afae0 [file] [log] [blame]
Neeti Desaid2b27e22013-05-13 17:40:17 -07001/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
13/*
14 * As a general rule, only version-specific property overrides should be placed
15 * inside this file. However, device definitions should be placed inside the
16 * msm8974.dtsi file.
17 */
18
19/include/ "msm8974-v1.dtsi"
Neeti Desai3d0498b2013-09-30 17:24:03 -070020/include/ "apq8074-v1-ion.dtsi"
Neeti Desaid2b27e22013-05-13 17:40:17 -070021
22&soc {
23 qcom,qseecom@a700000 {
24 compatible = "qcom,qseecom";
25 reg = <0x0a700000 0x500000>;
26 reg-names = "secapp-region";
27 qcom,disk-encrypt-pipe-pair = <2>;
28 qcom,hlos-ce-hw-instance = <1>;
29 qcom,qsee-ce-hw-instance = <0>;
30 qcom,msm-bus,name = "qseecom-noc";
31 qcom,msm-bus,num-cases = <4>;
32 qcom,msm-bus,active-only = <0>;
33 qcom,msm-bus,num-paths = <1>;
34 qcom,msm-bus,vectors-KBps =
35 <55 512 0 0>,
36 <55 512 3936000 393600>,
37 <55 512 3936000 393600>,
38 <55 512 3936000 393600>;
39 };
40};
41
42&memory_hole {
43 qcom,memblock-remove = <0x0a700000 0x5800000>; /* Address and size of the hole */
44};
45
46&qseecom {
47 status = "disabled";
48};
49