imx6q-utilite-pro.dts 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. /*
  2. * Copyright 2013 CompuLab Ltd.
  3. * Copyright 2016 Christopher Spinrath
  4. *
  5. * Based on the devicetree distributed with the vendor kernel for the
  6. * Utilite Pro:
  7. * Copyright 2013 CompuLab Ltd.
  8. * Author: Valentin Raevsky <valentin@compulab.co.il>
  9. *
  10. * This file is dual-licensed: you can use it either under the terms
  11. * of the GPL or the X11 license, at your option. Note that this dual
  12. * licensing only applies to this file, and not this project as a
  13. * whole.
  14. *
  15. * a) This file is free software; you can redistribute it and/or
  16. * modify it under the terms of the GNU General Public License as
  17. * published by the Free Software Foundation; either version 2 of the
  18. * License, or (at your option) any later version.
  19. *
  20. * This file is distributed in the hope that it will be useful,
  21. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  22. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  23. * GNU General Public License for more details.
  24. *
  25. * Or, alternatively,
  26. *
  27. * b) Permission is hereby granted, free of charge, to any person
  28. * obtaining a copy of this software and associated documentation
  29. * files (the "Software"), to deal in the Software without
  30. * restriction, including without limitation the rights to use,
  31. * copy, modify, merge, publish, distribute, sublicense, and/or
  32. * sell copies of the Software, and to permit persons to whom the
  33. * Software is furnished to do so, subject to the following
  34. * conditions:
  35. *
  36. * The above copyright notice and this permission notice shall be
  37. * included in all copies or substantial portions of the Software.
  38. *
  39. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  40. * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  41. * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  42. * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  43. * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  44. * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  45. * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  46. * OTHER DEALINGS IN THE SOFTWARE.
  47. */
  48. #include <dt-bindings/input/input.h>
  49. #include "imx6q-cm-fx6.dts"
  50. / {
  51. model = "CompuLab Utilite Pro";
  52. compatible = "compulab,utilite-pro", "compulab,cm-fx6", "fsl,imx6q";
  53. aliases {
  54. ethernet1 = &eth1;
  55. rtc0 = &em3027;
  56. rtc1 = &snvs_rtc;
  57. };
  58. gpio-keys {
  59. compatible = "gpio-keys";
  60. pinctrl-names = "default";
  61. pinctrl-0 = <&pinctrl_gpio_keys>;
  62. power {
  63. label = "Power Button";
  64. gpios = <&gpio1 29 GPIO_ACTIVE_LOW>;
  65. linux,code = <KEY_POWER>;
  66. gpio-key,wakeup;
  67. };
  68. };
  69. };
  70. &hdmi {
  71. ddc-i2c-bus = <&i2c2>;
  72. status = "okay";
  73. };
  74. &i2c1 {
  75. pinctrl-names = "default";
  76. pinctrl-0 = <&pinctrl_i2c1>;
  77. status = "okay";
  78. eeprom@50 {
  79. compatible = "at24,24c02";
  80. reg = <0x50>;
  81. pagesize = <16>;
  82. };
  83. em3027: rtc@56 {
  84. compatible = "emmicro,em3027";
  85. reg = <0x56>;
  86. };
  87. };
  88. &i2c2 {
  89. pinctrl-names = "default";
  90. pinctrl-0 = <&pinctrl_i2c2>;
  91. status = "okay";
  92. };
  93. &iomuxc {
  94. pinctrl_gpio_keys: gpio_keysgrp {
  95. fsl,pins = <
  96. MX6QDL_PAD_ENET_TXD1__GPIO1_IO29 0x1b0b0
  97. >;
  98. };
  99. pinctrl_i2c1: i2c1grp {
  100. fsl,pins = <
  101. MX6QDL_PAD_EIM_D21__I2C1_SCL 0x4001b8b1
  102. MX6QDL_PAD_EIM_D28__I2C1_SDA 0x4001b8b1
  103. >;
  104. };
  105. pinctrl_i2c2: i2c2grp {
  106. fsl,pins = <
  107. MX6QDL_PAD_KEY_COL3__I2C2_SCL 0x4001b8b1
  108. MX6QDL_PAD_KEY_ROW3__I2C2_SDA 0x4001b8b1
  109. >;
  110. };
  111. pinctrl_uart2: uart2grp {
  112. fsl,pins = <
  113. MX6QDL_PAD_GPIO_7__UART2_TX_DATA 0x1b0b1
  114. MX6QDL_PAD_GPIO_8__UART2_RX_DATA 0x1b0b1
  115. MX6QDL_PAD_SD4_DAT5__UART2_RTS_B 0x1b0b1
  116. MX6QDL_PAD_SD4_DAT6__UART2_CTS_B 0x1b0b1
  117. >;
  118. };
  119. pinctrl_usdhc3: usdhc3grp {
  120. fsl,pins = <
  121. MX6QDL_PAD_SD3_CMD__SD3_CMD 0x17059
  122. MX6QDL_PAD_SD3_CLK__SD3_CLK 0x10059
  123. MX6QDL_PAD_SD3_DAT0__SD3_DATA0 0x17059
  124. MX6QDL_PAD_SD3_DAT1__SD3_DATA1 0x17059
  125. MX6QDL_PAD_SD3_DAT2__SD3_DATA2 0x17059
  126. MX6QDL_PAD_SD3_DAT3__SD3_DATA3 0x17059
  127. >;
  128. };
  129. pinctrl_usdhc3_100mhz: usdhc3grp-100mhz {
  130. fsl,pins = <
  131. MX6QDL_PAD_SD3_CMD__SD3_CMD 0x170B9
  132. MX6QDL_PAD_SD3_CLK__SD3_CLK 0x100B9
  133. MX6QDL_PAD_SD3_DAT0__SD3_DATA0 0x170B9
  134. MX6QDL_PAD_SD3_DAT1__SD3_DATA1 0x170B9
  135. MX6QDL_PAD_SD3_DAT2__SD3_DATA2 0x170B9
  136. MX6QDL_PAD_SD3_DAT3__SD3_DATA3 0x170B9
  137. >;
  138. };
  139. pinctrl_usdhc3_200mhz: usdhc3grp-200mhz {
  140. fsl,pins = <
  141. MX6QDL_PAD_SD3_CMD__SD3_CMD 0x170F9
  142. MX6QDL_PAD_SD3_CLK__SD3_CLK 0x100F9
  143. MX6QDL_PAD_SD3_DAT0__SD3_DATA0 0x170F9
  144. MX6QDL_PAD_SD3_DAT1__SD3_DATA1 0x170F9
  145. MX6QDL_PAD_SD3_DAT2__SD3_DATA2 0x170F9
  146. MX6QDL_PAD_SD3_DAT3__SD3_DATA3 0x170F9
  147. >;
  148. };
  149. };
  150. &pcie {
  151. pcie@0,0 {
  152. reg = <0x000000 0 0 0 0>;
  153. #address-cells = <3>;
  154. #size-cells = <2>;
  155. /* non-removable i211 ethernet card */
  156. eth1: intel,i211@pcie0,0 {
  157. reg = <0x010000 0 0 0 0>;
  158. };
  159. };
  160. };
  161. &uart2 {
  162. pinctrl-names = "default";
  163. pinctrl-0 = <&pinctrl_uart2>;
  164. uart-has-rtscts;
  165. status = "okay";
  166. };
  167. &usdhc3 {
  168. pinctrl-names = "default", "state_100mhz", "state_200mhz";
  169. pinctrl-0 = <&pinctrl_usdhc3>;
  170. pinctrl-1 = <&pinctrl_usdhc3_100mhz>;
  171. pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
  172. no-1-8-v;
  173. broken-cd;
  174. keep-power-in-suspend;
  175. status = "okay";
  176. };