blob: c4e7b7c3c8883c6ddefff5e3afba535c0a4d970d [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"
20
21&soc {
22 qcom,qseecom@a700000 {
23 compatible = "qcom,qseecom";
24 reg = <0x0a700000 0x500000>;
25 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 {
42 qcom,memblock-remove = <0x0a700000 0x5800000>; /* Address and size of the hole */
43};
44
45&qseecom {
46 status = "disabled";
47};
48