blob: d20d4033d64c9a0ebbc0e7cd2c34a0ac7554019d [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>;
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200151 status = "okay";
152 };
153
154 i2c0: i2c@f8028000 {
155 dmas = <0>, <0>;
Ludovic Desrochesa9b672a2015-09-16 17:37:03 +0200156 pinctrl-names = "default";
157 pinctrl-0 = <&pinctrl_i2c0_default>;
Ludovic Desroches0a804b52015-12-03 10:53:54 +0100158 i2c-sda-hold-time-ns = <350>;
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200159 status = "okay";
Wenyou Yang143877e2015-10-14 10:59:56 +0800160
161 pmic: act8865@5b {
162 compatible = "active-semi,act8865";
163 reg = <0x5b>;
164 active-semi,vsel-high;
165 status = "okay";
166
167 regulators {
168 vdd_1v35_reg: DCDC_REG1 {
169 regulator-name = "VDD_1V35";
170 regulator-min-microvolt = <1350000>;
171 regulator-max-microvolt = <1350000>;
172 regulator-always-on;
173 };
174
175 vdd_1v2_reg: DCDC_REG2 {
176 regulator-name = "VDD_1V2";
177 regulator-min-microvolt = <1100000>;
178 regulator-max-microvolt = <1300000>;
179 regulator-always-on;
180 };
181
182 vdd_3v3_reg: DCDC_REG3 {
183 regulator-name = "VDD_3V3";
184 regulator-min-microvolt = <3300000>;
185 regulator-max-microvolt = <3300000>;
186 regulator-always-on;
187 };
188
189 vdd_fuse_reg: LDO_REG1 {
190 regulator-name = "VDD_FUSE";
191 regulator-min-microvolt = <2500000>;
192 regulator-max-microvolt = <2500000>;
193 regulator-always-on;
194 };
195
196 vdd_3v3_lp_reg: LDO_REG2 {
197 regulator-name = "VDD_3V3_LP";
198 regulator-min-microvolt = <3300000>;
199 regulator-max-microvolt = <3300000>;
200 regulator-always-on;
201 };
202
203 vdd_led_reg: LDO_REG3 {
204 regulator-name = "VDD_LED";
205 regulator-min-microvolt = <3300000>;
206 regulator-max-microvolt = <3300000>;
207 regulator-always-on;
208 };
209
210 vdd_sdhc_1v8_reg: LDO_REG4 {
211 regulator-name = "VDD_SDHC_1V8";
212 regulator-min-microvolt = <1800000>;
213 regulator-max-microvolt = <1800000>;
Nicolas Ferre863c1ca2015-11-17 16:25:45 +0100214 regulator-always-on;
Wenyou Yang143877e2015-10-14 10:59:56 +0800215 };
216 };
217 };
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200218 };
219
Ludovic Desroches13e2a6f2015-10-16 15:04:45 +0200220 flx0: flexcom@f8034000 {
221 atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_USART>;
222 status = "disabled"; /* conflict with ISC_D2 & ISC_D3 data pins */
223
224 uart5: serial@200 {
225 compatible = "atmel,at91sam9260-usart";
226 reg = <0x200 0x200>;
227 interrupts = <19 IRQ_TYPE_LEVEL_HIGH 7>;
228 clocks = <&flx0_clk>;
229 clock-names = "usart";
230 pinctrl-names = "default";
231 pinctrl-0 = <&pinctrl_flx0_default>;
232 atmel,fifo-size = <32>;
233 status = "okay";
234 };
235 };
236
Wenyou Yang92bd7aa2015-11-05 15:39:30 +0800237 watchdog@f8048040 {
238 status = "okay";
239 };
240
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200241 uart3: serial@fc008000 {
Ludovic Desrochesa9b672a2015-09-16 17:37:03 +0200242 pinctrl-names = "default";
243 pinctrl-0 = <&pinctrl_uart3_default>;
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200244 status = "okay";
245 };
246
Ludovic Desroches13e2a6f2015-10-16 15:04:45 +0200247 flx4: flexcom@fc018000 {
248 atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_TWI>;
249 status = "okay";
250
251 i2c2: i2c@600 {
252 compatible = "atmel,sama5d2-i2c";
253 reg = <0x600 0x200>;
254 interrupts = <23 IRQ_TYPE_LEVEL_HIGH 7>;
255 dmas = <0>, <0>;
256 dma-names = "tx", "rx";
257 #address-cells = <1>;
258 #size-cells = <0>;
259 clocks = <&flx4_clk>;
260 pinctrl-names = "default";
261 pinctrl-0 = <&pinctrl_flx4_default>;
262 atmel,fifo-size = <16>;
263 status = "okay";
264 };
265 };
266
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200267 i2c1: i2c@fc028000 {
268 dmas = <0>, <0>;
Ludovic Desrochesa9b672a2015-09-16 17:37:03 +0200269 pinctrl-names = "default";
270 pinctrl-0 = <&pinctrl_i2c1_default>;
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200271 status = "okay";
272
273 at24@54 {
274 compatible = "atmel,24c02";
275 reg = <0x54>;
276 pagesize = <16>;
277 };
278 };
Ludovic Desrochesa9b672a2015-09-16 17:37:03 +0200279
280 pinctrl@fc038000 {
Ludovic Desroches13e2a6f2015-10-16 15:04:45 +0200281 pinctrl_flx0_default: flx0_default {
282 pinmux = <PIN_PB28__FLEXCOM0_IO0>,
283 <PIN_PB29__FLEXCOM0_IO1>;
284 bias-disable;
285 };
286
287 pinctrl_flx4_default: flx4_default {
288 pinmux = <PIN_PD12__FLEXCOM4_IO0>,
289 <PIN_PD13__FLEXCOM4_IO1>;
290 bias-disable;
291 };
292
Ludovic Desrochesa9b672a2015-09-16 17:37:03 +0200293 pinctrl_i2c0_default: i2c0_default {
294 pinmux = <PIN_PD21__TWD0>,
295 <PIN_PD22__TWCK0>;
296 bias-disable;
297 };
298
299 pinctrl_i2c1_default: i2c1_default {
300 pinmux = <PIN_PD4__TWD1>,
301 <PIN_PD5__TWCK1>;
302 bias-disable;
303 };
304
Ludovic Desrochesc7e48d42015-06-22 10:01:20 +0200305 pinctrl_key_gpio_default: key_gpio_default {
306 pinmux = <PIN_PB9__GPIO>;
307 bias-pull-up;
308 };
309
Ludovic Desrochesa9b672a2015-09-16 17:37:03 +0200310 pinctrl_macb0_default: macb0_default {
311 pinmux = <PIN_PB14__GTXCK>,
312 <PIN_PB15__GTXEN>,
313 <PIN_PB16__GRXDV>,
314 <PIN_PB17__GRXER>,
315 <PIN_PB18__GRX0>,
316 <PIN_PB19__GRX1>,
317 <PIN_PB20__GTX0>,
318 <PIN_PB21__GTX1>,
319 <PIN_PB22__GMDC>,
320 <PIN_PB23__GMDIO>;
321 bias-disable;
322 };
323
Nicolas Ferre6c482fd2016-01-12 15:55:12 +0100324 pinctrl_macb0_phy_irq: macb0_phy_irq {
325 pinmux = <PIN_PC9__GPIO>;
Romain Izard34ff2dc2016-02-18 11:21:06 +0100326 bias-disable;
Nicolas Ferre6c482fd2016-01-12 15:55:12 +0100327 };
328
Songjun Wuca6349a2015-12-22 17:26:05 +0800329 pinctrl_pdmic_default: pdmic_default {
330 pinmux = <PIN_PB26__PDMIC_DAT>,
331 <PIN_PB27__PDMIC_CLK>;
332 bias-disable;
333 };
334
Ludovic Desroches13e2a6f2015-10-16 15:04:45 +0200335 pinctrl_sdmmc0_default: sdmmc0_default {
336 cmd_data {
337 pinmux = <PIN_PA1__SDMMC0_CMD>,
338 <PIN_PA2__SDMMC0_DAT0>,
339 <PIN_PA3__SDMMC0_DAT1>,
340 <PIN_PA4__SDMMC0_DAT2>,
341 <PIN_PA5__SDMMC0_DAT3>,
342 <PIN_PA6__SDMMC0_DAT4>,
343 <PIN_PA7__SDMMC0_DAT5>,
344 <PIN_PA8__SDMMC0_DAT6>,
345 <PIN_PA9__SDMMC0_DAT7>;
346 bias-pull-up;
347 };
348
349 ck_cd_rstn_vddsel {
350 pinmux = <PIN_PA0__SDMMC0_CK>,
351 <PIN_PA10__SDMMC0_RSTN>,
352 <PIN_PA11__SDMMC0_VDDSEL>,
353 <PIN_PA13__SDMMC0_CD>;
354 bias-disable;
355 };
356 };
357
358 pinctrl_sdmmc1_default: sdmmc1_default {
359 cmd_data {
360 pinmux = <PIN_PA28__SDMMC1_CMD>,
361 <PIN_PA18__SDMMC1_DAT0>,
362 <PIN_PA19__SDMMC1_DAT1>,
363 <PIN_PA20__SDMMC1_DAT2>,
364 <PIN_PA21__SDMMC1_DAT3>;
365 bias-pull-up;
366 };
367
368 conf-ck_cd {
369 pinmux = <PIN_PA22__SDMMC1_CK>,
370 <PIN_PA30__SDMMC1_CD>;
371 bias-disable;
372 };
373 };
374
Ludovic Desrochesa9b672a2015-09-16 17:37:03 +0200375 pinctrl_spi0_default: spi0_default {
376 pinmux = <PIN_PA14__SPI0_SPCK>,
377 <PIN_PA15__SPI0_MOSI>,
378 <PIN_PA16__SPI0_MISO>,
379 <PIN_PA17__SPI0_NPCS0>;
380 bias-disable;
381 };
382
383 pinctrl_uart1_default: uart1_default {
384 pinmux = <PIN_PD2__URXD1>,
385 <PIN_PD3__UTXD1>;
386 bias-disable;
387 };
388
389 pinctrl_uart3_default: uart3_default {
390 pinmux = <PIN_PB11__URXD3>,
391 <PIN_PB12__UTXD3>;
392 bias-disable;
393 };
Cyrille Pitchenff964962015-06-23 17:51:45 +0200394
395 pinctrl_usb_default: usb_default {
396 pinmux = <PIN_PB10__GPIO>;
397 bias-disable;
398 };
399
400 pinctrl_usba_vbus: usba_vbus {
401 pinmux = <PIN_PA31__GPIO>;
402 bias-disable;
403 };
404
Ludovic Desrochesa9b672a2015-09-16 17:37:03 +0200405 };
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200406 };
407 };
Ludovic Desrochesc7e48d42015-06-22 10:01:20 +0200408
409 gpio_keys {
410 compatible = "gpio-keys";
411
412 pinctrl-names = "default";
413 pinctrl-0 = <&pinctrl_key_gpio_default>;
414
415 bp1 {
416 label = "PB_USER";
417 gpios = <&pioA 41 GPIO_ACTIVE_LOW>;
418 linux,code = <0x104>;
419 };
420 };
Nicolas Ferre22b5a0f2015-06-18 14:55:03 +0200421};