2 * at91sam9263.dtsi - Device Tree Include file for AT91SAM9263 family SoC
4 * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6 * Licensed under GPLv2 only.
9 /include/ "skeleton.dtsi"
12 model = "Atmel AT91SAM9263 family SoC";
13 compatible = "atmel,at91sam9263";
14 interrupt-parent = <&aic>;
31 compatible = "arm,arm926ejs";
36 reg = <0x20000000 0x08000000>;
40 compatible = "simple-bus";
46 compatible = "simple-bus";
51 aic: interrupt-controller@fffff000 {
52 #interrupt-cells = <3>;
53 compatible = "atmel,at91rm9200-aic";
55 reg = <0xfffff000 0x200>;
56 atmel,external-irqs = <30 31>;
60 compatible = "atmel,at91rm9200-pmc";
61 reg = <0xfffffc00 0x100>;
65 compatible = "atmel,at91sam9260-sdramc";
66 reg = <0xffffe200 0x200
71 compatible = "atmel,at91sam9260-pit";
72 reg = <0xfffffd30 0xf>;
76 tcb0: timer@fff7c000 {
77 compatible = "atmel,at91rm9200-tcb";
78 reg = <0xfff7c000 0x100>;
79 interrupts = <19 4 0>;
83 compatible = "atmel,at91sam9260-rstc";
84 reg = <0xfffffd00 0x10>;
88 compatible = "atmel,at91sam9260-shdwc";
89 reg = <0xfffffd10 0x10>;
95 compatible = "atmel,at91rm9200-pinctrl", "simple-bus";
96 ranges = <0xfffff200 0xfffff200 0xa00>;
100 0xfffffffb 0xffffe07f /* pioA */
101 0x0007ffff 0x39072fff /* pioB */
102 0xffffffff 0x3ffffff8 /* pioC */
103 0xfffffbff 0xffffffff /* pioD */
104 0xffe00fff 0xfbfcff00 /* pioE */
107 /* shared pinctrl settings */
109 pinctrl_dbgu: dbgu-0 {
111 <2 30 0x1 0x0 /* PC30 periph A */
112 2 31 0x1 0x1>; /* PC31 periph with pullup */
117 pinctrl_usart0: usart0-0 {
119 <0 26 0x1 0x1 /* PA26 periph A with pullup */
120 0 27 0x1 0x0>; /* PA27 periph A */
123 pinctrl_usart0_rts: usart0_rts-0 {
125 <0 28 0x1 0x0>; /* PA28 periph A */
128 pinctrl_usart0_cts: usart0_cts-0 {
130 <0 29 0x1 0x0>; /* PA29 periph A */
135 pinctrl_usart1: usart1-0 {
137 <3 0 0x1 0x1 /* PD0 periph A with pullup */
138 3 1 0x1 0x0>; /* PD1 periph A */
141 pinctrl_usart1_rts: usart1_rts-0 {
143 <3 7 0x2 0x0>; /* PD7 periph B */
146 pinctrl_usart1_cts: usart1_cts-0 {
148 <3 8 0x2 0x0>; /* PD8 periph B */
153 pinctrl_usart2: usart2-0 {
155 <3 2 0x1 0x1 /* PD2 periph A with pullup */
156 3 3 0x1 0x0>; /* PD3 periph A */
159 pinctrl_usart2_rts: usart2_rts-0 {
161 <3 5 0x2 0x0>; /* PD5 periph B */
164 pinctrl_usart2_cts: usart2_cts-0 {
166 <4 6 0x2 0x0>; /* PD6 periph B */
171 pinctrl_nand: nand-0 {
173 <0 22 0x0 0x1 /* PA22 gpio RDY pin pull_up*/
174 3 15 0x0 0x1>; /* PD15 gpio enable pin pull_up */
179 pinctrl_macb_rmii: macb_rmii-0 {
181 <2 25 0x2 0x0 /* PC25 periph B */
182 4 21 0x1 0x0 /* PE21 periph A */
183 4 23 0x1 0x0 /* PE23 periph A */
184 4 24 0x1 0x0 /* PE24 periph A */
185 4 25 0x1 0x0 /* PE25 periph A */
186 4 26 0x1 0x0 /* PE26 periph A */
187 4 27 0x1 0x0 /* PE27 periph A */
188 4 28 0x1 0x0 /* PE28 periph A */
189 4 29 0x1 0x0 /* PE29 periph A */
190 4 30 0x1 0x0>; /* PE30 periph A */
193 pinctrl_macb_rmii_mii: macb_rmii_mii-0 {
195 <2 20 0x2 0x0 /* PC20 periph B */
196 2 21 0x2 0x0 /* PC21 periph B */
197 2 22 0x2 0x0 /* PC22 periph B */
198 2 23 0x2 0x0 /* PC23 periph B */
199 2 24 0x2 0x0 /* PC24 periph B */
200 2 25 0x2 0x0 /* PC25 periph B */
201 2 27 0x2 0x0 /* PC27 periph B */
202 4 22 0x2 0x0>; /* PE22 periph B */
206 pioA: gpio@fffff200 {
207 compatible = "atmel,at91rm9200-gpio";
208 reg = <0xfffff200 0x200>;
209 interrupts = <2 4 1>;
212 interrupt-controller;
213 #interrupt-cells = <2>;
216 pioB: gpio@fffff400 {
217 compatible = "atmel,at91rm9200-gpio";
218 reg = <0xfffff400 0x200>;
219 interrupts = <3 4 1>;
222 interrupt-controller;
223 #interrupt-cells = <2>;
226 pioC: gpio@fffff600 {
227 compatible = "atmel,at91rm9200-gpio";
228 reg = <0xfffff600 0x200>;
229 interrupts = <4 4 1>;
232 interrupt-controller;
233 #interrupt-cells = <2>;
236 pioD: gpio@fffff800 {
237 compatible = "atmel,at91rm9200-gpio";
238 reg = <0xfffff800 0x200>;
239 interrupts = <4 4 1>;
242 interrupt-controller;
243 #interrupt-cells = <2>;
246 pioE: gpio@fffffa00 {
247 compatible = "atmel,at91rm9200-gpio";
248 reg = <0xfffffa00 0x200>;
249 interrupts = <4 4 1>;
252 interrupt-controller;
253 #interrupt-cells = <2>;
257 dbgu: serial@ffffee00 {
258 compatible = "atmel,at91sam9260-usart";
259 reg = <0xffffee00 0x200>;
260 interrupts = <1 4 7>;
261 pinctrl-names = "default";
262 pinctrl-0 = <&pinctrl_dbgu>;
266 usart0: serial@fff8c000 {
267 compatible = "atmel,at91sam9260-usart";
268 reg = <0xfff8c000 0x200>;
269 interrupts = <7 4 5>;
272 pinctrl-names = "default";
273 pinctrl-0 = <&pinctrl_usart0>;
277 usart1: serial@fff90000 {
278 compatible = "atmel,at91sam9260-usart";
279 reg = <0xfff90000 0x200>;
280 interrupts = <8 4 5>;
283 pinctrl-names = "default";
284 pinctrl-0 = <&pinctrl_usart1>;
288 usart2: serial@fff94000 {
289 compatible = "atmel,at91sam9260-usart";
290 reg = <0xfff94000 0x200>;
291 interrupts = <9 4 5>;
294 pinctrl-names = "default";
295 pinctrl-0 = <&pinctrl_usart2>;
299 macb0: ethernet@fffbc000 {
300 compatible = "cdns,at32ap7000-macb", "cdns,macb";
301 reg = <0xfffbc000 0x100>;
302 interrupts = <21 4 3>;
303 pinctrl-names = "default";
304 pinctrl-0 = <&pinctrl_macb_rmii>;
308 usb1: gadget@fff78000 {
309 compatible = "atmel,at91rm9200-udc";
310 reg = <0xfff78000 0x4000>;
311 interrupts = <24 4 2>;
316 compatible = "atmel,at91sam9263-i2c";
317 reg = <0xfff88000 0x100>;
318 interrupts = <13 4 6>;
319 #address-cells = <1>;
325 nand0: nand@40000000 {
326 compatible = "atmel,at91rm9200-nand";
327 #address-cells = <1>;
329 reg = <0x40000000 0x10000000
332 atmel,nand-addr-offset = <21>;
333 atmel,nand-cmd-offset = <22>;
334 pinctrl-names = "default";
335 pinctrl-0 = <&pinctrl_nand>;
343 usb0: ohci@00a00000 {
344 compatible = "atmel,at91rm9200-ohci", "usb-ohci";
345 reg = <0x00a00000 0x100000>;
346 interrupts = <29 4 2>;
352 compatible = "i2c-gpio";
353 gpios = <&pioB 4 0 /* sda */
356 i2c-gpio,sda-open-drain;
357 i2c-gpio,scl-open-drain;
358 i2c-gpio,delay-us = <2>; /* ~100 kHz */
359 #address-cells = <1>;