blob: b0bd70485f8710b815dfb37f4968c2b6e2a7f5cd [file] [log] [blame]
Hong Xucce783c2012-04-17 14:26:29 +08001/*
2 * at91sam9n12.dtsi - Device Tree include file for AT91SAM9N12 SoC
3 *
4 * Copyright (C) 2012 Atmel,
5 * 2012 Hong Xu <hong.xu@atmel.com>
6 *
7 * Licensed under GPLv2 or later.
8 */
9
10/include/ "skeleton.dtsi"
11
12/ {
13 model = "Atmel AT91SAM9N12 SoC";
14 compatible = "atmel,at91sam9n12";
15 interrupt-parent = <&aic>;
16
17 aliases {
18 serial0 = &dbgu;
19 serial1 = &usart0;
20 serial2 = &usart1;
21 serial3 = &usart2;
22 serial4 = &usart3;
23 gpio0 = &pioA;
24 gpio1 = &pioB;
25 gpio2 = &pioC;
26 gpio3 = &pioD;
27 tcb0 = &tcb0;
28 tcb1 = &tcb1;
Ludovic Desroches05dcd362012-09-12 08:42:16 +020029 i2c0 = &i2c0;
30 i2c1 = &i2c1;
Bo Shen544ae6b2013-01-11 15:08:30 +010031 ssc0 = &ssc0;
Hong Xucce783c2012-04-17 14:26:29 +080032 };
33 cpus {
34 cpu@0 {
35 compatible = "arm,arm926ejs";
36 };
37 };
38
39 memory {
40 reg = <0x20000000 0x10000000>;
41 };
42
43 ahb {
44 compatible = "simple-bus";
45 #address-cells = <1>;
46 #size-cells = <1>;
47 ranges;
48
49 apb {
50 compatible = "simple-bus";
51 #address-cells = <1>;
52 #size-cells = <1>;
53 ranges;
54
55 aic: interrupt-controller@fffff000 {
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +020056 #interrupt-cells = <3>;
Hong Xucce783c2012-04-17 14:26:29 +080057 compatible = "atmel,at91rm9200-aic";
58 interrupt-controller;
59 reg = <0xfffff000 0x200>;
60 };
61
62 ramc0: ramc@ffffe800 {
63 compatible = "atmel,at91sam9g45-ddramc";
64 reg = <0xffffe800 0x200>;
65 };
66
67 pmc: pmc@fffffc00 {
68 compatible = "atmel,at91rm9200-pmc";
69 reg = <0xfffffc00 0x100>;
70 };
71
72 rstc@fffffe00 {
73 compatible = "atmel,at91sam9g45-rstc";
74 reg = <0xfffffe00 0x10>;
75 };
76
77 pit: timer@fffffe30 {
78 compatible = "atmel,at91sam9260-pit";
79 reg = <0xfffffe30 0xf>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +020080 interrupts = <1 4 7>;
Hong Xucce783c2012-04-17 14:26:29 +080081 };
82
83 shdwc@fffffe10 {
84 compatible = "atmel,at91sam9x5-shdwc";
85 reg = <0xfffffe10 0x10>;
86 };
87
Ludovic Desroches98731372012-11-19 12:23:36 +010088 mmc0: mmc@f0008000 {
89 compatible = "atmel,hsmci";
90 reg = <0xf0008000 0x600>;
91 interrupts = <12 4 0>;
Ludovic Desroches05c1bc92013-04-16 15:03:10 +020092 dmas = <&dma 1 0>;
93 dma-names = "rxtx";
Ludovic Desroches98731372012-11-19 12:23:36 +010094 #address-cells = <1>;
95 #size-cells = <0>;
96 status = "disabled";
97 };
98
Hong Xucce783c2012-04-17 14:26:29 +080099 tcb0: timer@f8008000 {
100 compatible = "atmel,at91sam9x5-tcb";
101 reg = <0xf8008000 0x100>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +0200102 interrupts = <17 4 0>;
Hong Xucce783c2012-04-17 14:26:29 +0800103 };
104
105 tcb1: timer@f800c000 {
106 compatible = "atmel,at91sam9x5-tcb";
107 reg = <0xf800c000 0x100>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +0200108 interrupts = <17 4 0>;
Hong Xucce783c2012-04-17 14:26:29 +0800109 };
110
111 dma: dma-controller@ffffec00 {
112 compatible = "atmel,at91sam9g45-dma";
113 reg = <0xffffec00 0x200>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +0200114 interrupts = <20 4 0>;
Ludovic Desroches980ce7d2013-04-16 15:03:06 +0200115 #dma-cells = <2>;
Hong Xucce783c2012-04-17 14:26:29 +0800116 };
117
Jean-Christophe PLAGNIOL-VILLARDe4541ff2012-07-04 17:20:46 +0800118 pinctrl@fffff400 {
119 #address-cells = <1>;
120 #size-cells = <1>;
Jean-Christophe PLAGNIOL-VILLARD5314ec82012-07-05 16:56:09 +0800121 compatible = "atmel,at91sam9x5-pinctrl", "atmel,at91rm9200-pinctrl", "simple-bus";
Jean-Christophe PLAGNIOL-VILLARDe4541ff2012-07-04 17:20:46 +0800122 ranges = <0xfffff400 0xfffff400 0x800>;
Hong Xucce783c2012-04-17 14:26:29 +0800123
Jean-Christophe PLAGNIOL-VILLARD5314ec82012-07-05 16:56:09 +0800124 atmel,mux-mask = <
125 /* A B C */
126 0xffffffff 0xffe07983 0x00000000 /* pioA */
127 0x00040000 0x00047e0f 0x00000000 /* pioB */
128 0xfdffffff 0x07c00000 0xb83fffff /* pioC */
129 0x003fffff 0x003f8000 0x00000000 /* pioD */
130 >;
131
132 /* shared pinctrl settings */
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800133 dbgu {
134 pinctrl_dbgu: dbgu-0 {
135 atmel,pins =
136 <0 9 0x1 0x0 /* PA9 periph A */
137 0 10 0x1 0x1>; /* PA10 periph with pullup */
138 };
139 };
140
Jean-Christophe PLAGNIOL-VILLARD9e3129e2012-11-19 06:40:01 +0800141 usart0 {
142 pinctrl_usart0: usart0-0 {
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800143 atmel,pins =
144 <0 1 0x1 0x1 /* PA1 periph A with pullup */
145 0 0 0x1 0x0>; /* PA0 periph A */
146 };
147
Jean-Christophe PLAGNIOL-VILLARDc58c0c52012-11-19 07:30:01 +0800148 pinctrl_usart0_rts: usart0_rts-0 {
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800149 atmel,pins =
Jean-Christophe PLAGNIOL-VILLARDc58c0c52012-11-19 07:30:01 +0800150 <0 2 0x1 0x0>; /* PA2 periph A */
151 };
152
153 pinctrl_usart0_cts: usart0_cts-0 {
154 atmel,pins =
155 <0 3 0x1 0x0>; /* PA3 periph A */
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800156 };
157 };
158
Jean-Christophe PLAGNIOL-VILLARD9e3129e2012-11-19 06:40:01 +0800159 usart1 {
160 pinctrl_usart1: usart1-0 {
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800161 atmel,pins =
162 <0 6 0x1 0x1 /* PA6 periph A with pullup */
163 0 5 0x1 0x0>; /* PA5 periph A */
164 };
165 };
166
Jean-Christophe PLAGNIOL-VILLARD9e3129e2012-11-19 06:40:01 +0800167 usart2 {
168 pinctrl_usart2: usart2-0 {
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800169 atmel,pins =
170 <0 8 0x1 0x1 /* PA8 periph A with pullup */
171 0 7 0x1 0x0>; /* PA7 periph A */
172 };
173
Jean-Christophe PLAGNIOL-VILLARDc58c0c52012-11-19 07:30:01 +0800174 pinctrl_usart2_rts: usart2_rts-0 {
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800175 atmel,pins =
Jean-Christophe PLAGNIOL-VILLARDc58c0c52012-11-19 07:30:01 +0800176 <1 0 0x2 0x0>; /* PB0 periph B */
177 };
178
179 pinctrl_usart2_cts: usart2_cts-0 {
180 atmel,pins =
181 <1 1 0x2 0x0>; /* PB1 periph B */
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800182 };
183 };
184
Jean-Christophe PLAGNIOL-VILLARD9e3129e2012-11-19 06:40:01 +0800185 usart3 {
186 pinctrl_usart3: usart3-0 {
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800187 atmel,pins =
188 <2 23 0x2 0x1 /* PC23 periph B with pullup */
189 2 22 0x2 0x0>; /* PC22 periph B */
190 };
191
Jean-Christophe PLAGNIOL-VILLARDc58c0c52012-11-19 07:30:01 +0800192 pinctrl_usart3_rts: usart3_rts-0 {
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800193 atmel,pins =
Jean-Christophe PLAGNIOL-VILLARDc58c0c52012-11-19 07:30:01 +0800194 <2 24 0x2 0x0>; /* PC24 periph B */
195 };
196
197 pinctrl_usart3_cts: usart3_cts-0 {
198 atmel,pins =
199 <2 25 0x2 0x0>; /* PC25 periph B */
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800200 };
201 };
202
Jean-Christophe PLAGNIOL-VILLARD9e3129e2012-11-19 06:40:01 +0800203 uart0 {
204 pinctrl_uart0: uart0-0 {
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800205 atmel,pins =
206 <2 9 0x3 0x1 /* PC9 periph C with pullup */
207 2 8 0x3 0x0>; /* PC8 periph C */
208 };
209 };
210
Jean-Christophe PLAGNIOL-VILLARD9e3129e2012-11-19 06:40:01 +0800211 uart1 {
212 pinctrl_uart1: uart1-0 {
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800213 atmel,pins =
214 <2 16 0x3 0x1 /* PC17 periph C with pullup */
215 2 17 0x3 0x0>; /* PC16 periph C */
216 };
217 };
Jean-Christophe PLAGNIOL-VILLARD5314ec82012-07-05 16:56:09 +0800218
Jean-Christophe PLAGNIOL-VILLARD7a38d452012-07-12 23:36:52 +0800219 nand {
220 pinctrl_nand: nand-0 {
221 atmel,pins =
222 <3 5 0x0 0x1 /* PD5 gpio RDY pin pull_up*/
223 3 4 0x0 0x1>; /* PD4 gpio enable pin pull_up */
224 };
225 };
226
Jean-Christophe PLAGNIOL-VILLARDd4fe9ac2012-11-16 08:24:17 +0800227 mmc0 {
228 pinctrl_mmc0_slot0_clk_cmd_dat0: mmc0_slot0_clk_cmd_dat0-0 {
229 atmel,pins =
230 <0 17 0x1 0x0 /* PA17 periph A */
231 0 16 0x1 0x1 /* PA16 periph A with pullup */
232 0 15 0x1 0x1>; /* PA15 periph A with pullup */
233 };
234
235 pinctrl_mmc0_slot0_dat1_3: mmc0_slot0_dat1_3-0 {
236 atmel,pins =
237 <0 18 0x1 0x1 /* PA18 periph A with pullup */
238 0 19 0x1 0x1 /* PA19 periph A with pullup */
239 0 20 0x1 0x1>; /* PA20 periph A with pullup */
240 };
241
242 pinctrl_mmc0_slot0_dat4_7: mmc0_slot0_dat4_7-0 {
243 atmel,pins =
244 <0 11 0x2 0x1 /* PA11 periph B with pullup */
245 0 12 0x2 0x1 /* PA12 periph B with pullup */
246 0 13 0x2 0x1 /* PA13 periph B with pullup */
247 0 14 0x2 0x1>; /* PA14 periph B with pullup */
248 };
249 };
250
Bo Shen544ae6b2013-01-11 15:08:30 +0100251 ssc0 {
252 pinctrl_ssc0_tx: ssc0_tx-0 {
253 atmel,pins =
254 <0 24 0x2 0x0 /* PA24 periph B */
255 0 25 0x2 0x0 /* PA25 periph B */
256 0 26 0x2 0x0>; /* PA26 periph B */
257 };
258
259 pinctrl_ssc0_rx: ssc0_rx-0 {
260 atmel,pins =
261 <0 27 0x2 0x0 /* PA27 periph B */
262 0 28 0x2 0x0 /* PA28 periph B */
263 0 29 0x2 0x0>; /* PA29 periph B */
264 };
265 };
266
Jean-Christophe PLAGNIOL-VILLARDe4541ff2012-07-04 17:20:46 +0800267 pioA: gpio@fffff400 {
268 compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
269 reg = <0xfffff400 0x200>;
270 interrupts = <2 4 1>;
271 #gpio-cells = <2>;
272 gpio-controller;
273 interrupt-controller;
274 #interrupt-cells = <2>;
275 };
Hong Xucce783c2012-04-17 14:26:29 +0800276
Jean-Christophe PLAGNIOL-VILLARDe4541ff2012-07-04 17:20:46 +0800277 pioB: gpio@fffff600 {
278 compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
279 reg = <0xfffff600 0x200>;
280 interrupts = <2 4 1>;
281 #gpio-cells = <2>;
282 gpio-controller;
283 interrupt-controller;
284 #interrupt-cells = <2>;
285 };
Hong Xucce783c2012-04-17 14:26:29 +0800286
Jean-Christophe PLAGNIOL-VILLARDe4541ff2012-07-04 17:20:46 +0800287 pioC: gpio@fffff800 {
288 compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
289 reg = <0xfffff800 0x200>;
290 interrupts = <3 4 1>;
291 #gpio-cells = <2>;
292 gpio-controller;
293 interrupt-controller;
294 #interrupt-cells = <2>;
295 };
296
297 pioD: gpio@fffffa00 {
298 compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
299 reg = <0xfffffa00 0x200>;
300 interrupts = <3 4 1>;
301 #gpio-cells = <2>;
302 gpio-controller;
303 interrupt-controller;
304 #interrupt-cells = <2>;
305 };
Hong Xucce783c2012-04-17 14:26:29 +0800306 };
307
308 dbgu: serial@fffff200 {
309 compatible = "atmel,at91sam9260-usart";
310 reg = <0xfffff200 0x200>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +0200311 interrupts = <1 4 7>;
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800312 pinctrl-names = "default";
313 pinctrl-0 = <&pinctrl_dbgu>;
Hong Xucce783c2012-04-17 14:26:29 +0800314 status = "disabled";
315 };
316
Bo Shen544ae6b2013-01-11 15:08:30 +0100317 ssc0: ssc@f0010000 {
318 compatible = "atmel,at91sam9g45-ssc";
319 reg = <0xf0010000 0x4000>;
320 interrupts = <28 4 5>;
321 pinctrl-names = "default";
322 pinctrl-0 = <&pinctrl_ssc0_tx &pinctrl_ssc0_rx>;
323 status = "disabled";
324 };
325
Hong Xucce783c2012-04-17 14:26:29 +0800326 usart0: serial@f801c000 {
327 compatible = "atmel,at91sam9260-usart";
328 reg = <0xf801c000 0x4000>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +0200329 interrupts = <5 4 5>;
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800330 pinctrl-names = "default";
Jean-Christophe PLAGNIOL-VILLARD9e3129e2012-11-19 06:40:01 +0800331 pinctrl-0 = <&pinctrl_usart0>;
Hong Xucce783c2012-04-17 14:26:29 +0800332 status = "disabled";
333 };
334
335 usart1: serial@f8020000 {
336 compatible = "atmel,at91sam9260-usart";
337 reg = <0xf8020000 0x4000>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +0200338 interrupts = <6 4 5>;
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800339 pinctrl-names = "default";
Jean-Christophe PLAGNIOL-VILLARD9e3129e2012-11-19 06:40:01 +0800340 pinctrl-0 = <&pinctrl_usart1>;
Hong Xucce783c2012-04-17 14:26:29 +0800341 status = "disabled";
342 };
343
344 usart2: serial@f8024000 {
345 compatible = "atmel,at91sam9260-usart";
346 reg = <0xf8024000 0x4000>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +0200347 interrupts = <7 4 5>;
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800348 pinctrl-names = "default";
Jean-Christophe PLAGNIOL-VILLARD9e3129e2012-11-19 06:40:01 +0800349 pinctrl-0 = <&pinctrl_usart2>;
Hong Xucce783c2012-04-17 14:26:29 +0800350 status = "disabled";
351 };
352
353 usart3: serial@f8028000 {
354 compatible = "atmel,at91sam9260-usart";
355 reg = <0xf8028000 0x4000>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +0200356 interrupts = <8 4 5>;
Jean-Christophe PLAGNIOL-VILLARDec6754a2012-07-05 16:56:09 +0800357 pinctrl-names = "default";
Jean-Christophe PLAGNIOL-VILLARD9e3129e2012-11-19 06:40:01 +0800358 pinctrl-0 = <&pinctrl_usart3>;
Hong Xucce783c2012-04-17 14:26:29 +0800359 status = "disabled";
360 };
Ludovic Desroches05dcd362012-09-12 08:42:16 +0200361
362 i2c0: i2c@f8010000 {
363 compatible = "atmel,at91sam9x5-i2c";
364 reg = <0xf8010000 0x100>;
365 interrupts = <9 4 6>;
Ludovic Desrochesd9a63a42013-04-16 15:03:08 +0200366 dmas = <&dma 1 13>,
367 <&dma 1 14>;
368 dma-names = "tx", "rx";
Ludovic Desroches05dcd362012-09-12 08:42:16 +0200369 #address-cells = <1>;
370 #size-cells = <0>;
371 status = "disabled";
372 };
373
374 i2c1: i2c@f8014000 {
375 compatible = "atmel,at91sam9x5-i2c";
376 reg = <0xf8014000 0x100>;
377 interrupts = <10 4 6>;
Ludovic Desrochesd9a63a42013-04-16 15:03:08 +0200378 dmas = <&dma 1 15>,
379 <&dma 1 16>;
380 dma-names = "tx", "rx";
Ludovic Desroches05dcd362012-09-12 08:42:16 +0200381 #address-cells = <1>;
382 #size-cells = <0>;
383 status = "disabled";
384 };
Hong Xucce783c2012-04-17 14:26:29 +0800385 };
386
387 nand0: nand@40000000 {
388 compatible = "atmel,at91rm9200-nand";
389 #address-cells = <1>;
390 #size-cells = <1>;
391 reg = < 0x40000000 0x10000000
392 0xffffe000 0x00000600
393 0xffffe600 0x00000200
Josh Wuc18c6b22013-01-23 20:47:10 +0800394 0x00108000 0x00018000
Hong Xucce783c2012-04-17 14:26:29 +0800395 >;
Josh Wuc18c6b22013-01-23 20:47:10 +0800396 atmel,pmecc-lookup-table-offset = <0x0 0x8000>;
Hong Xucce783c2012-04-17 14:26:29 +0800397 atmel,nand-addr-offset = <21>;
398 atmel,nand-cmd-offset = <22>;
Jean-Christophe PLAGNIOL-VILLARD7a38d452012-07-12 23:36:52 +0800399 pinctrl-names = "default";
400 pinctrl-0 = <&pinctrl_nand>;
Hong Xucce783c2012-04-17 14:26:29 +0800401 gpios = <&pioD 5 0
402 &pioD 4 0
403 0
404 >;
405 status = "disabled";
406 };
407
408 usb0: ohci@00500000 {
409 compatible = "atmel,at91rm9200-ohci", "usb-ohci";
410 reg = <0x00500000 0x00100000>;
Ludovic Desrochesf8a073e2012-06-20 16:13:30 +0200411 interrupts = <22 4 2>;
Hong Xucce783c2012-04-17 14:26:29 +0800412 status = "disabled";
413 };
414 };
415
416 i2c@0 {
417 compatible = "i2c-gpio";
418 gpios = <&pioA 30 0 /* sda */
419 &pioA 31 0 /* scl */
420 >;
421 i2c-gpio,sda-open-drain;
422 i2c-gpio,scl-open-drain;
423 i2c-gpio,delay-us = <2>; /* ~100 kHz */
424 #address-cells = <1>;
425 #size-cells = <0>;
426 status = "disabled";
427 };
428};