imx28-evk.dts 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. /*
  2. * Copyright 2012 Freescale Semiconductor, Inc.
  3. *
  4. * The code contained herein is licensed under the GNU General Public
  5. * License. You may obtain a copy of the GNU General Public License
  6. * Version 2 or later at the following locations:
  7. *
  8. * http://www.opensource.org/licenses/gpl-license.html
  9. * http://www.gnu.org/copyleft/gpl.html
  10. */
  11. /dts-v1/;
  12. /include/ "imx28.dtsi"
  13. / {
  14. model = "Freescale i.MX28 Evaluation Kit";
  15. compatible = "fsl,imx28-evk", "fsl,imx28";
  16. memory {
  17. reg = <0x40000000 0x08000000>;
  18. };
  19. apb@80000000 {
  20. apbh@80000000 {
  21. gpmi-nand@8000c000 {
  22. pinctrl-names = "default";
  23. pinctrl-0 = <&gpmi_pins_a &gpmi_status_cfg
  24. &gpmi_pins_evk>;
  25. status = "okay";
  26. };
  27. ssp0: ssp@80010000 {
  28. compatible = "fsl,imx28-mmc";
  29. pinctrl-names = "default";
  30. pinctrl-0 = <&mmc0_8bit_pins_a
  31. &mmc0_cd_cfg &mmc0_sck_cfg>;
  32. bus-width = <8>;
  33. wp-gpios = <&gpio2 12 0>;
  34. vmmc-supply = <&reg_vddio_sd0>;
  35. status = "okay";
  36. };
  37. ssp1: ssp@80012000 {
  38. compatible = "fsl,imx28-mmc";
  39. bus-width = <8>;
  40. wp-gpios = <&gpio0 28 0>;
  41. };
  42. ssp2: ssp@80014000 {
  43. #address-cells = <1>;
  44. #size-cells = <0>;
  45. compatible = "fsl,imx28-spi";
  46. pinctrl-names = "default";
  47. pinctrl-0 = <&spi2_pins_a>;
  48. status = "okay";
  49. flash: m25p80@0 {
  50. #address-cells = <1>;
  51. #size-cells = <1>;
  52. compatible = "sst,sst25vf016b";
  53. spi-max-frequency = <40000000>;
  54. reg = <0>;
  55. };
  56. };
  57. pinctrl@80018000 {
  58. pinctrl-names = "default";
  59. pinctrl-0 = <&hog_pins_a>;
  60. hog_pins_a: hog@0 {
  61. reg = <0>;
  62. fsl,pinmux-ids = <
  63. 0x20d3 /* MX28_PAD_SSP1_CMD__GPIO_2_13 */
  64. 0x20f3 /* MX28_PAD_SSP1_DATA3__GPIO_2_15 */
  65. 0x40d3 /* MX28_PAD_ENET0_RX_CLK__GPIO_4_13 */
  66. 0x20c3 /* MX28_PAD_SSP1_SCK__GPIO_2_12 */
  67. 0x31c3 /* MX28_PAD_PWM3__GPIO_3_28 */
  68. 0x31e3 /* MX28_PAD_LCD_RESET__GPIO_3_30 */
  69. 0x3083 /* MX28_PAD_AUART2_RX__GPIO_3_8 */
  70. 0x3093 /* MX28_PAD_AUART2_TX__GPIO_3_9 */
  71. >;
  72. fsl,drive-strength = <0>;
  73. fsl,voltage = <1>;
  74. fsl,pull-up = <0>;
  75. };
  76. led_pin_gpio3_5: led_gpio3_5@0 {
  77. reg = <0>;
  78. fsl,pinmux-ids = <
  79. 0x3053 /* MX28_PAD_AUART1_TX__GPIO_3_5 */
  80. >;
  81. fsl,drive-strength = <0>;
  82. fsl,voltage = <1>;
  83. fsl,pull-up = <0>;
  84. };
  85. gpmi_pins_evk: gpmi-nand-evk@0 {
  86. reg = <0>;
  87. fsl,pinmux-ids = <
  88. 0x0110 /* MX28_PAD_GPMI_CE1N__GPMI_CE1N */
  89. 0x0150 /* MX28_PAD_GPMI_RDY1__GPMI_READY1 */
  90. >;
  91. fsl,drive-strength = <0>;
  92. fsl,voltage = <1>;
  93. fsl,pull-up = <0>;
  94. };
  95. lcdif_pins_evk: lcdif-evk@0 {
  96. reg = <0>;
  97. fsl,pinmux-ids = <
  98. 0x1181 /* MX28_PAD_LCD_RD_E__LCD_VSYNC */
  99. 0x1191 /* MX28_PAD_LCD_WR_RWN__LCD_HSYNC */
  100. 0x11a1 /* MX28_PAD_LCD_RS__LCD_DOTCLK */
  101. 0x11b1 /* MX28_PAD_LCD_CS__LCD_ENABLE */
  102. >;
  103. fsl,drive-strength = <0>;
  104. fsl,voltage = <1>;
  105. fsl,pull-up = <0>;
  106. };
  107. };
  108. lcdif@80030000 {
  109. pinctrl-names = "default";
  110. pinctrl-0 = <&lcdif_24bit_pins_a
  111. &lcdif_pins_evk>;
  112. lcd-supply = <&reg_lcd_3v3>;
  113. display = <&display>;
  114. status = "okay";
  115. display: display {
  116. bits-per-pixel = <32>;
  117. bus-width = <24>;
  118. display-timings {
  119. native-mode = <&timing0>;
  120. timing0: timing0 {
  121. clock-frequency = <33500000>;
  122. hactive = <800>;
  123. vactive = <480>;
  124. hback-porch = <89>;
  125. hfront-porch = <164>;
  126. vback-porch = <23>;
  127. vfront-porch = <10>;
  128. hsync-len = <10>;
  129. vsync-len = <10>;
  130. hsync-active = <0>;
  131. vsync-active = <0>;
  132. de-active = <1>;
  133. pixelclk-active = <0>;
  134. };
  135. };
  136. };
  137. };
  138. can0: can@80032000 {
  139. pinctrl-names = "default";
  140. pinctrl-0 = <&can0_pins_a>;
  141. xceiver-supply = <&reg_can_3v3>;
  142. status = "okay";
  143. };
  144. can1: can@80034000 {
  145. pinctrl-names = "default";
  146. pinctrl-0 = <&can1_pins_a>;
  147. xceiver-supply = <&reg_can_3v3>;
  148. status = "okay";
  149. };
  150. };
  151. apbx@80040000 {
  152. saif0: saif@80042000 {
  153. pinctrl-names = "default";
  154. pinctrl-0 = <&saif0_pins_a>;
  155. status = "okay";
  156. };
  157. saif1: saif@80046000 {
  158. pinctrl-names = "default";
  159. pinctrl-0 = <&saif1_pins_a>;
  160. fsl,saif-master = <&saif0>;
  161. status = "okay";
  162. };
  163. lradc@80050000 {
  164. status = "okay";
  165. fsl,lradc-touchscreen-wires = <4>;
  166. fsl,ave-ctrl = <4>;
  167. fsl,ave-delay = <2>;
  168. fsl,settling = <10>;
  169. };
  170. i2c0: i2c@80058000 {
  171. pinctrl-names = "default";
  172. pinctrl-0 = <&i2c0_pins_a>;
  173. status = "okay";
  174. sgtl5000: codec@0a {
  175. compatible = "fsl,sgtl5000";
  176. reg = <0x0a>;
  177. VDDA-supply = <&reg_3p3v>;
  178. VDDIO-supply = <&reg_3p3v>;
  179. clocks = <&saif0>;
  180. };
  181. at24@51 {
  182. compatible = "at24,24c32";
  183. pagesize = <32>;
  184. reg = <0x51>;
  185. };
  186. };
  187. pwm: pwm@80064000 {
  188. pinctrl-names = "default";
  189. pinctrl-0 = <&pwm2_pins_a>;
  190. status = "okay";
  191. };
  192. duart: serial@80074000 {
  193. pinctrl-names = "default";
  194. pinctrl-0 = <&duart_pins_a>;
  195. status = "okay";
  196. };
  197. auart0: serial@8006a000 {
  198. pinctrl-names = "default";
  199. pinctrl-0 = <&auart0_pins_a>;
  200. fsl,uart-has-rtscts;
  201. status = "okay";
  202. };
  203. auart3: serial@80070000 {
  204. pinctrl-names = "default";
  205. pinctrl-0 = <&auart3_pins_a>;
  206. status = "okay";
  207. };
  208. usbphy0: usbphy@8007c000 {
  209. status = "okay";
  210. };
  211. usbphy1: usbphy@8007e000 {
  212. status = "okay";
  213. };
  214. };
  215. };
  216. ahb@80080000 {
  217. usb0: usb@80080000 {
  218. vbus-supply = <&reg_usb0_vbus>;
  219. status = "okay";
  220. };
  221. usb1: usb@80090000 {
  222. vbus-supply = <&reg_usb1_vbus>;
  223. status = "okay";
  224. };
  225. mac0: ethernet@800f0000 {
  226. phy-mode = "rmii";
  227. pinctrl-names = "default";
  228. pinctrl-0 = <&mac0_pins_a>;
  229. phy-supply = <&reg_fec_3v3>;
  230. phy-reset-gpios = <&gpio4 13 0>;
  231. phy-reset-duration = <100>;
  232. status = "okay";
  233. };
  234. mac1: ethernet@800f4000 {
  235. phy-mode = "rmii";
  236. pinctrl-names = "default";
  237. pinctrl-0 = <&mac1_pins_a>;
  238. status = "okay";
  239. };
  240. };
  241. regulators {
  242. compatible = "simple-bus";
  243. reg_3p3v: 3p3v {
  244. compatible = "regulator-fixed";
  245. regulator-name = "3P3V";
  246. regulator-min-microvolt = <3300000>;
  247. regulator-max-microvolt = <3300000>;
  248. regulator-always-on;
  249. };
  250. reg_vddio_sd0: vddio-sd0 {
  251. compatible = "regulator-fixed";
  252. regulator-name = "vddio-sd0";
  253. regulator-min-microvolt = <3300000>;
  254. regulator-max-microvolt = <3300000>;
  255. gpio = <&gpio3 28 0>;
  256. };
  257. reg_fec_3v3: fec-3v3 {
  258. compatible = "regulator-fixed";
  259. regulator-name = "fec-3v3";
  260. regulator-min-microvolt = <3300000>;
  261. regulator-max-microvolt = <3300000>;
  262. gpio = <&gpio2 15 0>;
  263. };
  264. reg_usb0_vbus: usb0_vbus {
  265. compatible = "regulator-fixed";
  266. regulator-name = "usb0_vbus";
  267. regulator-min-microvolt = <5000000>;
  268. regulator-max-microvolt = <5000000>;
  269. gpio = <&gpio3 9 0>;
  270. enable-active-high;
  271. };
  272. reg_usb1_vbus: usb1_vbus {
  273. compatible = "regulator-fixed";
  274. regulator-name = "usb1_vbus";
  275. regulator-min-microvolt = <5000000>;
  276. regulator-max-microvolt = <5000000>;
  277. gpio = <&gpio3 8 0>;
  278. enable-active-high;
  279. };
  280. reg_lcd_3v3: lcd-3v3 {
  281. compatible = "regulator-fixed";
  282. regulator-name = "lcd-3v3";
  283. regulator-min-microvolt = <3300000>;
  284. regulator-max-microvolt = <3300000>;
  285. gpio = <&gpio3 30 0>;
  286. enable-active-high;
  287. };
  288. reg_can_3v3: can-3v3 {
  289. compatible = "regulator-fixed";
  290. regulator-name = "can-3v3";
  291. regulator-min-microvolt = <3300000>;
  292. regulator-max-microvolt = <3300000>;
  293. gpio = <&gpio2 13 0>;
  294. enable-active-high;
  295. };
  296. };
  297. sound {
  298. compatible = "fsl,imx28-evk-sgtl5000",
  299. "fsl,mxs-audio-sgtl5000";
  300. model = "imx28-evk-sgtl5000";
  301. saif-controllers = <&saif0 &saif1>;
  302. audio-codec = <&sgtl5000>;
  303. };
  304. leds {
  305. compatible = "gpio-leds";
  306. pinctrl-names = "default";
  307. pinctrl-0 = <&led_pin_gpio3_5>;
  308. user {
  309. label = "Heartbeat";
  310. gpios = <&gpio3 5 0>;
  311. linux,default-trigger = "heartbeat";
  312. };
  313. };
  314. backlight {
  315. compatible = "pwm-backlight";
  316. pwms = <&pwm 2 5000000>;
  317. brightness-levels = <0 4 8 16 32 64 128 255>;
  318. default-brightness-level = <6>;
  319. };
  320. };