rk3288-veyron-minnie.dts 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. /*
  2. * Google Veyron Minnie Rev 0+ board device tree source
  3. *
  4. * Copyright 2015 Google, Inc
  5. *
  6. * This file is dual-licensed: you can use it either under the terms
  7. * of the GPL or the X11 license, at your option. Note that this dual
  8. * licensing only applies to this file, and not this project as a
  9. * whole.
  10. *
  11. * a) This file is free software; you can redistribute it and/or
  12. * modify it under the terms of the GNU General Public License as
  13. * published by the Free Software Foundation; either version 2 of the
  14. * License, or (at your option) any later version.
  15. *
  16. * This file is distributed in the hope that it will be useful,
  17. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  19. * GNU General Public License for more details.
  20. *
  21. * Or, alternatively,
  22. *
  23. * b) Permission is hereby granted, free of charge, to any person
  24. * obtaining a copy of this software and associated documentation
  25. * files (the "Software"), to deal in the Software without
  26. * restriction, including without limitation the rights to use,
  27. * copy, modify, merge, publish, distribute, sublicense, and/or
  28. * sell copies of the Software, and to permit persons to whom the
  29. * Software is furnished to do so, subject to the following
  30. * conditions:
  31. *
  32. * The above copyright notice and this permission notice shall be
  33. * included in all copies or substantial portions of the Software.
  34. *
  35. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  36. * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  37. * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  38. * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  39. * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  40. * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  41. * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  42. * OTHER DEALINGS IN THE SOFTWARE.
  43. */
  44. /dts-v1/;
  45. #include "rk3288-veyron-chromebook.dtsi"
  46. / {
  47. model = "Google Minnie";
  48. compatible = "google,veyron-minnie-rev4", "google,veyron-minnie-rev3",
  49. "google,veyron-minnie-rev2", "google,veyron-minnie-rev1",
  50. "google,veyron-minnie-rev0", "google,veyron-minnie",
  51. "google,veyron", "rockchip,rk3288";
  52. backlight_regulator: backlight-regulator {
  53. compatible = "regulator-fixed";
  54. enable-active-high;
  55. gpio = <&gpio2 12 GPIO_ACTIVE_HIGH>;
  56. pinctrl-names = "default";
  57. pinctrl-0 = <&bl_pwr_en>;
  58. regulator-name = "backlight_regulator";
  59. vin-supply = <&vcc33_sys>;
  60. startup-delay-us = <15000>;
  61. };
  62. panel_regulator: panel-regulator {
  63. compatible = "regulator-fixed";
  64. enable-active-high;
  65. gpio = <&gpio7 14 GPIO_ACTIVE_HIGH>;
  66. pinctrl-names = "default";
  67. pinctrl-0 = <&lcd_enable_h>;
  68. regulator-name = "panel_regulator";
  69. startup-delay-us = <100000>;
  70. vin-supply = <&vcc33_sys>;
  71. };
  72. vcc18_lcd: vcc18-lcd {
  73. compatible = "regulator-fixed";
  74. enable-active-high;
  75. gpio = <&gpio2 13 GPIO_ACTIVE_HIGH>;
  76. pinctrl-names = "default";
  77. pinctrl-0 = <&avdd_1v8_disp_en>;
  78. regulator-name = "vcc18_lcd";
  79. regulator-always-on;
  80. regulator-boot-on;
  81. vin-supply = <&vcc18_wl>;
  82. };
  83. };
  84. &backlight {
  85. /* Minnie panel PWM must be >= 1%, so start non-zero brightness at 3 */
  86. brightness-levels = <
  87. 0 3 4 5 6 7
  88. 8 9 10 11 12 13 14 15
  89. 16 17 18 19 20 21 22 23
  90. 24 25 26 27 28 29 30 31
  91. 32 33 34 35 36 37 38 39
  92. 40 41 42 43 44 45 46 47
  93. 48 49 50 51 52 53 54 55
  94. 56 57 58 59 60 61 62 63
  95. 64 65 66 67 68 69 70 71
  96. 72 73 74 75 76 77 78 79
  97. 80 81 82 83 84 85 86 87
  98. 88 89 90 91 92 93 94 95
  99. 96 97 98 99 100 101 102 103
  100. 104 105 106 107 108 109 110 111
  101. 112 113 114 115 116 117 118 119
  102. 120 121 122 123 124 125 126 127
  103. 128 129 130 131 132 133 134 135
  104. 136 137 138 139 140 141 142 143
  105. 144 145 146 147 148 149 150 151
  106. 152 153 154 155 156 157 158 159
  107. 160 161 162 163 164 165 166 167
  108. 168 169 170 171 172 173 174 175
  109. 176 177 178 179 180 181 182 183
  110. 184 185 186 187 188 189 190 191
  111. 192 193 194 195 196 197 198 199
  112. 200 201 202 203 204 205 206 207
  113. 208 209 210 211 212 213 214 215
  114. 216 217 218 219 220 221 222 223
  115. 224 225 226 227 228 229 230 231
  116. 232 233 234 235 236 237 238 239
  117. 240 241 242 243 244 245 246 247
  118. 248 249 250 251 252 253 254 255>;
  119. power-supply = <&backlight_regulator>;
  120. };
  121. &dmc {
  122. rockchip,pctl-timing = <0x215 0xc8 0x0 0x35 0x26 0x2 0x70 0x2000d
  123. 0x6 0x0 0x8 0x4 0x17 0x24 0xd 0x6
  124. 0x4 0x8 0x4 0x76 0x4 0x0 0x30 0x0
  125. 0x1 0x2 0x2 0x4 0x0 0x0 0xc0 0x4
  126. 0x8 0x1f4>;
  127. rockchip,phy-timing = <0x48d7dd93 0x187008d8 0x121076
  128. 0x0 0xc3 0x6 0x1>;
  129. rockchip,sdram-params = <0x20d266a4 0x5b6 6 533000000 6 13 0>;
  130. };
  131. &emmc {
  132. /delete-property/mmc-hs200-1_8v;
  133. };
  134. &gpio_keys {
  135. pinctrl-0 = <&pwr_key_h &ap_lid_int_l &volum_down_l &volum_up_l>;
  136. volum_down {
  137. label = "Volum_down";
  138. gpios = <&gpio5 11 GPIO_ACTIVE_LOW>;
  139. linux,code = <KEY_VOLUMEDOWN>;
  140. debounce-interval = <100>;
  141. };
  142. volum_up {
  143. label = "Volum_up";
  144. gpios = <&gpio5 10 GPIO_ACTIVE_LOW>;
  145. linux,code = <KEY_VOLUMEUP>;
  146. debounce-interval = <100>;
  147. };
  148. };
  149. &i2c_tunnel {
  150. battery: bq27500@55 {
  151. compatible = "ti,bq27500";
  152. reg = <0x55>;
  153. };
  154. };
  155. &i2c3 {
  156. status = "okay";
  157. clock-frequency = <400000>;
  158. i2c-scl-falling-time-ns = <50>;
  159. i2c-scl-rising-time-ns = <300>;
  160. touchscreen@10 {
  161. compatible = "elan,ekth3500";
  162. reg = <0x10>;
  163. interrupt-parent = <&gpio2>;
  164. interrupts = <14 IRQ_TYPE_EDGE_FALLING>;
  165. pinctrl-names = "default";
  166. pinctrl-0 = <&touch_int &touch_rst>;
  167. reset-gpios = <&gpio2 15 GPIO_ACTIVE_LOW>;
  168. vcc33-supply = <&vcc33_touch>;
  169. vccio-supply = <&vcc33_touch>;
  170. };
  171. };
  172. &panel {
  173. compatible = "auo,b101ean01", "simple-panel";
  174. power-supply= <&panel_regulator>;
  175. };
  176. &rk808 {
  177. pinctrl-names = "default";
  178. pinctrl-0 = <&pmic_int_l &dvs_1 &dvs_2>;
  179. regulators {
  180. vcc33_touch: LDO_REG2 {
  181. regulator-min-microvolt = <3300000>;
  182. regulator-max-microvolt = <3300000>;
  183. regulator-name = "vcc33_touch";
  184. regulator-state-mem {
  185. regulator-off-in-suspend;
  186. };
  187. };
  188. vcc5v_touch: SWITCH_REG2 {
  189. regulator-name = "vcc5v_touch";
  190. regulator-state-mem {
  191. regulator-off-in-suspend;
  192. };
  193. };
  194. };
  195. };
  196. &sdmmc {
  197. disable-wp;
  198. pinctrl-names = "default";
  199. pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_cd_disabled &sdmmc_cd_gpio
  200. &sdmmc_bus4>;
  201. };
  202. &vcc_5v {
  203. enable-active-high;
  204. gpio = <&gpio7 21 GPIO_ACTIVE_HIGH>;
  205. pinctrl-names = "default";
  206. pinctrl-0 = <&drv_5v>;
  207. };
  208. &vcc50_hdmi {
  209. enable-active-high;
  210. gpio = <&gpio5 19 GPIO_ACTIVE_HIGH>;
  211. pinctrl-names = "default";
  212. pinctrl-0 = <&vcc50_hdmi_en>;
  213. };
  214. &pinctrl {
  215. backlight {
  216. bl_pwr_en: bl_pwr_en {
  217. rockchip,pins = <2 12 RK_FUNC_GPIO &pcfg_pull_none>;
  218. };
  219. };
  220. buck-5v {
  221. drv_5v: drv-5v {
  222. rockchip,pins = <7 21 RK_FUNC_GPIO &pcfg_pull_none>;
  223. };
  224. };
  225. buttons {
  226. volum_down_l: volum-down-l {
  227. rockchip,pins = <5 11 RK_FUNC_GPIO &pcfg_pull_up>;
  228. };
  229. volum_up_l: volum-up-l {
  230. rockchip,pins = <5 10 RK_FUNC_GPIO &pcfg_pull_up>;
  231. };
  232. };
  233. hdmi {
  234. vcc50_hdmi_en: vcc50-hdmi-en {
  235. rockchip,pins = <5 19 RK_FUNC_GPIO &pcfg_pull_none>;
  236. };
  237. };
  238. lcd {
  239. lcd_enable_h: lcd-en {
  240. rockchip,pins = <7 14 RK_FUNC_GPIO &pcfg_pull_none>;
  241. };
  242. avdd_1v8_disp_en: avdd-1v8-disp-en {
  243. rockchip,pins = <2 13 RK_FUNC_GPIO &pcfg_pull_none>;
  244. };
  245. };
  246. pmic {
  247. dvs_1: dvs-1 {
  248. rockchip,pins = <7 12 RK_FUNC_GPIO &pcfg_pull_down>;
  249. };
  250. dvs_2: dvs-2 {
  251. rockchip,pins = <7 15 RK_FUNC_GPIO &pcfg_pull_down>;
  252. };
  253. };
  254. prochot {
  255. gpio_prochot: gpio-prochot {
  256. rockchip,pins = <2 8 RK_FUNC_GPIO &pcfg_pull_none>;
  257. };
  258. };
  259. touchscreen {
  260. touch_int: touch-int {
  261. rockchip,pins = <2 14 RK_FUNC_GPIO &pcfg_pull_none>;
  262. };
  263. touch_rst: touch-rst {
  264. rockchip,pins = <2 15 RK_FUNC_GPIO &pcfg_pull_none>;
  265. };
  266. };
  267. };