Neeti Desai | 294beed | 2013-03-20 14:07:00 -0700 | [diff] [blame] | 1 | /* 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 | |
Matt Wagantall | ec0798d | 2013-07-18 17:50:11 -0700 | [diff] [blame] | 19 | /include/ "msm8974-v2.0-1.dtsi" |
Neeti Desai | 3d0498b | 2013-09-30 17:24:03 -0700 | [diff] [blame] | 20 | /include/ "apq8074-v2.0-1-ion.dtsi" |
Neeti Desai | 294beed | 2013-03-20 14:07:00 -0700 | [diff] [blame] | 21 | |
Stepan Moskovchenko | 7d8cdcaa | 2013-04-25 17:10:55 -0700 | [diff] [blame] | 22 | &soc { |
Neeti Desai | de5c8c3 | 2013-04-22 14:49:52 -0700 | [diff] [blame] | 23 | qcom,qseecom@a700000 { |
Neeti Desai | 294beed | 2013-03-20 14:07:00 -0700 | [diff] [blame] | 24 | compatible = "qcom,qseecom"; |
Neeti Desai | de5c8c3 | 2013-04-22 14:49:52 -0700 | [diff] [blame] | 25 | reg = <0x0a700000 0x500000>; |
Neeti Desai | 294beed | 2013-03-20 14:07:00 -0700 | [diff] [blame] | 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 | }; |
Tanya Finkel | 2fd2135 | 2013-05-27 12:54:43 +0300 | [diff] [blame] | 40 | |
| 41 | sound { |
| 42 | compatible = "qcom,apq8074-audio-taiko"; |
| 43 | }; |
Neeti Desai | 294beed | 2013-03-20 14:07:00 -0700 | [diff] [blame] | 44 | }; |
| 45 | |
| 46 | &memory_hole { |
Neeti Desai | de5c8c3 | 2013-04-22 14:49:52 -0700 | [diff] [blame] | 47 | qcom,memblock-remove = <0x0a700000 0x5800000>; /* Address and size of the hole */ |
Neeti Desai | 294beed | 2013-03-20 14:07:00 -0700 | [diff] [blame] | 48 | }; |
| 49 | |
| 50 | &qseecom { |
Neeti Desai | de5c8c3 | 2013-04-22 14:49:52 -0700 | [diff] [blame] | 51 | status = "disabled"; |
Neeti Desai | 294beed | 2013-03-20 14:07:00 -0700 | [diff] [blame] | 52 | }; |
| 53 | |
Ilia Lin | db52f37 | 2013-05-09 09:40:58 +0300 | [diff] [blame] | 54 | &sdcc3 { |
| 55 | qcom,sup-voltages = <2000 2000>; |
| 56 | status = "ok"; |
| 57 | }; |
| 58 | |
Vijayavardhan Vennapusa | d9d92d0 | 2013-08-16 13:30:03 +0530 | [diff] [blame] | 59 | &ehci { |
| 60 | hsusb_vdd_dig-supply = <&pm8841_s2_corner>; |
| 61 | qcom,vdd-voltage-level = <1 2 3 5 7>; |
| 62 | }; |
| 63 | |