blob: 0bef9e0b89c608fde1669cd524598bf411054a72 [file] [log] [blame]
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +02001/*
2 * at91-sama5d2_xplained.dts - Device Tree file for SAMA5D2 Xplained board
3 *
4 * Copyright (C) 2015 Atmel,
5 * 2015 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 "sama5d2.dtsi"
Ludovic Desrochesa9b672a2015-09-16 17:37:03 +020047#include "sama5d2-pinfunc.h"
Ludovic Desroches13e2a6f2015-10-16 15:04:45 +020048#include <dt-bindings/mfd/atmel-flexcom.h>
Cyrille Pitchenff964962015-06-23 17:51:45 +020049#include <dt-bindings/gpio/gpio.h>
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +020050
51/ {
52 model = "Atmel SAMA5D2 Xplained";
53 compatible = "atmel,sama5d2-xplained", "atmel,sama5d2", "atmel,sama5";
54
55 chosen {
56 stdout-path = "serial0:115200n8";
57 };
58
59 memory {
60 reg = <0x20000000 0x80000>;
61 };
62
63 clocks {
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +020064 slow_xtal {
65 clock-frequency = <32768>;
66 };
67
68 main_xtal {
69 clock-frequency = <12000000>;
70 };
71 };
72
73 ahb {
74 usb0: gadget@00300000 {
Cyrille Pitchenff964962015-06-23 17:51:45 +020075 atmel,vbus-gpio = <&pioA 31 GPIO_ACTIVE_HIGH>;
76 pinctrl-names = "default";
77 pinctrl-0 = <&pinctrl_usba_vbus>;
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +020078 status = "okay";
79 };
80
81 usb1: ohci@00400000 {
82 num-ports = <3>;
Cyrille Pitchenff964962015-06-23 17:51:45 +020083 atmel,vbus-gpio = <0 /* &pioA 41 GPIO_ACTIVE_HIGH */
84 &pioA 42 GPIO_ACTIVE_HIGH
85 0
86 >;
87 pinctrl-names = "default";
88 pinctrl-0 = <&pinctrl_usb_default>;
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +020089 status = "okay";
90 };
91
92 usb2: ehci@00500000 {
93 status = "okay";
94 };
95
Ludovic Desroches13e2a6f2015-10-16 15:04:45 +020096 sdmmc0: sdio-host@a0000000 {
97 bus-width = <8>;
98 pinctrl-names = "default";
99 pinctrl-0 = <&pinctrl_sdmmc0_default>;
100 non-removable;
101 mmc-ddr-1_8v;
102 status = "okay";
103 };
104
105 sdmmc1: sdio-host@b0000000 {
106 bus-width = <4>;
107 pinctrl-names = "default";
108 pinctrl-0 = <&pinctrl_sdmmc1_default>;
109 status = "okay"; /* conflict with qspi0 */
110 };
111
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200112 apb {
113 spi0: spi@f8000000 {
Ludovic Desrochesa9b672a2015-09-16 17:37:03 +0200114 pinctrl-names = "default";
115 pinctrl-0 = <&pinctrl_spi0_default>;
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200116 status = "okay";
117
118 m25p80@0 {
119 compatible = "atmel,at25df321a";
120 reg = <0>;
121 spi-max-frequency = <50000000>;
122 };
123 };
124
125 macb0: ethernet@f8008000 {
Ludovic Desrochesa9b672a2015-09-16 17:37:03 +0200126 pinctrl-names = "default";
Nicolas Ferre6c482fd2016-01-12 15:55:12 +0100127 pinctrl-0 = <&pinctrl_macb0_default &pinctrl_macb0_phy_irq>;
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200128 phy-mode = "rmii";
129 status = "okay";
Nicolas Ferre6c482fd2016-01-12 15:55:12 +0100130
131 ethernet-phy@1 {
132 reg = <0x1>;
133 interrupt-parent = <&pioA>;
134 interrupts = <73 IRQ_TYPE_LEVEL_LOW>;
135 };
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200136 };
137
Songjun Wuca6349a2015-12-22 17:26:05 +0800138 pdmic@f8018000 {
139 pinctrl-names = "default";
140 pinctrl-0 = <&pinctrl_pdmic_default>;
141 atmel,model = "PDMIC @ sama5d2_xplained";
142 atmel,mic-min-freq = <1000000>;
143 atmel,mic-max-freq = <3246000>;
144 atmel,mic-offset = <0x0>;
145 status = "okay";
146 };
147
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200148 uart1: serial@f8020000 {
Ludovic Desrochesa9b672a2015-09-16 17:37:03 +0200149 pinctrl-names = "default";
150 pinctrl-0 = <&pinctrl_uart1_default>;
Alexandre Belloni78162d42017-01-19 23:05:39 +0100151 atmel,use-dma-rx;
152 atmel,use-dma-tx;
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200153 status = "okay";
154 };
155
156 i2c0: i2c@f8028000 {
157 dmas = <0>, <0>;
Ludovic Desrochesa9b672a2015-09-16 17:37:03 +0200158 pinctrl-names = "default";
159 pinctrl-0 = <&pinctrl_i2c0_default>;
Ludovic Desroches0a804b52015-12-03 10:53:54 +0100160 i2c-sda-hold-time-ns = <350>;
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200161 status = "okay";
Wenyou Yang143877e2015-10-14 10:59:56 +0800162
Wenyou Yangb8bca7e2016-06-24 15:32:05 +0800163 pmic@5b {
164 compatible = "active-semi,act8945a";
Wenyou Yang143877e2015-10-14 10:59:56 +0800165 reg = <0x5b>;
166 active-semi,vsel-high;
Wenyou Yangb8bca7e2016-06-24 15:32:05 +0800167 active-semi,chglev-gpios = <&pioA 12 GPIO_ACTIVE_HIGH>;
168 active-semi,lbo-gpios = <&pioA 72 GPIO_ACTIVE_LOW>;
169 active-semi,irq_gpios = <&pioA 45 GPIO_ACTIVE_LOW>;
170 active-semi,input-voltage-threshold-microvolt = <6600>;
171 active-semi,precondition-timeout = <40>;
172 active-semi,total-timeout = <3>;
173 pinctrl-names = "default";
174 pinctrl-0 = <&pinctrl_charger_chglev &pinctrl_charger_lbo &pinctrl_charger_irq>;
Wenyou Yang143877e2015-10-14 10:59:56 +0800175 status = "okay";
176
177 regulators {
Wenyou Yangb8bca7e2016-06-24 15:32:05 +0800178 vdd_1v35_reg: REG_DCDC1 {
Wenyou Yang143877e2015-10-14 10:59:56 +0800179 regulator-name = "VDD_1V35";
180 regulator-min-microvolt = <1350000>;
181 regulator-max-microvolt = <1350000>;
182 regulator-always-on;
183 };
184
Wenyou Yangb8bca7e2016-06-24 15:32:05 +0800185 vdd_1v2_reg: REG_DCDC2 {
Wenyou Yang143877e2015-10-14 10:59:56 +0800186 regulator-name = "VDD_1V2";
187 regulator-min-microvolt = <1100000>;
188 regulator-max-microvolt = <1300000>;
189 regulator-always-on;
190 };
191
Wenyou Yangb8bca7e2016-06-24 15:32:05 +0800192 vdd_3v3_reg: REG_DCDC3 {
Wenyou Yang143877e2015-10-14 10:59:56 +0800193 regulator-name = "VDD_3V3";
194 regulator-min-microvolt = <3300000>;
195 regulator-max-microvolt = <3300000>;
196 regulator-always-on;
197 };
198
Wenyou Yangb8bca7e2016-06-24 15:32:05 +0800199 vdd_fuse_reg: REG_LDO1 {
Wenyou Yang143877e2015-10-14 10:59:56 +0800200 regulator-name = "VDD_FUSE";
201 regulator-min-microvolt = <2500000>;
202 regulator-max-microvolt = <2500000>;
203 regulator-always-on;
204 };
205
Wenyou Yangb8bca7e2016-06-24 15:32:05 +0800206 vdd_3v3_lp_reg: REG_LDO2 {
Wenyou Yang143877e2015-10-14 10:59:56 +0800207 regulator-name = "VDD_3V3_LP";
208 regulator-min-microvolt = <3300000>;
209 regulator-max-microvolt = <3300000>;
210 regulator-always-on;
211 };
212
Wenyou Yangb8bca7e2016-06-24 15:32:05 +0800213 vdd_led_reg: REG_LDO3 {
Wenyou Yang143877e2015-10-14 10:59:56 +0800214 regulator-name = "VDD_LED";
215 regulator-min-microvolt = <3300000>;
216 regulator-max-microvolt = <3300000>;
217 regulator-always-on;
218 };
219
Wenyou Yangb8bca7e2016-06-24 15:32:05 +0800220 vdd_sdhc_1v8_reg: REG_LDO4 {
Wenyou Yang143877e2015-10-14 10:59:56 +0800221 regulator-name = "VDD_SDHC_1V8";
222 regulator-min-microvolt = <1800000>;
223 regulator-max-microvolt = <1800000>;
Nicolas Ferre863c1ca2015-11-17 16:25:45 +0100224 regulator-always-on;
Wenyou Yang143877e2015-10-14 10:59:56 +0800225 };
226 };
227 };
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200228 };
229
Ludovic Desroches13e2a6f2015-10-16 15:04:45 +0200230 flx0: flexcom@f8034000 {
231 atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_USART>;
232 status = "disabled"; /* conflict with ISC_D2 & ISC_D3 data pins */
233
234 uart5: serial@200 {
235 compatible = "atmel,at91sam9260-usart";
236 reg = <0x200 0x200>;
237 interrupts = <19 IRQ_TYPE_LEVEL_HIGH 7>;
238 clocks = <&flx0_clk>;
239 clock-names = "usart";
240 pinctrl-names = "default";
241 pinctrl-0 = <&pinctrl_flx0_default>;
242 atmel,fifo-size = <32>;
243 status = "okay";
244 };
245 };
246
Nicolas Ferree4b9a212016-04-26 14:19:25 +0200247 shdwc@f8048010 {
248 atmel,shdwc-debouncer = <976>;
Alexandre Belloni367daf82017-02-02 19:53:17 +0100249 atmel,wakeup-rtc-timer;
Nicolas Ferree4b9a212016-04-26 14:19:25 +0200250
251 input@0 {
252 reg = <0>;
253 atmel,wakeup-type = "low";
254 };
255 };
256
Wenyou Yang92bd7aa2015-11-05 15:39:30 +0800257 watchdog@f8048040 {
258 status = "okay";
259 };
260
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200261 uart3: serial@fc008000 {
Nicolas Ferre89a236d2016-12-01 11:49:49 +0100262 atmel,use-dma-rx;
263 atmel,use-dma-tx;
Ludovic Desrochesa9b672a2015-09-16 17:37:03 +0200264 pinctrl-names = "default";
265 pinctrl-0 = <&pinctrl_uart3_default>;
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200266 status = "okay";
267 };
268
Ludovic Desroches13e2a6f2015-10-16 15:04:45 +0200269 flx4: flexcom@fc018000 {
270 atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_TWI>;
271 status = "okay";
272
273 i2c2: i2c@600 {
274 compatible = "atmel,sama5d2-i2c";
275 reg = <0x600 0x200>;
276 interrupts = <23 IRQ_TYPE_LEVEL_HIGH 7>;
277 dmas = <0>, <0>;
278 dma-names = "tx", "rx";
279 #address-cells = <1>;
280 #size-cells = <0>;
281 clocks = <&flx4_clk>;
282 pinctrl-names = "default";
283 pinctrl-0 = <&pinctrl_flx4_default>;
284 atmel,fifo-size = <16>;
285 status = "okay";
286 };
287 };
288
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200289 i2c1: i2c@fc028000 {
290 dmas = <0>, <0>;
Ludovic Desrochesa9b672a2015-09-16 17:37:03 +0200291 pinctrl-names = "default";
292 pinctrl-0 = <&pinctrl_i2c1_default>;
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200293 status = "okay";
294
295 at24@54 {
296 compatible = "atmel,24c02";
297 reg = <0x54>;
298 pagesize = <16>;
299 };
300 };
Ludovic Desrochesa9b672a2015-09-16 17:37:03 +0200301
Ludovic Desroches5e72c252016-01-14 16:38:16 +0100302 adc: adc@fc030000 {
303 vddana-supply = <&vdd_3v3_lp_reg>;
304 vref-supply = <&vdd_3v3_lp_reg>;
305 pinctrl-names = "default";
306 pinctrl-0 = <&pinctrl_adc_default>;
307 status = "okay";
308 };
309
Ludovic Desrochesa9b672a2015-09-16 17:37:03 +0200310 pinctrl@fc038000 {
Ludovic Desroches5e72c252016-01-14 16:38:16 +0100311 /*
312 * There is no real pinmux for ADC, if the pin
313 * is not requested by another peripheral then
314 * the muxing is done when channel is enabled.
315 * Requesting pins for ADC is GPIO is
316 * encouraged to prevent conflicts and to
317 * disable bias in order to be in the same
318 * state when the pin is not muxed to the adc.
319 */
320 pinctrl_adc_default: adc_default {
321 pinmux = <PIN_PD23__GPIO>;
322 bias-disable;
323 };
324
Wenyou Yangb8bca7e2016-06-24 15:32:05 +0800325 pinctrl_charger_chglev: charger_chglev {
326 pinmux = <PIN_PA12__GPIO>;
327 bias-disable;
328 };
329
330 pinctrl_charger_irq: charger_irq {
331 pinmux = <PIN_PB13__GPIO>;
332 bias-disable;
333 };
334
335 pinctrl_charger_lbo: charger_lbo {
336 pinmux = <PIN_PC8__GPIO>;
337 bias-pull-up;
338 };
339
Ludovic Desroches13e2a6f2015-10-16 15:04:45 +0200340 pinctrl_flx0_default: flx0_default {
341 pinmux = <PIN_PB28__FLEXCOM0_IO0>,
342 <PIN_PB29__FLEXCOM0_IO1>;
343 bias-disable;
344 };
345
346 pinctrl_flx4_default: flx4_default {
347 pinmux = <PIN_PD12__FLEXCOM4_IO0>,
348 <PIN_PD13__FLEXCOM4_IO1>;
349 bias-disable;
350 };
351
Ludovic Desrochesa9b672a2015-09-16 17:37:03 +0200352 pinctrl_i2c0_default: i2c0_default {
353 pinmux = <PIN_PD21__TWD0>,
354 <PIN_PD22__TWCK0>;
355 bias-disable;
356 };
357
358 pinctrl_i2c1_default: i2c1_default {
359 pinmux = <PIN_PD4__TWD1>,
360 <PIN_PD5__TWCK1>;
361 bias-disable;
362 };
363
Ludovic Desrochesc7e48d42015-06-22 10:01:20 +0200364 pinctrl_key_gpio_default: key_gpio_default {
365 pinmux = <PIN_PB9__GPIO>;
366 bias-pull-up;
367 };
368
Wenyou Yanged0f4b32015-06-25 18:13:49 +0800369 pinctrl_led_gpio_default: led_gpio_default {
370 pinmux = <PIN_PB0__GPIO>,
371 <PIN_PB5__GPIO>,
372 <PIN_PB6__GPIO>;
373 bias-pull-up;
374 };
375
Ludovic Desrochesa9b672a2015-09-16 17:37:03 +0200376 pinctrl_macb0_default: macb0_default {
377 pinmux = <PIN_PB14__GTXCK>,
378 <PIN_PB15__GTXEN>,
379 <PIN_PB16__GRXDV>,
380 <PIN_PB17__GRXER>,
381 <PIN_PB18__GRX0>,
382 <PIN_PB19__GRX1>,
383 <PIN_PB20__GTX0>,
384 <PIN_PB21__GTX1>,
385 <PIN_PB22__GMDC>,
386 <PIN_PB23__GMDIO>;
387 bias-disable;
388 };
389
Nicolas Ferre6c482fd2016-01-12 15:55:12 +0100390 pinctrl_macb0_phy_irq: macb0_phy_irq {
391 pinmux = <PIN_PC9__GPIO>;
Romain Izard34ff2dc2016-02-18 11:21:06 +0100392 bias-disable;
Nicolas Ferre6c482fd2016-01-12 15:55:12 +0100393 };
394
Songjun Wuca6349a2015-12-22 17:26:05 +0800395 pinctrl_pdmic_default: pdmic_default {
396 pinmux = <PIN_PB26__PDMIC_DAT>,
397 <PIN_PB27__PDMIC_CLK>;
398 bias-disable;
399 };
400
Ludovic Desroches13e2a6f2015-10-16 15:04:45 +0200401 pinctrl_sdmmc0_default: sdmmc0_default {
402 cmd_data {
403 pinmux = <PIN_PA1__SDMMC0_CMD>,
404 <PIN_PA2__SDMMC0_DAT0>,
405 <PIN_PA3__SDMMC0_DAT1>,
406 <PIN_PA4__SDMMC0_DAT2>,
407 <PIN_PA5__SDMMC0_DAT3>,
408 <PIN_PA6__SDMMC0_DAT4>,
409 <PIN_PA7__SDMMC0_DAT5>,
410 <PIN_PA8__SDMMC0_DAT6>,
411 <PIN_PA9__SDMMC0_DAT7>;
412 bias-pull-up;
413 };
414
415 ck_cd_rstn_vddsel {
416 pinmux = <PIN_PA0__SDMMC0_CK>,
417 <PIN_PA10__SDMMC0_RSTN>,
418 <PIN_PA11__SDMMC0_VDDSEL>,
419 <PIN_PA13__SDMMC0_CD>;
420 bias-disable;
421 };
422 };
423
424 pinctrl_sdmmc1_default: sdmmc1_default {
425 cmd_data {
426 pinmux = <PIN_PA28__SDMMC1_CMD>,
427 <PIN_PA18__SDMMC1_DAT0>,
428 <PIN_PA19__SDMMC1_DAT1>,
429 <PIN_PA20__SDMMC1_DAT2>,
430 <PIN_PA21__SDMMC1_DAT3>;
431 bias-pull-up;
432 };
433
434 conf-ck_cd {
435 pinmux = <PIN_PA22__SDMMC1_CK>,
436 <PIN_PA30__SDMMC1_CD>;
437 bias-disable;
438 };
439 };
440
Ludovic Desrochesa9b672a2015-09-16 17:37:03 +0200441 pinctrl_spi0_default: spi0_default {
442 pinmux = <PIN_PA14__SPI0_SPCK>,
443 <PIN_PA15__SPI0_MOSI>,
444 <PIN_PA16__SPI0_MISO>,
445 <PIN_PA17__SPI0_NPCS0>;
446 bias-disable;
447 };
448
449 pinctrl_uart1_default: uart1_default {
450 pinmux = <PIN_PD2__URXD1>,
451 <PIN_PD3__UTXD1>;
452 bias-disable;
453 };
454
455 pinctrl_uart3_default: uart3_default {
456 pinmux = <PIN_PB11__URXD3>,
457 <PIN_PB12__UTXD3>;
458 bias-disable;
459 };
Cyrille Pitchenff964962015-06-23 17:51:45 +0200460
461 pinctrl_usb_default: usb_default {
462 pinmux = <PIN_PB10__GPIO>;
463 bias-disable;
464 };
465
466 pinctrl_usba_vbus: usba_vbus {
467 pinmux = <PIN_PA31__GPIO>;
468 bias-disable;
469 };
470
Ludovic Desrochesa9b672a2015-09-16 17:37:03 +0200471 };
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200472 };
473 };
Ludovic Desrochesc7e48d42015-06-22 10:01:20 +0200474
475 gpio_keys {
476 compatible = "gpio-keys";
477
478 pinctrl-names = "default";
479 pinctrl-0 = <&pinctrl_key_gpio_default>;
480
481 bp1 {
482 label = "PB_USER";
483 gpios = <&pioA 41 GPIO_ACTIVE_LOW>;
484 linux,code = <0x104>;
485 };
486 };
Wenyou Yanged0f4b32015-06-25 18:13:49 +0800487
488 leds {
489 compatible = "gpio-leds";
490 pinctrl-names = "default";
491 pinctrl-0 = <&pinctrl_led_gpio_default>;
492 status = "okay";
493
494 red {
495 label = "red";
496 gpios = <&pioA 38 GPIO_ACTIVE_LOW>;
497 };
498
499 green {
500 label = "green";
501 gpios = <&pioA 37 GPIO_ACTIVE_LOW>;
502 };
503
504 blue {
505 label = "blue";
506 gpios = <&pioA 32 GPIO_ACTIVE_LOW>;
507 linux,default-trigger = "heartbeat";
508 };
509 };
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200510};