blob: 69b386f8c592a8b3743991cd25ce322d9ed2e0dd [file] [log] [blame]
Nicolas Ferre467f1cf2012-01-26 11:59:20 +01001/*
2 * at91sam9x5.dtsi - Device Tree Include file for AT91SAM9x5 family SoC
3 * applies to AT91SAM9G15, AT91SAM9G25, AT91SAM9G35,
4 * AT91SAM9X25, AT91SAM9X35 SoC
5 *
6 * Copyright (C) 2012 Atmel,
7 * 2012 Nicolas Ferre <nicolas.ferre@atmel.com>
8 *
9 * Licensed under GPLv2 or later.
10 */
11
Jean-Christophe PLAGNIOL-VILLARD6db64d22013-05-15 01:21:50 +080012#include "skeleton.dtsi"
Nicolas Ferre467f1cf2012-01-26 11:59:20 +010013
14/ {
15 model = "Atmel AT91SAM9x5 family SoC";
16 compatible = "atmel,at91sam9x5";
17 interrupt-parent = <&aic>;
18
19 aliases {
20 serial0 = &dbgu;
21 serial1 = &usart0;
22 serial2 = &usart1;
23 serial3 = &usart2;
24 gpio0 = &pioA;
25 gpio1 = &pioB;
26 gpio2 = &pioC;
27 gpio3 = &pioD;
28 tcb0 = &tcb0;
29 tcb1 = &tcb1;
Ludovic Desroches05dcd362012-09-12 08:42:16 +020030 i2c0 = &i2c0;
31 i2c1 = &i2c1;
32 i2c2 = &i2c2;
Bo Shen099343c2012-11-07 11:41:41 +080033 ssc0 = &ssc0;
Nicolas Ferre467f1cf2012-01-26 11:59:20 +010034 };
35 cpus {
36 cpu@0 {
37 compatible = "arm,arm926ejs";
38 };
39 };
40
Ludovic Desrochesdcce6ce2012-04-02 20:44:20 +020041 memory {
Nicolas Ferre467f1cf2012-01-26 11:59:20 +010042 reg = <0x20000000 0x10000000>;
43 };
44
45 ahb {
46 compatible = "simple-bus";
47 #address-cells = <1>;
48 #size-cells = <1>;
49 ranges;
50
51 apb {
52 compatible = "simple-bus";
53 #address-cells = <1>;
54 #size-cells = <1>;
55 ranges;
56
57 aic: interrupt-controller@fffff000 {
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +020058 #interrupt-cells = <3>;
Nicolas Ferre467f1cf2012-01-26 11:59:20 +010059 compatible = "atmel,at91rm9200-aic";
60 interrupt-controller;
Nicolas Ferre467f1cf2012-01-26 11:59:20 +010061 reg = <0xfffff000 0x200>;
Jean-Christophe PLAGNIOL-VILLARDc6573942012-04-09 19:36:36 +080062 atmel,external-irqs = <31>;
Nicolas Ferre467f1cf2012-01-26 11:59:20 +010063 };
64
Jean-Christophe PLAGNIOL-VILLARDa7776ec2012-03-02 20:54:37 +080065 ramc0: ramc@ffffe800 {
66 compatible = "atmel,at91sam9g45-ddramc";
67 reg = <0xffffe800 0x200>;
68 };
69
Jean-Christophe PLAGNIOL-VILLARDeb5e76f2012-03-02 20:44:23 +080070 pmc: pmc@fffffc00 {
71 compatible = "atmel,at91rm9200-pmc";
72 reg = <0xfffffc00 0x100>;
73 };
74
Jean-Christophe PLAGNIOL-VILLARDc8082d32012-03-03 03:16:27 +080075 rstc@fffffe00 {
76 compatible = "atmel,at91sam9g45-rstc";
77 reg = <0xfffffe00 0x10>;
78 };
79
Jean-Christophe PLAGNIOL-VILLARD82015c42012-03-02 21:01:00 +080080 shdwc@fffffe10 {
81 compatible = "atmel,at91sam9x5-shdwc";
82 reg = <0xfffffe10 0x10>;
83 };
84
Nicolas Ferre467f1cf2012-01-26 11:59:20 +010085 pit: timer@fffffe30 {
86 compatible = "atmel,at91sam9260-pit";
87 reg = <0xfffffe30 0xf>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +020088 interrupts = <1 4 7>;
Nicolas Ferre467f1cf2012-01-26 11:59:20 +010089 };
90
91 tcb0: timer@f8008000 {
92 compatible = "atmel,at91sam9x5-tcb";
93 reg = <0xf8008000 0x100>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +020094 interrupts = <17 4 0>;
Nicolas Ferre467f1cf2012-01-26 11:59:20 +010095 };
96
97 tcb1: timer@f800c000 {
98 compatible = "atmel,at91sam9x5-tcb";
99 reg = <0xf800c000 0x100>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +0200100 interrupts = <17 4 0>;
Nicolas Ferre467f1cf2012-01-26 11:59:20 +0100101 };
102
103 dma0: dma-controller@ffffec00 {
104 compatible = "atmel,at91sam9g45-dma";
105 reg = <0xffffec00 0x200>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +0200106 interrupts = <20 4 0>;
Ludovic Desroches980ce7d2013-04-16 15:03:06 +0200107 #dma-cells = <2>;
Nicolas Ferre467f1cf2012-01-26 11:59:20 +0100108 };
109
110 dma1: dma-controller@ffffee00 {
111 compatible = "atmel,at91sam9g45-dma";
112 reg = <0xffffee00 0x200>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +0200113 interrupts = <21 4 0>;
Ludovic Desroches980ce7d2013-04-16 15:03:06 +0200114 #dma-cells = <2>;
Nicolas Ferre467f1cf2012-01-26 11:59:20 +0100115 };
116
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800117 pinctrl@fffff400 {
Jean-Christophe PLAGNIOL-VILLARDe4541ff2012-07-04 17:20:46 +0800118 #address-cells = <1>;
119 #size-cells = <1>;
Jean-Christophe PLAGNIOL-VILLARD5314ec82012-07-05 16:56:09 +0800120 compatible = "atmel,at91sam9x5-pinctrl", "atmel,at91rm9200-pinctrl", "simple-bus";
Jean-Christophe PLAGNIOL-VILLARDe4541ff2012-07-04 17:20:46 +0800121 ranges = <0xfffff400 0xfffff400 0x800>;
Nicolas Ferre467f1cf2012-01-26 11:59:20 +0100122
Jean-Christophe PLAGNIOL-VILLARD5314ec82012-07-05 16:56:09 +0800123 /* shared pinctrl settings */
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800124 dbgu {
125 pinctrl_dbgu: dbgu-0 {
126 atmel,pins =
127 <0 9 0x1 0x0 /* PA9 periph A */
128 0 10 0x1 0x1>; /* PA10 periph A with pullup */
129 };
130 };
131
Jean-Christophe PLAGNIOL-VILLARD9e3129e2012-11-19 06:40:01 +0800132 usart0 {
133 pinctrl_usart0: usart0-0 {
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800134 atmel,pins =
135 <0 0 0x1 0x1 /* PA0 periph A with pullup */
136 0 1 0x1 0x0>; /* PA1 periph A */
137 };
138
Jean-Christophe PLAGNIOL-VILLARDc58c0c52012-11-19 07:30:01 +0800139 pinctrl_usart0_rts: usart0_rts-0 {
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800140 atmel,pins =
Jean-Christophe PLAGNIOL-VILLARDc58c0c52012-11-19 07:30:01 +0800141 <0 2 0x1 0x0>; /* PA2 periph A */
142 };
143
144 pinctrl_usart0_cts: usart0_cts-0 {
145 atmel,pins =
146 <0 3 0x1 0x0>; /* PA3 periph A */
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800147 };
Richard Genoud1bab02e2013-01-18 16:42:28 +0000148
149 pinctrl_usart0_sck: usart0_sck-0 {
150 atmel,pins =
151 <0 4 0x1 0x0>; /* PA4 periph A */
152 };
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800153 };
154
Jean-Christophe PLAGNIOL-VILLARD9e3129e2012-11-19 06:40:01 +0800155 usart1 {
156 pinctrl_usart1: usart1-0 {
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800157 atmel,pins =
158 <0 5 0x1 0x1 /* PA5 periph A with pullup */
159 0 6 0x1 0x0>; /* PA6 periph A */
160 };
161
Jean-Christophe PLAGNIOL-VILLARDc58c0c52012-11-19 07:30:01 +0800162 pinctrl_usart1_rts: usart1_rts-0 {
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800163 atmel,pins =
Richard Genoudc89cec32013-01-18 16:41:21 +0000164 <2 27 0x3 0x0>; /* PC27 periph C */
Jean-Christophe PLAGNIOL-VILLARDc58c0c52012-11-19 07:30:01 +0800165 };
166
167 pinctrl_usart1_cts: usart1_cts-0 {
168 atmel,pins =
Richard Genoudc89cec32013-01-18 16:41:21 +0000169 <2 28 0x3 0x0>; /* PC28 periph C */
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800170 };
Richard Genoud1bab02e2013-01-18 16:42:28 +0000171
172 pinctrl_usart1_sck: usart1_sck-0 {
173 atmel,pins =
174 <2 28 0x3 0x0>; /* PC29 periph C */
175 };
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800176 };
177
Jean-Christophe PLAGNIOL-VILLARD9e3129e2012-11-19 06:40:01 +0800178 usart2 {
179 pinctrl_usart2: usart2-0 {
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800180 atmel,pins =
181 <0 7 0x1 0x1 /* PA7 periph A with pullup */
182 0 8 0x1 0x0>; /* PA8 periph A */
183 };
184
Jean-Christophe PLAGNIOL-VILLARDc58c0c52012-11-19 07:30:01 +0800185 pinctrl_uart2_rts: uart2_rts-0 {
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800186 atmel,pins =
Richard Genoudc89cec32013-01-18 16:41:21 +0000187 <1 0 0x2 0x0>; /* PB0 periph B */
Jean-Christophe PLAGNIOL-VILLARDc58c0c52012-11-19 07:30:01 +0800188 };
189
190 pinctrl_uart2_cts: uart2_cts-0 {
191 atmel,pins =
Richard Genoudc89cec32013-01-18 16:41:21 +0000192 <1 1 0x2 0x0>; /* PB1 periph B */
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800193 };
Richard Genoud1bab02e2013-01-18 16:42:28 +0000194
195 pinctrl_usart2_sck: usart2_sck-0 {
196 atmel,pins =
197 <1 2 0x2 0x0>; /* PB2 periph B */
198 };
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800199 };
200
Jean-Christophe PLAGNIOL-VILLARD9e3129e2012-11-19 06:40:01 +0800201 usart3 {
Robert Nelson65a0fe02013-01-28 09:43:36 -0600202 pinctrl_usart3: usart3-0 {
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800203 atmel,pins =
Douglas Gilbert7d4cfec2013-01-30 10:09:17 +0100204 <2 22 0x2 0x1 /* PC22 periph B with pullup */
Richard Genoudc89cec32013-01-18 16:41:21 +0000205 2 23 0x2 0x0>; /* PC23 periph B */
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800206 };
207
Jean-Christophe PLAGNIOL-VILLARDc58c0c52012-11-19 07:30:01 +0800208 pinctrl_usart3_rts: usart3_rts-0 {
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800209 atmel,pins =
Richard Genoudc89cec32013-01-18 16:41:21 +0000210 <2 24 0x2 0x0>; /* PC24 periph B */
Jean-Christophe PLAGNIOL-VILLARDc58c0c52012-11-19 07:30:01 +0800211 };
212
213 pinctrl_usart3_cts: usart3_cts-0 {
214 atmel,pins =
Richard Genoudc89cec32013-01-18 16:41:21 +0000215 <2 25 0x2 0x0>; /* PC25 periph B */
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800216 };
Richard Genoud1bab02e2013-01-18 16:42:28 +0000217
218 pinctrl_usart3_sck: usart3_sck-0 {
219 atmel,pins =
220 <2 26 0x2 0x0>; /* PC26 periph B */
221 };
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800222 };
223
Jean-Christophe PLAGNIOL-VILLARD9e3129e2012-11-19 06:40:01 +0800224 uart0 {
225 pinctrl_uart0: uart0-0 {
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800226 atmel,pins =
Richard Genoudc89cec32013-01-18 16:41:21 +0000227 <2 8 0x3 0x0 /* PC8 periph C */
228 2 9 0x3 0x1>; /* PC9 periph C with pullup */
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800229 };
230 };
231
Jean-Christophe PLAGNIOL-VILLARD9e3129e2012-11-19 06:40:01 +0800232 uart1 {
233 pinctrl_uart1: uart1-0 {
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800234 atmel,pins =
Richard Genoudc89cec32013-01-18 16:41:21 +0000235 <2 16 0x3 0x0 /* PC16 periph C */
236 2 17 0x3 0x1>; /* PC17 periph C with pullup */
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800237 };
238 };
Jean-Christophe PLAGNIOL-VILLARD5314ec82012-07-05 16:56:09 +0800239
Jean-Christophe PLAGNIOL-VILLARD7a38d452012-07-12 23:36:52 +0800240 nand {
241 pinctrl_nand: nand-0 {
242 atmel,pins =
Richard Genoud7f064722013-03-11 15:12:40 +0100243 <3 0 0x1 0x0 /* PD0 periph A Read Enable */
244 3 1 0x1 0x0 /* PD1 periph A Write Enable */
245 3 2 0x1 0x0 /* PD2 periph A Address Latch Enable */
246 3 3 0x1 0x0 /* PD3 periph A Command Latch Enable */
247 3 4 0x0 0x1 /* PD4 gpio Chip Enable pin pull_up */
248 3 5 0x0 0x1 /* PD5 gpio RDY/BUSY pin pull_up */
249 3 6 0x1 0x0 /* PD6 periph A Data bit 0 */
250 3 7 0x1 0x0 /* PD7 periph A Data bit 1 */
251 3 8 0x1 0x0 /* PD8 periph A Data bit 2 */
252 3 9 0x1 0x0 /* PD9 periph A Data bit 3 */
253 3 10 0x1 0x0 /* PD10 periph A Data bit 4 */
254 3 11 0x1 0x0 /* PD11 periph A Data bit 5 */
255 3 12 0x1 0x0 /* PD12 periph A Data bit 6 */
256 3 13 0x1 0x0>; /* PD13 periph A Data bit 7 */
257 };
258
259 pinctrl_nand_16bits: nand_16bits-0 {
260 atmel,pins =
261 <3 14 0x1 0x0 /* PD14 periph A Data bit 8 */
262 3 15 0x1 0x0 /* PD15 periph A Data bit 9 */
263 3 16 0x1 0x0 /* PD16 periph A Data bit 10 */
264 3 17 0x1 0x0 /* PD17 periph A Data bit 11 */
265 3 18 0x1 0x0 /* PD18 periph A Data bit 12 */
266 3 19 0x1 0x0 /* PD19 periph A Data bit 13 */
267 3 20 0x1 0x0 /* PD20 periph A Data bit 14 */
268 3 21 0x1 0x0>; /* PD21 periph A Data bit 15 */
Jean-Christophe PLAGNIOL-VILLARD7a38d452012-07-12 23:36:52 +0800269 };
270 };
271
Jean-Christophe PLAGNIOL-VILLARDd9b4fe82012-10-23 10:19:11 +0800272 macb0 {
273 pinctrl_macb0_rmii: macb0_rmii-0 {
274 atmel,pins =
275 <1 0 0x1 0x0 /* PB0 periph A */
276 1 1 0x1 0x0 /* PB1 periph A */
277 1 2 0x1 0x0 /* PB2 periph A */
278 1 3 0x1 0x0 /* PB3 periph A */
279 1 4 0x1 0x0 /* PB4 periph A */
280 1 5 0x1 0x0 /* PB5 periph A */
281 1 6 0x1 0x0 /* PB6 periph A */
282 1 7 0x1 0x0 /* PB7 periph A */
283 1 9 0x1 0x0 /* PB9 periph A */
284 1 10 0x1 0x0>; /* PB10 periph A */
285 };
286
287 pinctrl_macb0_rmii_mii: macb0_rmii_mii-0 {
288 atmel,pins =
Douglas Gilbert8461c2f2013-01-23 09:50:02 +0100289 <1 8 0x1 0x0 /* PB8 periph A */
290 1 11 0x1 0x0 /* PB11 periph A */
291 1 12 0x1 0x0 /* PB12 periph A */
292 1 13 0x1 0x0 /* PB13 periph A */
293 1 14 0x1 0x0 /* PB14 periph A */
294 1 15 0x1 0x0 /* PB15 periph A */
295 1 16 0x1 0x0 /* PB16 periph A */
296 1 17 0x1 0x0>; /* PB17 periph A */
Jean-Christophe PLAGNIOL-VILLARDd9b4fe82012-10-23 10:19:11 +0800297 };
298 };
299
Jean-Christophe PLAGNIOL-VILLARDd4fe9ac2012-11-16 08:24:17 +0800300 mmc0 {
301 pinctrl_mmc0_slot0_clk_cmd_dat0: mmc0_slot0_clk_cmd_dat0-0 {
302 atmel,pins =
303 <0 17 0x1 0x0 /* PA17 periph A */
304 0 16 0x1 0x1 /* PA16 periph A with pullup */
305 0 15 0x1 0x1>; /* PA15 periph A with pullup */
306 };
307
308 pinctrl_mmc0_slot0_dat1_3: mmc0_slot0_dat1_3-0 {
309 atmel,pins =
310 <0 18 0x1 0x1 /* PA18 periph A with pullup */
311 0 19 0x1 0x1 /* PA19 periph A with pullup */
312 0 20 0x1 0x1>; /* PA20 periph A with pullup */
313 };
314 };
315
316 mmc1 {
317 pinctrl_mmc1_slot0_clk_cmd_dat0: mmc1_slot0_clk_cmd_dat0-0 {
318 atmel,pins =
319 <0 13 0x2 0x0 /* PA13 periph B */
320 0 12 0x2 0x1 /* PA12 periph B with pullup */
321 0 11 0x2 0x1>; /* PA11 periph B with pullup */
322 };
323
324 pinctrl_mmc1_slot0_dat1_3: mmc1_slot0_dat1_3-0 {
325 atmel,pins =
326 <0 2 0x2 0x1 /* PA2 periph B with pullup */
327 0 3 0x2 0x1 /* PA3 periph B with pullup */
328 0 4 0x2 0x1>; /* PA4 periph B with pullup */
329 };
330 };
331
Bo Shen544ae6b2013-01-11 15:08:30 +0100332 ssc0 {
333 pinctrl_ssc0_tx: ssc0_tx-0 {
334 atmel,pins =
335 <0 24 0x2 0x0 /* PA24 periph B */
336 0 25 0x2 0x0 /* PA25 periph B */
337 0 26 0x2 0x0>; /* PA26 periph B */
338 };
339
340 pinctrl_ssc0_rx: ssc0_rx-0 {
341 atmel,pins =
342 <0 27 0x2 0x0 /* PA27 periph B */
343 0 28 0x2 0x0 /* PA28 periph B */
344 0 29 0x2 0x0>; /* PA29 periph B */
345 };
346 };
347
Wenyou Yanga68b7282013-04-03 14:03:52 +0800348 spi0 {
349 pinctrl_spi0: spi0-0 {
350 atmel,pins =
351 <0 11 0x1 0x0 /* PA11 periph A SPI0_MISO pin */
352 0 12 0x1 0x0 /* PA12 periph A SPI0_MOSI pin */
353 0 13 0x1 0x0>; /* PA13 periph A SPI0_SPCK pin */
354 };
355 };
356
357 spi1 {
358 pinctrl_spi1: spi1-0 {
359 atmel,pins =
360 <0 21 0x2 0x0 /* PA21 periph B SPI1_MISO pin */
361 0 22 0x2 0x0 /* PA22 periph B SPI1_MOSI pin */
362 0 23 0x2 0x0>; /* PA23 periph B SPI1_SPCK pin */
363 };
364 };
365
Richard Genoude9a72ee2013-03-12 17:54:45 +0100366 i2c0 {
367 pinctrl_i2c0: i2c0-0 {
368 atmel,pins =
369 <0 30 0x1 0x0 /* PA30 periph A I2C0 data */
370 0 31 0x1 0x0>; /* PA31 periph A I2C0 clock */
371 };
372 };
373
374 i2c1 {
375 pinctrl_i2c1: i2c1-0 {
376 atmel,pins =
377 <2 0 0x3 0x0 /* PC0 periph C I2C1 data */
378 2 1 0x3 0x0>; /* PC1 periph C I2C1 clock */
379 };
380 };
381
382 i2c2 {
383 pinctrl_i2c2: i2c2-0 {
384 atmel,pins =
385 <1 4 0x2 0x0 /* PB4 periph B I2C2 data */
386 1 5 0x2 0x0>; /* PB5 periph B I2C2 clock */
387 };
388 };
389
Richard Genoud463c9c72013-03-12 17:54:46 +0100390 i2c_gpio0 {
391 pinctrl_i2c_gpio0: i2c_gpio0-0 {
392 atmel,pins =
393 <0 30 0x0 0x2 /* PA30 gpio multidrive I2C0 data */
394 0 31 0x0 0x2>; /* PA31 gpio multidrive I2C0 clock */
395 };
396 };
397
398 i2c_gpio1 {
399 pinctrl_i2c_gpio1: i2c_gpio1-0 {
400 atmel,pins =
401 <2 0 0x0 0x2 /* PC0 gpio multidrive I2C1 data */
402 2 1 0x0 0x2>; /* PC1 gpio multidrive I2C1 clock */
403 };
404 };
405
406 i2c_gpio2 {
407 pinctrl_i2c_gpio2: i2c_gpio2-0 {
408 atmel,pins =
409 <1 4 0x0 0x2 /* PB4 gpio multidrive I2C2 data */
410 1 5 0x0 0x2>; /* PB5 gpio multidrive I2C2 clock */
411 };
412 };
413
Jean-Christophe PLAGNIOL-VILLARDe4541ff2012-07-04 17:20:46 +0800414 pioA: gpio@fffff400 {
415 compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
416 reg = <0xfffff400 0x200>;
417 interrupts = <2 4 1>;
418 #gpio-cells = <2>;
419 gpio-controller;
420 interrupt-controller;
421 #interrupt-cells = <2>;
422 };
Nicolas Ferre467f1cf2012-01-26 11:59:20 +0100423
Jean-Christophe PLAGNIOL-VILLARDe4541ff2012-07-04 17:20:46 +0800424 pioB: gpio@fffff600 {
425 compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
426 reg = <0xfffff600 0x200>;
427 interrupts = <2 4 1>;
428 #gpio-cells = <2>;
429 gpio-controller;
Jean-Christophe PLAGNIOL-VILLARDfc33ff42012-07-14 15:26:08 +0800430 #gpio-lines = <19>;
Jean-Christophe PLAGNIOL-VILLARDe4541ff2012-07-04 17:20:46 +0800431 interrupt-controller;
432 #interrupt-cells = <2>;
433 };
Nicolas Ferre467f1cf2012-01-26 11:59:20 +0100434
Jean-Christophe PLAGNIOL-VILLARDe4541ff2012-07-04 17:20:46 +0800435 pioC: gpio@fffff800 {
436 compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
437 reg = <0xfffff800 0x200>;
438 interrupts = <3 4 1>;
439 #gpio-cells = <2>;
440 gpio-controller;
441 interrupt-controller;
442 #interrupt-cells = <2>;
443 };
444
445 pioD: gpio@fffffa00 {
446 compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
447 reg = <0xfffffa00 0x200>;
448 interrupts = <3 4 1>;
449 #gpio-cells = <2>;
450 gpio-controller;
Jean-Christophe PLAGNIOL-VILLARDfc33ff42012-07-14 15:26:08 +0800451 #gpio-lines = <22>;
Jean-Christophe PLAGNIOL-VILLARDe4541ff2012-07-04 17:20:46 +0800452 interrupt-controller;
453 #interrupt-cells = <2>;
454 };
Nicolas Ferre467f1cf2012-01-26 11:59:20 +0100455 };
456
Bo Shen544ae6b2013-01-11 15:08:30 +0100457 ssc0: ssc@f0010000 {
458 compatible = "atmel,at91sam9g45-ssc";
459 reg = <0xf0010000 0x4000>;
460 interrupts = <28 4 5>;
461 pinctrl-names = "default";
462 pinctrl-0 = <&pinctrl_ssc0_tx &pinctrl_ssc0_rx>;
463 status = "disabled";
464 };
465
Ludovic Desroches98731372012-11-19 12:23:36 +0100466 mmc0: mmc@f0008000 {
467 compatible = "atmel,hsmci";
468 reg = <0xf0008000 0x600>;
469 interrupts = <12 4 0>;
Ludovic Desroches05c1bc92013-04-16 15:03:10 +0200470 dmas = <&dma0 1 0>;
471 dma-names = "rxtx";
Ludovic Desroches98731372012-11-19 12:23:36 +0100472 #address-cells = <1>;
473 #size-cells = <0>;
474 status = "disabled";
475 };
476
477 mmc1: mmc@f000c000 {
478 compatible = "atmel,hsmci";
479 reg = <0xf000c000 0x600>;
480 interrupts = <26 4 0>;
Ludovic Desroches05c1bc92013-04-16 15:03:10 +0200481 dmas = <&dma1 1 0>;
482 dma-names = "rxtx";
Ludovic Desroches98731372012-11-19 12:23:36 +0100483 #address-cells = <1>;
484 #size-cells = <0>;
485 status = "disabled";
486 };
487
Nicolas Ferre467f1cf2012-01-26 11:59:20 +0100488 dbgu: serial@fffff200 {
489 compatible = "atmel,at91sam9260-usart";
490 reg = <0xfffff200 0x200>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +0200491 interrupts = <1 4 7>;
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800492 pinctrl-names = "default";
493 pinctrl-0 = <&pinctrl_dbgu>;
Nicolas Ferre467f1cf2012-01-26 11:59:20 +0100494 status = "disabled";
495 };
496
497 usart0: serial@f801c000 {
498 compatible = "atmel,at91sam9260-usart";
499 reg = <0xf801c000 0x200>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +0200500 interrupts = <5 4 5>;
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800501 pinctrl-names = "default";
Jean-Christophe PLAGNIOL-VILLARD9e3129e2012-11-19 06:40:01 +0800502 pinctrl-0 = <&pinctrl_usart0>;
Nicolas Ferre467f1cf2012-01-26 11:59:20 +0100503 status = "disabled";
504 };
505
506 usart1: serial@f8020000 {
507 compatible = "atmel,at91sam9260-usart";
508 reg = <0xf8020000 0x200>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +0200509 interrupts = <6 4 5>;
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800510 pinctrl-names = "default";
Jean-Christophe PLAGNIOL-VILLARD9e3129e2012-11-19 06:40:01 +0800511 pinctrl-0 = <&pinctrl_usart1>;
Nicolas Ferre467f1cf2012-01-26 11:59:20 +0100512 status = "disabled";
513 };
514
515 usart2: serial@f8024000 {
516 compatible = "atmel,at91sam9260-usart";
517 reg = <0xf8024000 0x200>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +0200518 interrupts = <7 4 5>;
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800519 pinctrl-names = "default";
Jean-Christophe PLAGNIOL-VILLARD9e3129e2012-11-19 06:40:01 +0800520 pinctrl-0 = <&pinctrl_usart2>;
Nicolas Ferre467f1cf2012-01-26 11:59:20 +0100521 status = "disabled";
522 };
523
524 macb0: ethernet@f802c000 {
525 compatible = "cdns,at32ap7000-macb", "cdns,macb";
526 reg = <0xf802c000 0x100>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +0200527 interrupts = <24 4 3>;
Jean-Christophe PLAGNIOL-VILLARDd9b4fe82012-10-23 10:19:11 +0800528 pinctrl-names = "default";
529 pinctrl-0 = <&pinctrl_macb0_rmii>;
Nicolas Ferre467f1cf2012-01-26 11:59:20 +0100530 status = "disabled";
531 };
532
533 macb1: ethernet@f8030000 {
534 compatible = "cdns,at32ap7000-macb", "cdns,macb";
535 reg = <0xf8030000 0x100>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +0200536 interrupts = <27 4 3>;
Nicolas Ferre467f1cf2012-01-26 11:59:20 +0100537 status = "disabled";
538 };
Maxime Ripardd029f372012-05-11 15:35:39 +0200539
Ludovic Desroches05dcd362012-09-12 08:42:16 +0200540 i2c0: i2c@f8010000 {
541 compatible = "atmel,at91sam9x5-i2c";
542 reg = <0xf8010000 0x100>;
543 interrupts = <9 4 6>;
Ludovic Desrochesd9a63a42013-04-16 15:03:08 +0200544 dmas = <&dma0 1 7>,
545 <&dma0 1 8>;
546 dma-names = "tx", "rx";
Ludovic Desroches05dcd362012-09-12 08:42:16 +0200547 #address-cells = <1>;
548 #size-cells = <0>;
Richard Genoude9a72ee2013-03-12 17:54:45 +0100549 pinctrl-names = "default";
550 pinctrl-0 = <&pinctrl_i2c0>;
Ludovic Desroches05dcd362012-09-12 08:42:16 +0200551 status = "disabled";
552 };
553
554 i2c1: i2c@f8014000 {
555 compatible = "atmel,at91sam9x5-i2c";
556 reg = <0xf8014000 0x100>;
557 interrupts = <10 4 6>;
Ludovic Desrochesd9a63a42013-04-16 15:03:08 +0200558 dmas = <&dma1 1 5>,
559 <&dma1 1 6>;
560 dma-names = "tx", "rx";
Ludovic Desroches05dcd362012-09-12 08:42:16 +0200561 #address-cells = <1>;
562 #size-cells = <0>;
Richard Genoude9a72ee2013-03-12 17:54:45 +0100563 pinctrl-names = "default";
564 pinctrl-0 = <&pinctrl_i2c1>;
Ludovic Desroches05dcd362012-09-12 08:42:16 +0200565 status = "disabled";
566 };
567
568 i2c2: i2c@f8018000 {
569 compatible = "atmel,at91sam9x5-i2c";
570 reg = <0xf8018000 0x100>;
571 interrupts = <11 4 6>;
Ludovic Desrochesd9a63a42013-04-16 15:03:08 +0200572 dmas = <&dma0 1 9>,
573 <&dma0 1 10>;
574 dma-names = "tx", "rx";
Ludovic Desroches05dcd362012-09-12 08:42:16 +0200575 #address-cells = <1>;
576 #size-cells = <0>;
Richard Genoude9a72ee2013-03-12 17:54:45 +0100577 pinctrl-names = "default";
578 pinctrl-0 = <&pinctrl_i2c2>;
Ludovic Desroches05dcd362012-09-12 08:42:16 +0200579 status = "disabled";
580 };
581
Maxime Ripardd029f372012-05-11 15:35:39 +0200582 adc0: adc@f804c000 {
583 compatible = "atmel,at91sam9260-adc";
584 reg = <0xf804c000 0x100>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +0200585 interrupts = <19 4 0>;
Maxime Ripardd029f372012-05-11 15:35:39 +0200586 atmel,adc-use-external;
587 atmel,adc-channels-used = <0xffff>;
588 atmel,adc-vref = <3300>;
589 atmel,adc-num-channels = <12>;
590 atmel,adc-startup-time = <40>;
591 atmel,adc-channel-base = <0x50>;
592 atmel,adc-drdy-mask = <0x1000000>;
593 atmel,adc-status-register = <0x30>;
594 atmel,adc-trigger-register = <0xc0>;
Ludovic Desroches4b50da652013-03-29 10:13:19 +0100595 atmel,adc-res = <8 10>;
596 atmel,adc-res-names = "lowres", "highres";
597 atmel,adc-use-res = "highres";
Maxime Ripardd029f372012-05-11 15:35:39 +0200598
599 trigger@0 {
600 trigger-name = "external-rising";
601 trigger-value = <0x1>;
602 trigger-external;
603 };
604
605 trigger@1 {
606 trigger-name = "external-falling";
607 trigger-value = <0x2>;
608 trigger-external;
609 };
610
611 trigger@2 {
612 trigger-name = "external-any";
613 trigger-value = <0x3>;
614 trigger-external;
615 };
616
617 trigger@3 {
618 trigger-name = "continuous";
619 trigger-value = <0x6>;
620 };
621 };
Richard Genoudd50f88a2013-04-03 14:02:18 +0800622
623 spi0: spi@f0000000 {
624 #address-cells = <1>;
625 #size-cells = <0>;
626 compatible = "atmel,at91rm9200-spi";
627 reg = <0xf0000000 0x100>;
628 interrupts = <13 4 3>;
Wenyou Yanga68b7282013-04-03 14:03:52 +0800629 pinctrl-names = "default";
630 pinctrl-0 = <&pinctrl_spi0>;
Richard Genoudd50f88a2013-04-03 14:02:18 +0800631 status = "disabled";
632 };
633
634 spi1: spi@f0004000 {
635 #address-cells = <1>;
636 #size-cells = <0>;
637 compatible = "atmel,at91rm9200-spi";
638 reg = <0xf0004000 0x100>;
639 interrupts = <14 4 3>;
Wenyou Yanga68b7282013-04-03 14:03:52 +0800640 pinctrl-names = "default";
641 pinctrl-0 = <&pinctrl_spi1>;
Richard Genoudd50f88a2013-04-03 14:02:18 +0800642 status = "disabled";
643 };
Linus Torvaldsdfab34a2013-05-02 09:28:03 -0700644
Nicolas Ferreb909c6c2013-03-22 10:16:56 +0100645 rtc@fffffeb0 {
646 compatible = "atmel,at91rm9200-rtc";
647 reg = <0xfffffeb0 0x40>;
648 interrupts = <1 4 7>;
649 status = "disabled";
650 };
Nicolas Ferre467f1cf2012-01-26 11:59:20 +0100651 };
Jean-Christophe PLAGNIOL-VILLARD86a89f42012-02-21 21:38:18 +0800652
653 nand0: nand@40000000 {
654 compatible = "atmel,at91rm9200-nand";
655 #address-cells = <1>;
656 #size-cells = <1>;
657 reg = <0x40000000 0x10000000
Josh Wu5314bc22013-01-23 20:47:09 +0800658 0xffffe000 0x600 /* PMECC Registers */
659 0xffffe600 0x200 /* PMECC Error Location Registers */
660 0x00108000 0x18000 /* PMECC looup table in ROM code */
Jean-Christophe PLAGNIOL-VILLARD86a89f42012-02-21 21:38:18 +0800661 >;
Josh Wu5314bc22013-01-23 20:47:09 +0800662 atmel,pmecc-lookup-table-offset = <0x0 0x8000>;
Jean-Christophe PLAGNIOL-VILLARD86a89f42012-02-21 21:38:18 +0800663 atmel,nand-addr-offset = <21>;
664 atmel,nand-cmd-offset = <22>;
Jean-Christophe PLAGNIOL-VILLARD7a38d452012-07-12 23:36:52 +0800665 pinctrl-names = "default";
666 pinctrl-0 = <&pinctrl_nand>;
Nicolas Ferre43528082012-03-22 14:47:40 +0100667 gpios = <&pioD 5 0
668 &pioD 4 0
Jean-Christophe PLAGNIOL-VILLARD86a89f42012-02-21 21:38:18 +0800669 0
670 >;
671 status = "disabled";
672 };
Jean-Christophe PLAGNIOL-VILLARD6a062452011-11-21 06:55:18 +0800673
674 usb0: ohci@00600000 {
675 compatible = "atmel,at91rm9200-ohci", "usb-ohci";
676 reg = <0x00600000 0x100000>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +0200677 interrupts = <22 4 2>;
Jean-Christophe PLAGNIOL-VILLARD6a062452011-11-21 06:55:18 +0800678 status = "disabled";
679 };
Jean-Christophe PLAGNIOL-VILLARD62c55532011-11-22 12:11:13 +0800680
681 usb1: ehci@00700000 {
682 compatible = "atmel,at91sam9g45-ehci", "usb-ehci";
683 reg = <0x00700000 0x100000>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +0200684 interrupts = <22 4 2>;
Jean-Christophe PLAGNIOL-VILLARD62c55532011-11-22 12:11:13 +0800685 status = "disabled";
686 };
Nicolas Ferre467f1cf2012-01-26 11:59:20 +0100687 };
Jean-Christophe PLAGNIOL-VILLARD10f71c22012-02-23 22:50:32 +0800688
689 i2c@0 {
690 compatible = "i2c-gpio";
691 gpios = <&pioA 30 0 /* sda */
692 &pioA 31 0 /* scl */
693 >;
694 i2c-gpio,sda-open-drain;
695 i2c-gpio,scl-open-drain;
696 i2c-gpio,delay-us = <2>; /* ~100 kHz */
697 #address-cells = <1>;
698 #size-cells = <0>;
Richard Genoud463c9c72013-03-12 17:54:46 +0100699 pinctrl-names = "default";
700 pinctrl-0 = <&pinctrl_i2c_gpio0>;
Jean-Christophe PLAGNIOL-VILLARD10f71c22012-02-23 22:50:32 +0800701 status = "disabled";
702 };
703
704 i2c@1 {
705 compatible = "i2c-gpio";
706 gpios = <&pioC 0 0 /* sda */
707 &pioC 1 0 /* scl */
708 >;
709 i2c-gpio,sda-open-drain;
710 i2c-gpio,scl-open-drain;
711 i2c-gpio,delay-us = <2>; /* ~100 kHz */
712 #address-cells = <1>;
713 #size-cells = <0>;
Richard Genoud463c9c72013-03-12 17:54:46 +0100714 pinctrl-names = "default";
715 pinctrl-0 = <&pinctrl_i2c_gpio1>;
Jean-Christophe PLAGNIOL-VILLARD10f71c22012-02-23 22:50:32 +0800716 status = "disabled";
717 };
718
719 i2c@2 {
720 compatible = "i2c-gpio";
721 gpios = <&pioB 4 0 /* sda */
722 &pioB 5 0 /* scl */
723 >;
724 i2c-gpio,sda-open-drain;
725 i2c-gpio,scl-open-drain;
726 i2c-gpio,delay-us = <2>; /* ~100 kHz */
727 #address-cells = <1>;
728 #size-cells = <0>;
Richard Genoud463c9c72013-03-12 17:54:46 +0100729 pinctrl-names = "default";
730 pinctrl-0 = <&pinctrl_i2c_gpio2>;
Jean-Christophe PLAGNIOL-VILLARD10f71c22012-02-23 22:50:32 +0800731 status = "disabled";
732 };
Nicolas Ferre467f1cf2012-01-26 11:59:20 +0100733};