blob: bbddec33339c55ccbf96e0bebefcd43cf28d60f5 [file] [log] [blame]
Syed Rameez Mustafaa94a1c02013-05-20 16:56:07 -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 * Only 8926-specific property overrides should be placed inside this
15 * file. Device definitions should be placed inside the msm8226.dtsi
16 * file.
17 */
18
19/include/ "msm8226.dtsi"
Syed Rameez Mustafa59547c62013-08-22 21:12:19 -070020/include/ "msm8226-v2-pm.dtsi"
Syed Rameez Mustafaa94a1c02013-05-20 16:56:07 -070021
22/ {
23 model = "Qualcomm MSM 8926";
24 compatible = "qcom,msm8926";
Syed Rameez Mustafa7e2d7252013-08-28 19:52:13 -070025 qcom,msm-id = <200 0>,
Syed Rameez Mustafadbede8a2013-09-12 14:56:16 -070026 <224 0>,
27 <200 0x10001>,
28 <224 0x10001>;
Syed Rameez Mustafaa94a1c02013-05-20 16:56:07 -070029};
Patrick Dalyc42e9042013-05-23 13:45:34 -070030
31&soc {
32 qcom,mss@fc880000 {
Patrick Daly678f8462013-06-10 19:00:07 -070033 reg = <0xfc880000 0x100>,
34 <0xfd485000 0x400>,
35 <0xfc820000 0x20>,
36 <0xfc401680 0x4>;
37 reg-names = "qdsp6_base", "halt_base", "rmb_base",
38 "restart_reg";
Patrick Dalyc42e9042013-05-23 13:45:34 -070039 vdd_mss-supply = <&pm8226_s5>;
40 };
Patrick Daly10acc8c2013-06-05 16:44:19 -070041
42 qcom,acpuclk@f9011050 {
43 reg = <0xf9011050 0x8>,
44 <0xfc4b80b0 0x8>;
45 reg-names = "rcg_base", "pte_efuse";
46 };
Jennifer Liu993487f2013-10-01 10:47:18 -070047
48 qcom,msm-thermal {
49 qcom,cpu-sensors = "tsens_tz_sensor5", "tsens_tz_sensor5",
50 "tsens_tz_sensor1", "tsens_tz_sensor1";
51 };
Murali Nalajalaea5957b2013-10-04 11:41:13 +053052
53 qcom,mpm@fc4281d0 {
54 qcom,gpio-map = <3 1>,
55 <4 4 >,
56 <5 5 >,
57 <6 9 >,
58 <7 13>,
59 <8 17>,
60 <9 21>,
61 <10 27>,
62 <11 29>,
63 <12 31>,
64 <13 33>,
65 <14 35>,
66 <15 37>,
67 <16 38>,
68 <17 39>,
69 <18 41>,
70 <19 46>,
71 <20 48>,
72 <21 49>,
73 <22 50>,
74 <23 51>,
75 <24 52>,
76 <25 54>,
77 <26 62>,
78 <27 63>,
79 <28 64>,
80 <29 65>,
81 <30 66>,
82 <31 67>,
83 <32 68>,
84 <33 69>,
85 <34 71>,
86 <35 72>,
87 <36 106>,
88 <37 107>,
89 <38 108>,
90 <39 109>,
91 <40 110>,
92 <41 119>,
93 <54 111>,
94 <55 113>;
95 };
Patrick Dalyc42e9042013-05-23 13:45:34 -070096};
David Collinsf2d9b202013-06-04 13:53:17 -070097
98&pm8226_l3 {
99 regulator-min-microvolt = <750000>;
Ke Liuc9372f82013-09-19 15:32:08 -0700100 regulator-max-microvolt = <1350000>;
David Collinsf2d9b202013-06-04 13:53:17 -0700101};
102
103&pm8226_l3_ao {
104 regulator-min-microvolt = <750000>;
Ke Liuc9372f82013-09-19 15:32:08 -0700105 regulator-max-microvolt = <1350000>;
David Collinsf2d9b202013-06-04 13:53:17 -0700106};
107
108&pm8226_l3_so {
109 regulator-min-microvolt = <750000>;
Ke Liuc9372f82013-09-19 15:32:08 -0700110 regulator-max-microvolt = <1350000>;
David Collinsf2d9b202013-06-04 13:53:17 -0700111};
112
113&pm8226_s2 {
114 regulator-min-microvolt = <900000>;
Ke Liuc9372f82013-09-19 15:32:08 -0700115 regulator-max-microvolt = <1350000>;
David Collinsf2d9b202013-06-04 13:53:17 -0700116};
117
118&apc_vreg_corner {
Ke Liuc9372f82013-09-19 15:32:08 -0700119 qcom,pvs-init-voltage = <1350000 1340000 1330000 1320000 1310000
120 1300000 1290000 1280000 1270000 1260000
121 1250000 1240000 1230000 1220000 1210000
122 1200000 1190000 1180000 1170000 1160000
123 1150000 1140000 1140000 1140000 1140000
124 1140000 1140000 1140000 1140000 1140000
125 1140000 1140000>;
Ke Liu8ba84d42013-09-17 11:36:19 -0700126 qcom,pvs-corner-ceiling-slow = <1050000 1150000 1280000>;
Syed Rameez Mustafae3083572013-08-06 14:18:52 -0700127 qcom,pvs-corner-ceiling-nom = <1050000 1080000 1200000>;
128 qcom,pvs-corner-ceiling-fast = <1050000 1050000 1140000>;
David Collinsf2d9b202013-06-04 13:53:17 -0700129 qcom,cpr-step-quotient = <30>;
130 qcom,cpr-up-threshold = <0>;
131 qcom,cpr-down-threshold = <5>;
132 qcom,cpr-apc-volt-step = <10000>;
133};
Siddartha Mohanadoss36666c92013-07-17 20:42:12 -0700134
135&tsens {
136 qcom,sensors = <6>;
137 qcom,slope = <2901 2846 3038 2955 2901 2846>;
138};
Neeti Desaif82314e2013-08-09 15:59:54 -0700139
Syed Rameez Mustafa9c079a92013-07-29 14:59:54 -0700140&msmgpio {
Pavankumar Kondetide068422013-09-24 16:15:38 +0530141 ngpio = <121>;
Syed Rameez Mustafa9c079a92013-07-29 14:59:54 -0700142};
143
Neeti Desaif82314e2013-08-09 15:59:54 -0700144&memory_hole {
145 qcom,memblock-remove = <0x08000000 0x7500000
146 0x0fa00000 0x500000>; /* Address and size of the hole */
147};
Pavankumar Kondeti7c69f622013-09-24 15:48:20 +0530148
149&hsic_host {
150 interrupt-map = <0 &intc 0 136 0
151 1 &intc 0 148 0
152 2 &msmgpio 119 0x8>;
153 hsic,strobe-gpio = <&msmgpio 119 0x00>;
154 hsic,data-gpio = <&msmgpio 120 0x00>;
155};