Hanumant Singh | 2278ab3 | 2013-02-21 15:32:17 -0800 | [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 | |
Syed Rameez Mustafa | 41919ae | 2013-05-28 12:28:28 -0700 | [diff] [blame] | 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 | * msm8226.dtsi file. |
| 17 | */ |
Hanumant Singh | 2278ab3 | 2013-02-21 15:32:17 -0800 | [diff] [blame] | 18 | |
Syed Rameez Mustafa | 41919ae | 2013-05-28 12:28:28 -0700 | [diff] [blame] | 19 | /include/ "msm8226.dtsi" |
Priyanka Mathur | 98c073b | 2013-08-02 11:36:45 -0700 | [diff] [blame] | 20 | /include/ "msm8226-v2-pm.dtsi" |
David Collins | 6dbe753 | 2013-05-31 16:08:18 -0700 | [diff] [blame] | 21 | |
Stepan Moskovchenko | 381cc7b | 2013-08-09 13:41:09 -0700 | [diff] [blame] | 22 | / { |
| 23 | qcom,msm-id = <145 0x20000>, |
| 24 | <158 0x20000>, |
| 25 | <159 0x20000>, |
| 26 | <198 0x20000>, |
Syed Rameez Mustafa | 7e2d725 | 2013-08-28 19:52:13 -0700 | [diff] [blame] | 27 | <205 0x20000>, |
| 28 | <220 0x20000>, |
| 29 | <221 0x20000>, |
| 30 | <222 0x20000>, |
| 31 | <223 0x20000>; |
Stepan Moskovchenko | 381cc7b | 2013-08-09 13:41:09 -0700 | [diff] [blame] | 32 | }; |
| 33 | |
David Collins | 6dbe753 | 2013-05-31 16:08:18 -0700 | [diff] [blame] | 34 | &pm8226_l3 { |
| 35 | regulator-min-microvolt = <750000>; |
Ke Liu | c9372f8 | 2013-09-19 15:32:08 -0700 | [diff] [blame] | 36 | regulator-max-microvolt = <1337500>; |
David Collins | 6dbe753 | 2013-05-31 16:08:18 -0700 | [diff] [blame] | 37 | }; |
| 38 | |
| 39 | &pm8226_l3_ao { |
| 40 | regulator-min-microvolt = <750000>; |
Ke Liu | c9372f8 | 2013-09-19 15:32:08 -0700 | [diff] [blame] | 41 | regulator-max-microvolt = <1337500>; |
David Collins | 6dbe753 | 2013-05-31 16:08:18 -0700 | [diff] [blame] | 42 | }; |
| 43 | |
| 44 | &pm8226_l3_so { |
| 45 | regulator-min-microvolt = <750000>; |
Ke Liu | c9372f8 | 2013-09-19 15:32:08 -0700 | [diff] [blame] | 46 | regulator-max-microvolt = <1337500>; |
David Collins | 6dbe753 | 2013-05-31 16:08:18 -0700 | [diff] [blame] | 47 | }; |
| 48 | |
| 49 | &pm8226_s2 { |
| 50 | regulator-min-microvolt = <900000>; |
Ke Liu | c9372f8 | 2013-09-19 15:32:08 -0700 | [diff] [blame] | 51 | regulator-max-microvolt = <1330000>; |
David Collins | 6dbe753 | 2013-05-31 16:08:18 -0700 | [diff] [blame] | 52 | }; |
| 53 | |
| 54 | &apc_vreg_corner { |
Ke Liu | c9372f8 | 2013-09-19 15:32:08 -0700 | [diff] [blame] | 55 | qcom,pvs-init-voltage = <1330000 1330000 1330000 1320000 1310000 |
| 56 | 1300000 1290000 1280000 1270000 1260000 |
| 57 | 1250000 1240000 1230000 1220000 1210000 |
| 58 | 1200000 1190000 1180000 1170000 1160000 |
| 59 | 1150000 1140000 1140000 1140000 1140000 |
| 60 | 1140000 1140000 1140000 1140000 1140000 |
| 61 | 1140000 1140000>; |
Ke Liu | 2a9999e | 2013-08-28 17:45:05 -0700 | [diff] [blame] | 62 | qcom,pvs-corner-ceiling-slow = <1050000 1150000 1280000>; |
Willie Ruan | 712956f | 2013-07-10 09:58:29 -0700 | [diff] [blame] | 63 | qcom,pvs-corner-ceiling-nom = <1050000 1080000 1200000>; |
| 64 | qcom,pvs-corner-ceiling-fast = <1050000 1050000 1140000>; |
David Collins | 6dbe753 | 2013-05-31 16:08:18 -0700 | [diff] [blame] | 65 | qcom,cpr-step-quotient = <30>; |
| 66 | qcom,cpr-up-threshold = <0>; |
| 67 | qcom,cpr-down-threshold = <5>; |
| 68 | qcom,cpr-apc-volt-step = <10000>; |
| 69 | }; |
Patrick Daly | 10acc8c | 2013-06-05 16:44:19 -0700 | [diff] [blame] | 70 | |
Jordan Crouse | 680979f | 2013-06-20 08:29:23 -0600 | [diff] [blame] | 71 | &msm_gpu { |
| 72 | /* Updated chip ID */ |
| 73 | qcom,chipid = <0x03000512>; |
| 74 | }; |
| 75 | |
Patrick Daly | 10acc8c | 2013-06-05 16:44:19 -0700 | [diff] [blame] | 76 | &soc { |
Patrick Daly | 784c5f6 | 2013-07-23 19:33:32 -0700 | [diff] [blame] | 77 | qcom,clock-a7@f9011050 { |
Patrick Daly | 10acc8c | 2013-06-05 16:44:19 -0700 | [diff] [blame] | 78 | reg = <0xf9011050 0x8>, |
| 79 | <0xfc4b80b0 0x8>; |
Patrick Daly | 784c5f6 | 2013-07-23 19:33:32 -0700 | [diff] [blame] | 80 | reg-names = "rcg-base", "efuse"; |
| 81 | qcom,speed0-bin-v2 = |
| 82 | < 0 0>, |
| 83 | < 384000000 1>, |
| 84 | < 787200000 2>, |
| 85 | <1190400000 3>; |
| 86 | qcom,speed6-bin-v2 = |
| 87 | < 0 0>, |
| 88 | < 384000000 1>, |
| 89 | < 787200000 2>, |
| 90 | <1190400000 3>; |
| 91 | qcom,speed2-bin-v2 = |
| 92 | < 0 0>, |
| 93 | < 384000000 1>, |
| 94 | < 787200000 2>, |
| 95 | <1401600000 3>; |
| 96 | qcom,speed5-bin-v2 = |
| 97 | < 0 0>, |
| 98 | < 384000000 1>, |
| 99 | < 787200000 2>, |
| 100 | <1401600000 3>; |
| 101 | qcom,speed4-bin-v2 = |
| 102 | < 0 0>, |
| 103 | < 384000000 1>, |
| 104 | < 787200000 2>, |
| 105 | <149700000 3>; |
| 106 | qcom,speed7-bin-v2 = |
| 107 | < 0 0>, |
| 108 | < 384000000 1>, |
| 109 | < 787200000 2>, |
| 110 | <1497600000 3>; |
| 111 | qcom,speed1-bin-v2 = |
| 112 | < 0 0>, |
| 113 | < 384000000 1>, |
| 114 | < 787200000 2>, |
| 115 | <1593600000 3>; |
Patrick Daly | 10acc8c | 2013-06-05 16:44:19 -0700 | [diff] [blame] | 116 | }; |
| 117 | }; |
Siddartha Mohanadoss | 76b7395 | 2013-07-02 16:47:11 -0700 | [diff] [blame] | 118 | |
| 119 | &tsens { |
| 120 | qcom,sensors = <6>; |
| 121 | qcom,slope = <2901 2846 3038 2955 2901 2846>; |
| 122 | }; |