at91-sama5d4ek.dts 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. /*
  2. * at91-sama5d4ek.dts - Device Tree file for SAMA5D4 Evaluation Kit
  3. *
  4. * Copyright (C) 2014 Atmel,
  5. * 2014 Nicolas Ferre <nicolas.ferre@atmel.com>
  6. *
  7. * This file is dual-licensed: you can use it either under the terms
  8. * of the GPL or the X11 license, at your option. Note that this dual
  9. * licensing only applies to this file, and not this project as a
  10. * whole.
  11. *
  12. * a) This file is free software; you can redistribute it and/or
  13. * modify it under the terms of the GNU General Public License as
  14. * published by the Free Software Foundation; either version 2 of the
  15. * License, or (at your option) any later version.
  16. *
  17. * This file is distributed in the hope that it will be useful,
  18. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  20. * GNU General Public License for more details.
  21. *
  22. * Or, alternatively,
  23. *
  24. * b) Permission is hereby granted, free of charge, to any person
  25. * obtaining a copy of this software and associated documentation
  26. * files (the "Software"), to deal in the Software without
  27. * restriction, including without limitation the rights to use,
  28. * copy, modify, merge, publish, distribute, sublicense, and/or
  29. * sell copies of the Software, and to permit persons to whom the
  30. * Software is furnished to do so, subject to the following
  31. * conditions:
  32. *
  33. * The above copyright notice and this permission notice shall be
  34. * included in all copies or substantial portions of the Software.
  35. *
  36. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  37. * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  38. * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  39. * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  40. * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  41. * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  42. * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  43. * OTHER DEALINGS IN THE SOFTWARE.
  44. */
  45. /dts-v1/;
  46. #include "sama5d4.dtsi"
  47. / {
  48. model = "Atmel SAMA5D4-EK";
  49. compatible = "atmel,sama5d4ek", "atmel,sama5d4", "atmel,sama5";
  50. chosen {
  51. stdout-path = "serial0:115200n8";
  52. };
  53. memory {
  54. reg = <0x20000000 0x20000000>;
  55. };
  56. clocks {
  57. slow_xtal {
  58. clock-frequency = <32768>;
  59. };
  60. main_xtal {
  61. clock-frequency = <12000000>;
  62. };
  63. };
  64. ahb {
  65. apb {
  66. adc0: adc@fc034000 {
  67. pinctrl-names = "default";
  68. pinctrl-0 = <
  69. /* external trigger conflicts with USBA_VBUS */
  70. &pinctrl_adc0_ad0
  71. &pinctrl_adc0_ad1
  72. &pinctrl_adc0_ad2
  73. &pinctrl_adc0_ad3
  74. &pinctrl_adc0_ad4
  75. >;
  76. /* The vref depends on JP22 of EK. If connect 1-2 then use 3.3V. connect 2-3 use 3.0V */
  77. atmel,adc-vref = <3300>;
  78. /*atmel,adc-ts-wires = <4>;*/ /* Set up ADC touch screen */
  79. status = "okay"; /* Enable ADC IIO support */
  80. };
  81. mmc0: mmc@f8000000 {
  82. pinctrl-names = "default";
  83. pinctrl-0 = <&pinctrl_mmc0_clk_cmd_dat0 &pinctrl_mmc0_dat1_3 &pinctrl_mmc0_cd>;
  84. slot@0 {
  85. reg = <0>;
  86. bus-width = <4>;
  87. cd-gpios = <&pioE 5 0>;
  88. };
  89. };
  90. ssc0: ssc@f8008000 {
  91. status = "okay";
  92. };
  93. spi0: spi@f8010000 {
  94. cs-gpios = <&pioC 3 0>, <0>, <0>, <0>;
  95. status = "okay";
  96. m25p80@0 {
  97. compatible = "atmel,at25df321a";
  98. spi-max-frequency = <50000000>;
  99. reg = <0>;
  100. };
  101. };
  102. i2c0: i2c@f8014000 {
  103. status = "okay";
  104. wm8904: codec@1a {
  105. compatible = "wlf,wm8904";
  106. reg = <0x1a>;
  107. clocks = <&pck2>;
  108. clock-names = "mclk";
  109. };
  110. qt1070:keyboard@1b {
  111. compatible = "qt1070";
  112. reg = <0x1b>;
  113. interrupt-parent = <&pioE>;
  114. interrupts = <25 0x0>;
  115. pinctrl-names = "default";
  116. pinctrl-0 = <&pinctrl_qt1070_irq>;
  117. wakeup-source;
  118. };
  119. atmel_mxt_ts@4c {
  120. compatible = "atmel,atmel_mxt_ts";
  121. reg = <0x4c>;
  122. interrupt-parent = <&pioE>;
  123. interrupts = <24 0x0>;
  124. pinctrl-names = "default";
  125. pinctrl-0 = <&pinctrl_mxt_ts>;
  126. };
  127. };
  128. macb0: ethernet@f8020000 {
  129. pinctrl-0 = <&pinctrl_macb0_rmii &pinctrl_macb0_phy_irq>;
  130. phy-mode = "rmii";
  131. status = "okay";
  132. ethernet-phy@1 {
  133. reg = <0x1>;
  134. interrupt-parent = <&pioE>;
  135. interrupts = <1 IRQ_TYPE_LEVEL_LOW>;
  136. };
  137. };
  138. mmc1: mmc@fc000000 {
  139. pinctrl-names = "default";
  140. pinctrl-0 = <&pinctrl_mmc1_clk_cmd_dat0 &pinctrl_mmc1_dat1_3 &pinctrl_mmc1_cd>;
  141. status = "okay";
  142. slot@0 {
  143. reg = <0>;
  144. bus-width = <4>;
  145. cd-gpios = <&pioE 6 0>;
  146. };
  147. };
  148. usart2: serial@fc008000 {
  149. status = "okay";
  150. };
  151. usart3: serial@fc00c000 {
  152. status = "okay";
  153. };
  154. usart4: serial@fc010000 {
  155. status = "okay";
  156. };
  157. watchdog@fc068640 {
  158. status = "okay";
  159. };
  160. pinctrl@fc06a000 {
  161. board {
  162. pinctrl_macb0_phy_irq: macb0_phy_irq {
  163. atmel,pins =
  164. <AT91_PIOE 1 AT91_PERIPH_GPIO AT91_PINCTRL_NONE>;
  165. };
  166. pinctrl_mmc0_cd: mmc0_cd {
  167. atmel,pins =
  168. <AT91_PIOE 5 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>;
  169. };
  170. pinctrl_mmc1_cd: mmc1_cd {
  171. atmel,pins =
  172. <AT91_PIOE 6 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>;
  173. };
  174. pinctrl_pck2_as_audio_mck: pck2_as_audio_mck {
  175. atmel,pins =
  176. <AT91_PIOB 10 AT91_PERIPH_B AT91_PINCTRL_NONE>;
  177. };
  178. pinctrl_usba_vbus: usba_vbus {
  179. atmel,pins =
  180. <AT91_PIOE 31 AT91_PERIPH_GPIO AT91_PINCTRL_DEGLITCH>;
  181. };
  182. pinctrl_key_gpio: key_gpio_0 {
  183. atmel,pins =
  184. <AT91_PIOE 13 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PE13 gpio */
  185. };
  186. pinctrl_qt1070_irq: qt1070_irq {
  187. atmel,pins =
  188. <AT91_PIOE 25 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>;
  189. };
  190. pinctrl_mxt_ts: mxt_irq {
  191. atmel,pins =
  192. <AT91_PIOE 24 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>;
  193. };
  194. };
  195. };
  196. };
  197. usb0: gadget@00400000 {
  198. atmel,vbus-gpio = <&pioE 31 GPIO_ACTIVE_HIGH>;
  199. pinctrl-names = "default";
  200. pinctrl-0 = <&pinctrl_usba_vbus>;
  201. status = "okay";
  202. };
  203. usb1: ohci@00500000 {
  204. num-ports = <3>;
  205. atmel,vbus-gpio = <0 /* &pioE 10 GPIO_ACTIVE_LOW */
  206. &pioE 11 GPIO_ACTIVE_LOW
  207. &pioE 12 GPIO_ACTIVE_LOW
  208. >;
  209. status = "okay";
  210. };
  211. usb2: ehci@00600000 {
  212. status = "okay";
  213. };
  214. nand0: nand@80000000 {
  215. nand-bus-width = <8>;
  216. nand-ecc-mode = "hw";
  217. nand-on-flash-bbt;
  218. atmel,has-pmecc;
  219. status = "okay";
  220. at91bootstrap@0 {
  221. label = "at91bootstrap";
  222. reg = <0x0 0x40000>;
  223. };
  224. bootloader@40000 {
  225. label = "bootloader";
  226. reg = <0x40000 0x80000>;
  227. };
  228. bootloaderenv@c0000 {
  229. label = "bootloader env";
  230. reg = <0xc0000 0xc0000>;
  231. };
  232. dtb@180000 {
  233. label = "device tree";
  234. reg = <0x180000 0x80000>;
  235. };
  236. kernel@200000 {
  237. label = "kernel";
  238. reg = <0x200000 0x600000>;
  239. };
  240. rootfs@800000 {
  241. label = "rootfs";
  242. reg = <0x800000 0x0f800000>;
  243. };
  244. };
  245. };
  246. gpio_keys {
  247. compatible = "gpio-keys";
  248. pinctrl-names = "default";
  249. pinctrl-0 = <&pinctrl_key_gpio>;
  250. pb_user1 {
  251. label = "pb_user1";
  252. gpios = <&pioE 13 GPIO_ACTIVE_HIGH>;
  253. linux,code = <0x100>;
  254. wakeup-source;
  255. };
  256. };
  257. leds {
  258. compatible = "gpio-leds";
  259. status = "okay";
  260. d8 {
  261. label = "d8";
  262. /* PE28, conflicts with usart4 rts pin */
  263. gpios = <&pioE 28 GPIO_ACTIVE_LOW>;
  264. };
  265. d9 {
  266. label = "d9";
  267. gpios = <&pioE 9 GPIO_ACTIVE_HIGH>;
  268. };
  269. d10 {
  270. label = "d10";
  271. gpios = <&pioE 8 GPIO_ACTIVE_LOW>;
  272. linux,default-trigger = "heartbeat";
  273. };
  274. };
  275. sound {
  276. compatible = "atmel,asoc-wm8904";
  277. pinctrl-names = "default";
  278. pinctrl-0 = <&pinctrl_pck2_as_audio_mck>;
  279. atmel,model = "wm8904 @ SAMA5D4EK";
  280. atmel,audio-routing =
  281. "Headphone Jack", "HPOUTL",
  282. "Headphone Jack", "HPOUTR",
  283. "IN1L", "Line In Jack",
  284. "IN1R", "Line In Jack";
  285. atmel,ssc-controller = <&ssc0>;
  286. atmel,audio-codec = <&wm8904>;
  287. };
  288. };