blob: 3881cab965fae8ff9eb4e2236cc837f0e67755a0 [file] [log] [blame]
Nicolas Ferre49fe2ba2011-10-10 18:29:24 +02001/*
2 * at91sam9g45.dtsi - Device Tree Include file for AT91SAM9G45 family SoC
3 * applies to AT91SAM9G45, AT91SAM9M10,
4 * AT91SAM9G46, AT91SAM9M11 SoC
5 *
6 * Copyright (C) 2011 Atmel,
7 * 2011 Nicolas Ferre <nicolas.ferre@atmel.com>
8 *
9 * Licensed under GPLv2 or later.
10 */
11
12/include/ "skeleton.dtsi"
13
14/ {
15 model = "Atmel AT91SAM9G45 family SoC";
16 compatible = "atmel,at91sam9g45";
17 interrupt-parent = <&aic>;
18
19 aliases {
20 serial0 = &dbgu;
21 serial1 = &usart0;
22 serial2 = &usart1;
23 serial3 = &usart2;
24 serial4 = &usart3;
Nicolas Ferre21f81872012-02-11 15:41:40 +010025 gpio0 = &pioA;
26 gpio1 = &pioB;
27 gpio2 = &pioC;
28 gpio3 = &pioD;
29 gpio4 = &pioE;
Nicolas Ferre49fe2ba2011-10-10 18:29:24 +020030 };
31 cpus {
32 cpu@0 {
33 compatible = "arm,arm926ejs";
34 };
35 };
36
37 memory@70000000 {
38 reg = <0x70000000 0x10000000>;
39 };
40
41 ahb {
42 compatible = "simple-bus";
43 #address-cells = <1>;
44 #size-cells = <1>;
45 ranges;
46
47 apb {
48 compatible = "simple-bus";
49 #address-cells = <1>;
50 #size-cells = <1>;
51 ranges;
52
53 aic: interrupt-controller@fffff000 {
Nicolas Ferree2615012011-11-22 22:26:09 +010054 #interrupt-cells = <2>;
Nicolas Ferre49fe2ba2011-10-10 18:29:24 +020055 compatible = "atmel,at91rm9200-aic";
56 interrupt-controller;
57 interrupt-parent;
58 reg = <0xfffff000 0x200>;
59 };
60
Jean-Christophe PLAGNIOL-VILLARD23fa6482012-02-27 11:19:34 +010061 pit: timer@fffffd30 {
62 compatible = "atmel,at91sam9260-pit";
63 reg = <0xfffffd30 0xf>;
64 interrupts = <1 4>;
65 };
66
Nicolas Ferre49fe2ba2011-10-10 18:29:24 +020067 dma: dma-controller@ffffec00 {
68 compatible = "atmel,at91sam9g45-dma";
69 reg = <0xffffec00 0x200>;
Nicolas Ferree2615012011-11-22 22:26:09 +010070 interrupts = <21 4>;
Nicolas Ferre49fe2ba2011-10-10 18:29:24 +020071 };
72
Nicolas Ferre21f81872012-02-11 15:41:40 +010073 pioA: gpio@fffff200 {
74 compatible = "atmel,at91rm9200-gpio";
75 reg = <0xfffff200 0x100>;
76 interrupts = <2 4>;
77 #gpio-cells = <2>;
78 gpio-controller;
79 interrupt-controller;
80 };
81
82 pioB: gpio@fffff400 {
83 compatible = "atmel,at91rm9200-gpio";
84 reg = <0xfffff400 0x100>;
85 interrupts = <3 4>;
86 #gpio-cells = <2>;
87 gpio-controller;
88 interrupt-controller;
89 };
90
91 pioC: gpio@fffff600 {
92 compatible = "atmel,at91rm9200-gpio";
93 reg = <0xfffff600 0x100>;
94 interrupts = <4 4>;
95 #gpio-cells = <2>;
96 gpio-controller;
97 interrupt-controller;
98 };
99
100 pioD: gpio@fffff800 {
101 compatible = "atmel,at91rm9200-gpio";
102 reg = <0xfffff800 0x100>;
103 interrupts = <5 4>;
104 #gpio-cells = <2>;
105 gpio-controller;
106 interrupt-controller;
107 };
108
109 pioE: gpio@fffffa00 {
110 compatible = "atmel,at91rm9200-gpio";
111 reg = <0xfffffa00 0x100>;
112 interrupts = <5 4>;
113 #gpio-cells = <2>;
114 gpio-controller;
115 interrupt-controller;
116 };
117
Nicolas Ferre49fe2ba2011-10-10 18:29:24 +0200118 dbgu: serial@ffffee00 {
119 compatible = "atmel,at91sam9260-usart";
120 reg = <0xffffee00 0x200>;
Nicolas Ferree2615012011-11-22 22:26:09 +0100121 interrupts = <1 4>;
Nicolas Ferre49fe2ba2011-10-10 18:29:24 +0200122 status = "disabled";
123 };
124
125 usart0: serial@fff8c000 {
126 compatible = "atmel,at91sam9260-usart";
127 reg = <0xfff8c000 0x200>;
Nicolas Ferree2615012011-11-22 22:26:09 +0100128 interrupts = <7 4>;
Nicolas Ferre49fe2ba2011-10-10 18:29:24 +0200129 atmel,use-dma-rx;
130 atmel,use-dma-tx;
131 status = "disabled";
132 };
133
134 usart1: serial@fff90000 {
135 compatible = "atmel,at91sam9260-usart";
136 reg = <0xfff90000 0x200>;
Nicolas Ferree2615012011-11-22 22:26:09 +0100137 interrupts = <8 4>;
Nicolas Ferre49fe2ba2011-10-10 18:29:24 +0200138 atmel,use-dma-rx;
139 atmel,use-dma-tx;
140 status = "disabled";
141 };
142
143 usart2: serial@fff94000 {
144 compatible = "atmel,at91sam9260-usart";
145 reg = <0xfff94000 0x200>;
Nicolas Ferree2615012011-11-22 22:26:09 +0100146 interrupts = <9 4>;
Nicolas Ferre49fe2ba2011-10-10 18:29:24 +0200147 atmel,use-dma-rx;
148 atmel,use-dma-tx;
149 status = "disabled";
150 };
151
152 usart3: serial@fff98000 {
153 compatible = "atmel,at91sam9260-usart";
154 reg = <0xfff98000 0x200>;
Nicolas Ferree2615012011-11-22 22:26:09 +0100155 interrupts = <10 4>;
Nicolas Ferre49fe2ba2011-10-10 18:29:24 +0200156 atmel,use-dma-rx;
157 atmel,use-dma-tx;
158 status = "disabled";
159 };
Nicolas Ferre0d4f99d2011-12-05 18:03:05 +0100160
161 macb0: ethernet@fffbc000 {
162 compatible = "cdns,at32ap7000-macb", "cdns,macb";
163 reg = <0xfffbc000 0x100>;
Nicolas Ferree2615012011-11-22 22:26:09 +0100164 interrupts = <25 4>;
Nicolas Ferre0d4f99d2011-12-05 18:03:05 +0100165 status = "disabled";
166 };
Nicolas Ferre49fe2ba2011-10-10 18:29:24 +0200167 };
168 };
169};