imx53-tx53-x03x.dts 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. /*
  2. * Copyright 2013-2017 Lothar Waßmann <[email protected]>
  3. *
  4. * This file is dual-licensed: you can use it either under the terms
  5. * of the GPL or the X11 license, at your option. Note that this dual
  6. * licensing only applies to this file, and not this project as a
  7. * whole.
  8. *
  9. * a) This file is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * version 2 as published by the Free Software Foundation.
  12. *
  13. * This file is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * Or, alternatively,
  19. *
  20. * b) Permission is hereby granted, free of charge, to any person
  21. * obtaining a copy of this software and associated documentation
  22. * files (the "Software"), to deal in the Software without
  23. * restriction, including without limitation the rights to use,
  24. * copy, modify, merge, publish, distribute, sublicense, and/or
  25. * sell copies of the Software, and to permit persons to whom the
  26. * Software is furnished to do so, subject to the following
  27. * conditions:
  28. *
  29. * The above copyright notice and this permission notice shall be
  30. * included in all copies or substantial portions of the Software.
  31. *
  32. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  33. * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  34. * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  35. * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  36. * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  37. * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  38. * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  39. * OTHER DEALINGS IN THE SOFTWARE.
  40. */
  41. /dts-v1/;
  42. #include "imx53-tx53.dtsi"
  43. #include <dt-bindings/input/input.h>
  44. #include <dt-bindings/interrupt-controller/irq.h>
  45. #include <dt-bindings/pwm/pwm.h>
  46. / {
  47. model = "Ka-Ro electronics TX53 module (LCD)";
  48. compatible = "karo,tx53", "fsl,imx53";
  49. aliases {
  50. display = &display;
  51. };
  52. display: disp0 {
  53. compatible = "fsl,imx-parallel-display";
  54. interface-pix-fmt = "rgb24";
  55. pinctrl-names = "default";
  56. pinctrl-0 = <&pinctrl_rgb24_vga1>;
  57. status = "okay";
  58. port {
  59. display0_in: endpoint {
  60. remote-endpoint = <&ipu_di0_disp0>;
  61. };
  62. };
  63. display-timings {
  64. VGA {
  65. clock-frequency = <25200000>;
  66. hactive = <640>;
  67. vactive = <480>;
  68. hback-porch = <48>;
  69. hsync-len = <96>;
  70. hfront-porch = <16>;
  71. vback-porch = <31>;
  72. vsync-len = <2>;
  73. vfront-porch = <12>;
  74. hsync-active = <0>;
  75. vsync-active = <0>;
  76. de-active = <1>;
  77. pixelclk-active = <0>;
  78. };
  79. ETV570 {
  80. clock-frequency = <25200000>;
  81. hactive = <640>;
  82. vactive = <480>;
  83. hback-porch = <114>;
  84. hsync-len = <30>;
  85. hfront-porch = <16>;
  86. vback-porch = <32>;
  87. vsync-len = <3>;
  88. vfront-porch = <10>;
  89. hsync-active = <0>;
  90. vsync-active = <0>;
  91. de-active = <1>;
  92. pixelclk-active = <0>;
  93. };
  94. ET0350 {
  95. clock-frequency = <6413760>;
  96. hactive = <320>;
  97. vactive = <240>;
  98. hback-porch = <34>;
  99. hsync-len = <34>;
  100. hfront-porch = <20>;
  101. vback-porch = <15>;
  102. vsync-len = <3>;
  103. vfront-porch = <4>;
  104. hsync-active = <0>;
  105. vsync-active = <0>;
  106. de-active = <1>;
  107. pixelclk-active = <0>;
  108. };
  109. ET0430 {
  110. clock-frequency = <9009000>;
  111. hactive = <480>;
  112. vactive = <272>;
  113. hback-porch = <2>;
  114. hsync-len = <41>;
  115. hfront-porch = <2>;
  116. vback-porch = <2>;
  117. vsync-len = <10>;
  118. vfront-porch = <2>;
  119. hsync-active = <0>;
  120. vsync-active = <0>;
  121. de-active = <1>;
  122. pixelclk-active = <1>;
  123. };
  124. ET0500 {
  125. clock-frequency = <33264000>;
  126. hactive = <800>;
  127. vactive = <480>;
  128. hback-porch = <88>;
  129. hsync-len = <128>;
  130. hfront-porch = <40>;
  131. vback-porch = <33>;
  132. vsync-len = <2>;
  133. vfront-porch = <10>;
  134. hsync-active = <0>;
  135. vsync-active = <0>;
  136. de-active = <1>;
  137. pixelclk-active = <0>;
  138. };
  139. ET0700 { /* same as ET0500 */
  140. clock-frequency = <33264000>;
  141. hactive = <800>;
  142. vactive = <480>;
  143. hback-porch = <88>;
  144. hsync-len = <128>;
  145. hfront-porch = <40>;
  146. vback-porch = <33>;
  147. vsync-len = <2>;
  148. vfront-porch = <10>;
  149. hsync-active = <0>;
  150. vsync-active = <0>;
  151. de-active = <1>;
  152. pixelclk-active = <0>;
  153. };
  154. ETQ570 {
  155. clock-frequency = <6596040>;
  156. hactive = <320>;
  157. vactive = <240>;
  158. hback-porch = <38>;
  159. hsync-len = <30>;
  160. hfront-porch = <30>;
  161. vback-porch = <16>;
  162. vsync-len = <3>;
  163. vfront-porch = <4>;
  164. hsync-active = <0>;
  165. vsync-active = <0>;
  166. de-active = <1>;
  167. pixelclk-active = <0>;
  168. };
  169. };
  170. };
  171. backlight: backlight {
  172. compatible = "pwm-backlight";
  173. pwms = <&pwm2 0 500000 PWM_POLARITY_INVERTED>;
  174. power-supply = <&reg_3v3>;
  175. brightness-levels = <
  176. 0 1 2 3 4 5 6 7 8 9
  177. 10 11 12 13 14 15 16 17 18 19
  178. 20 21 22 23 24 25 26 27 28 29
  179. 30 31 32 33 34 35 36 37 38 39
  180. 40 41 42 43 44 45 46 47 48 49
  181. 50 51 52 53 54 55 56 57 58 59
  182. 60 61 62 63 64 65 66 67 68 69
  183. 70 71 72 73 74 75 76 77 78 79
  184. 80 81 82 83 84 85 86 87 88 89
  185. 90 91 92 93 94 95 96 97 98 99
  186. 100
  187. >;
  188. default-brightness-level = <50>;
  189. };
  190. reg_lcd_pwr: regulator-lcd-pwr {
  191. compatible = "regulator-fixed";
  192. regulator-name = "LCD POWER";
  193. regulator-min-microvolt = <3300000>;
  194. regulator-max-microvolt = <3300000>;
  195. gpio = <&gpio2 31 GPIO_ACTIVE_HIGH>;
  196. enable-active-high;
  197. regulator-boot-on;
  198. };
  199. reg_lcd_reset: regulator-lcd-reset {
  200. compatible = "regulator-fixed";
  201. regulator-name = "LCD RESET";
  202. regulator-min-microvolt = <3300000>;
  203. regulator-max-microvolt = <3300000>;
  204. gpio = <&gpio3 29 GPIO_ACTIVE_HIGH>;
  205. enable-active-high;
  206. regulator-boot-on;
  207. };
  208. };
  209. &i2c3 {
  210. pinctrl-names = "default";
  211. pinctrl-0 = <&pinctrl_i2c3>;
  212. status = "okay";
  213. sgtl5000: codec@a {
  214. compatible = "fsl,sgtl5000";
  215. reg = <0x0a>;
  216. #sound-dai-cells = <0>;
  217. VDDA-supply = <&reg_2v5>;
  218. VDDIO-supply = <&reg_3v3>;
  219. clocks = <&mclk>;
  220. };
  221. polytouch: edt-ft5x06@38 {
  222. compatible = "edt,edt-ft5x06";
  223. reg = <0x38>;
  224. pinctrl-names = "default";
  225. pinctrl-0 = <&pinctrl_edt_ft5x06_1>;
  226. interrupt-parent = <&gpio6>;
  227. interrupts = <15 IRQ_TYPE_EDGE_FALLING>;
  228. reset-gpios = <&gpio2 22 GPIO_ACTIVE_LOW>;
  229. wake-gpios = <&gpio2 21 GPIO_ACTIVE_HIGH>;
  230. wakeup-source;
  231. };
  232. touchscreen: tsc2007@48 {
  233. compatible = "ti,tsc2007";
  234. reg = <0x48>;
  235. pinctrl-names = "default";
  236. pinctrl-0 = <&pinctrl_tsc2007>;
  237. interrupt-parent = <&gpio3>;
  238. interrupts = <26 IRQ_TYPE_EDGE_FALLING>;
  239. gpios = <&gpio3 26 GPIO_ACTIVE_LOW>;
  240. ti,x-plate-ohms = <660>;
  241. wakeup-source;
  242. };
  243. };
  244. &iomuxc {
  245. imx53-tx53-x03x {
  246. pinctrl_edt_ft5x06_1: edt-ft5x06grp-1 {
  247. fsl,pins = <
  248. MX53_PAD_NANDF_CS2__GPIO6_15 0x1f0 /* Interrupt */
  249. MX53_PAD_EIM_A16__GPIO2_22 0x04 /* Reset */
  250. MX53_PAD_EIM_A17__GPIO2_21 0x04 /* Wake */
  251. >;
  252. };
  253. pinctrl_kpp: kppgrp {
  254. fsl,pins = <
  255. MX53_PAD_GPIO_9__KPP_COL_6 0x1f4
  256. MX53_PAD_GPIO_4__KPP_COL_7 0x1f4
  257. MX53_PAD_KEY_COL2__KPP_COL_2 0x1f4
  258. MX53_PAD_KEY_COL3__KPP_COL_3 0x1f4
  259. MX53_PAD_GPIO_2__KPP_ROW_6 0x1f4
  260. MX53_PAD_GPIO_5__KPP_ROW_7 0x1f4
  261. MX53_PAD_KEY_ROW2__KPP_ROW_2 0x1f4
  262. MX53_PAD_KEY_ROW3__KPP_ROW_3 0x1f4
  263. >;
  264. };
  265. pinctrl_rgb24_vga1: rgb24-vgagrp1 {
  266. fsl,pins = <
  267. MX53_PAD_DI0_DISP_CLK__IPU_DI0_DISP_CLK 0x5
  268. MX53_PAD_DI0_PIN15__IPU_DI0_PIN15 0x5
  269. MX53_PAD_DI0_PIN2__IPU_DI0_PIN2 0x5
  270. MX53_PAD_DI0_PIN3__IPU_DI0_PIN3 0x5
  271. MX53_PAD_DISP0_DAT0__IPU_DISP0_DAT_0 0x5
  272. MX53_PAD_DISP0_DAT1__IPU_DISP0_DAT_1 0x5
  273. MX53_PAD_DISP0_DAT2__IPU_DISP0_DAT_2 0x5
  274. MX53_PAD_DISP0_DAT3__IPU_DISP0_DAT_3 0x5
  275. MX53_PAD_DISP0_DAT4__IPU_DISP0_DAT_4 0x5
  276. MX53_PAD_DISP0_DAT5__IPU_DISP0_DAT_5 0x5
  277. MX53_PAD_DISP0_DAT6__IPU_DISP0_DAT_6 0x5
  278. MX53_PAD_DISP0_DAT7__IPU_DISP0_DAT_7 0x5
  279. MX53_PAD_DISP0_DAT8__IPU_DISP0_DAT_8 0x5
  280. MX53_PAD_DISP0_DAT9__IPU_DISP0_DAT_9 0x5
  281. MX53_PAD_DISP0_DAT10__IPU_DISP0_DAT_10 0x5
  282. MX53_PAD_DISP0_DAT11__IPU_DISP0_DAT_11 0x5
  283. MX53_PAD_DISP0_DAT12__IPU_DISP0_DAT_12 0x5
  284. MX53_PAD_DISP0_DAT13__IPU_DISP0_DAT_13 0x5
  285. MX53_PAD_DISP0_DAT14__IPU_DISP0_DAT_14 0x5
  286. MX53_PAD_DISP0_DAT15__IPU_DISP0_DAT_15 0x5
  287. MX53_PAD_DISP0_DAT16__IPU_DISP0_DAT_16 0x5
  288. MX53_PAD_DISP0_DAT17__IPU_DISP0_DAT_17 0x5
  289. MX53_PAD_DISP0_DAT18__IPU_DISP0_DAT_18 0x5
  290. MX53_PAD_DISP0_DAT19__IPU_DISP0_DAT_19 0x5
  291. MX53_PAD_DISP0_DAT20__IPU_DISP0_DAT_20 0x5
  292. MX53_PAD_DISP0_DAT21__IPU_DISP0_DAT_21 0x5
  293. MX53_PAD_DISP0_DAT22__IPU_DISP0_DAT_22 0x5
  294. MX53_PAD_DISP0_DAT23__IPU_DISP0_DAT_23 0x5
  295. >;
  296. };
  297. pinctrl_tsc2007: tsc2007grp {
  298. fsl,pins = <
  299. MX53_PAD_EIM_D26__GPIO3_26 0x1f0 /* Interrupt */
  300. >;
  301. };
  302. };
  303. };
  304. &ipu_di0_disp0 {
  305. remote-endpoint = <&display0_in>;
  306. };
  307. &kpp {
  308. pinctrl-names = "default";
  309. pinctrl-0 = <&pinctrl_kpp>;
  310. /* sample keymap */
  311. /* row/col 0,1 are mapped to KPP row/col 6,7 */
  312. linux,keymap = <
  313. MATRIX_KEY(6, 6, KEY_POWER)
  314. MATRIX_KEY(6, 7, KEY_KP0)
  315. MATRIX_KEY(6, 2, KEY_KP1)
  316. MATRIX_KEY(6, 3, KEY_KP2)
  317. MATRIX_KEY(7, 6, KEY_KP3)
  318. MATRIX_KEY(7, 7, KEY_KP4)
  319. MATRIX_KEY(7, 2, KEY_KP5)
  320. MATRIX_KEY(7, 3, KEY_KP6)
  321. MATRIX_KEY(2, 6, KEY_KP7)
  322. MATRIX_KEY(2, 7, KEY_KP8)
  323. MATRIX_KEY(2, 2, KEY_KP9)
  324. >;
  325. status = "okay";
  326. };