blob: 18f00c50a13a1559ca85c5cefef1937f4587e7a8 [file] [log] [blame]
Matt Wagantalld9e47612013-07-18 19:30:28 -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.2.dtsi"
Neeti Desai3d0498b2013-09-30 17:24:03 -070020/include/ "apq8074-v2.2-ion.dtsi"
Matt Wagantalld9e47612013-07-18 19:30:28 -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 sound {
42 compatible = "qcom,apq8074-audio-taiko";
43 };
44};
45
46&memory_hole {
47 qcom,memblock-remove = <0x0a700000 0x5800000>; /* Address and size of the hole */
48};
49
50&qseecom {
51 status = "disabled";
52};
53
54&sdcc3 {
55 qcom,sup-voltages = <2000 2000>;
56 status = "ok";
57};
58