blob: 3b6523672aa9a1cd7ef8840056829195ae5f4132 [file] [log] [blame]
Neeti Desai294beed2013-03-20 14:07:00 -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-v2.dtsi"
20
21/ {
Neeti Desaide5c8c32013-04-22 14:49:52 -070022 qcom,qseecom@a700000 {
Neeti Desai294beed2013-03-20 14:07:00 -070023 compatible = "qcom,qseecom";
Neeti Desaide5c8c32013-04-22 14:49:52 -070024 reg = <0x0a700000 0x500000>;
Neeti Desai294beed2013-03-20 14:07:00 -070025 reg-names = "secapp-region";
26 qcom,disk-encrypt-pipe-pair = <2>;
27 qcom,hlos-ce-hw-instance = <1>;
28 qcom,qsee-ce-hw-instance = <0>;
29 qcom,msm-bus,name = "qseecom-noc";
30 qcom,msm-bus,num-cases = <4>;
31 qcom,msm-bus,active-only = <0>;
32 qcom,msm-bus,num-paths = <1>;
33 qcom,msm-bus,vectors-KBps =
34 <55 512 0 0>,
35 <55 512 3936000 393600>,
36 <55 512 3936000 393600>,
37 <55 512 3936000 393600>;
38 };
39};
40
41&memory_hole {
Neeti Desaide5c8c32013-04-22 14:49:52 -070042 qcom,memblock-remove = <0x0a700000 0x5800000>; /* Address and size of the hole */
Neeti Desai294beed2013-03-20 14:07:00 -070043};
44
45&qseecom {
Neeti Desaide5c8c32013-04-22 14:49:52 -070046 status = "disabled";
Neeti Desai294beed2013-03-20 14:07:00 -070047};
48