diff options
Diffstat (limited to 'arch/arm/boot/dts/at91sam9g45.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9g45.dtsi | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/arch/arm/boot/dts/at91sam9g45.dtsi b/arch/arm/boot/dts/at91sam9g45.dtsi index 7dbccaf199f7..bafa8806fc17 100644 --- a/arch/arm/boot/dts/at91sam9g45.dtsi +++ b/arch/arm/boot/dts/at91sam9g45.dtsi | |||
@@ -53,10 +53,11 @@ | |||
53 | ranges; | 53 | ranges; |
54 | 54 | ||
55 | aic: interrupt-controller@fffff000 { | 55 | aic: interrupt-controller@fffff000 { |
56 | #interrupt-cells = <2>; | 56 | #interrupt-cells = <3>; |
57 | compatible = "atmel,at91rm9200-aic"; | 57 | compatible = "atmel,at91rm9200-aic"; |
58 | interrupt-controller; | 58 | interrupt-controller; |
59 | reg = <0xfffff000 0x200>; | 59 | reg = <0xfffff000 0x200>; |
60 | atmel,external-irqs = <31>; | ||
60 | }; | 61 | }; |
61 | 62 | ||
62 | ramc0: ramc@ffffe400 { | 63 | ramc0: ramc@ffffe400 { |
@@ -78,7 +79,7 @@ | |||
78 | pit: timer@fffffd30 { | 79 | pit: timer@fffffd30 { |
79 | compatible = "atmel,at91sam9260-pit"; | 80 | compatible = "atmel,at91sam9260-pit"; |
80 | reg = <0xfffffd30 0xf>; | 81 | reg = <0xfffffd30 0xf>; |
81 | interrupts = <1 4>; | 82 | interrupts = <1 4 7>; |
82 | }; | 83 | }; |
83 | 84 | ||
84 | 85 | ||
@@ -90,25 +91,25 @@ | |||
90 | tcb0: timer@fff7c000 { | 91 | tcb0: timer@fff7c000 { |
91 | compatible = "atmel,at91rm9200-tcb"; | 92 | compatible = "atmel,at91rm9200-tcb"; |
92 | reg = <0xfff7c000 0x100>; | 93 | reg = <0xfff7c000 0x100>; |
93 | interrupts = <18 4>; | 94 | interrupts = <18 4 0>; |
94 | }; | 95 | }; |
95 | 96 | ||
96 | tcb1: timer@fffd4000 { | 97 | tcb1: timer@fffd4000 { |
97 | compatible = "atmel,at91rm9200-tcb"; | 98 | compatible = "atmel,at91rm9200-tcb"; |
98 | reg = <0xfffd4000 0x100>; | 99 | reg = <0xfffd4000 0x100>; |
99 | interrupts = <18 4>; | 100 | interrupts = <18 4 0>; |
100 | }; | 101 | }; |
101 | 102 | ||
102 | dma: dma-controller@ffffec00 { | 103 | dma: dma-controller@ffffec00 { |
103 | compatible = "atmel,at91sam9g45-dma"; | 104 | compatible = "atmel,at91sam9g45-dma"; |
104 | reg = <0xffffec00 0x200>; | 105 | reg = <0xffffec00 0x200>; |
105 | interrupts = <21 4>; | 106 | interrupts = <21 4 0>; |
106 | }; | 107 | }; |
107 | 108 | ||
108 | pioA: gpio@fffff200 { | 109 | pioA: gpio@fffff200 { |
109 | compatible = "atmel,at91rm9200-gpio"; | 110 | compatible = "atmel,at91rm9200-gpio"; |
110 | reg = <0xfffff200 0x100>; | 111 | reg = <0xfffff200 0x100>; |
111 | interrupts = <2 4>; | 112 | interrupts = <2 4 1>; |
112 | #gpio-cells = <2>; | 113 | #gpio-cells = <2>; |
113 | gpio-controller; | 114 | gpio-controller; |
114 | interrupt-controller; | 115 | interrupt-controller; |
@@ -117,7 +118,7 @@ | |||
117 | pioB: gpio@fffff400 { | 118 | pioB: gpio@fffff400 { |
118 | compatible = "atmel,at91rm9200-gpio"; | 119 | compatible = "atmel,at91rm9200-gpio"; |
119 | reg = <0xfffff400 0x100>; | 120 | reg = <0xfffff400 0x100>; |
120 | interrupts = <3 4>; | 121 | interrupts = <3 4 1>; |
121 | #gpio-cells = <2>; | 122 | #gpio-cells = <2>; |
122 | gpio-controller; | 123 | gpio-controller; |
123 | interrupt-controller; | 124 | interrupt-controller; |
@@ -126,7 +127,7 @@ | |||
126 | pioC: gpio@fffff600 { | 127 | pioC: gpio@fffff600 { |
127 | compatible = "atmel,at91rm9200-gpio"; | 128 | compatible = "atmel,at91rm9200-gpio"; |
128 | reg = <0xfffff600 0x100>; | 129 | reg = <0xfffff600 0x100>; |
129 | interrupts = <4 4>; | 130 | interrupts = <4 4 1>; |
130 | #gpio-cells = <2>; | 131 | #gpio-cells = <2>; |
131 | gpio-controller; | 132 | gpio-controller; |
132 | interrupt-controller; | 133 | interrupt-controller; |
@@ -135,7 +136,7 @@ | |||
135 | pioD: gpio@fffff800 { | 136 | pioD: gpio@fffff800 { |
136 | compatible = "atmel,at91rm9200-gpio"; | 137 | compatible = "atmel,at91rm9200-gpio"; |
137 | reg = <0xfffff800 0x100>; | 138 | reg = <0xfffff800 0x100>; |
138 | interrupts = <5 4>; | 139 | interrupts = <5 4 1>; |
139 | #gpio-cells = <2>; | 140 | #gpio-cells = <2>; |
140 | gpio-controller; | 141 | gpio-controller; |
141 | interrupt-controller; | 142 | interrupt-controller; |
@@ -144,7 +145,7 @@ | |||
144 | pioE: gpio@fffffa00 { | 145 | pioE: gpio@fffffa00 { |
145 | compatible = "atmel,at91rm9200-gpio"; | 146 | compatible = "atmel,at91rm9200-gpio"; |
146 | reg = <0xfffffa00 0x100>; | 147 | reg = <0xfffffa00 0x100>; |
147 | interrupts = <5 4>; | 148 | interrupts = <5 4 1>; |
148 | #gpio-cells = <2>; | 149 | #gpio-cells = <2>; |
149 | gpio-controller; | 150 | gpio-controller; |
150 | interrupt-controller; | 151 | interrupt-controller; |
@@ -153,14 +154,14 @@ | |||
153 | dbgu: serial@ffffee00 { | 154 | dbgu: serial@ffffee00 { |
154 | compatible = "atmel,at91sam9260-usart"; | 155 | compatible = "atmel,at91sam9260-usart"; |
155 | reg = <0xffffee00 0x200>; | 156 | reg = <0xffffee00 0x200>; |
156 | interrupts = <1 4>; | 157 | interrupts = <1 4 7>; |
157 | status = "disabled"; | 158 | status = "disabled"; |
158 | }; | 159 | }; |
159 | 160 | ||
160 | usart0: serial@fff8c000 { | 161 | usart0: serial@fff8c000 { |
161 | compatible = "atmel,at91sam9260-usart"; | 162 | compatible = "atmel,at91sam9260-usart"; |
162 | reg = <0xfff8c000 0x200>; | 163 | reg = <0xfff8c000 0x200>; |
163 | interrupts = <7 4>; | 164 | interrupts = <7 4 5>; |
164 | atmel,use-dma-rx; | 165 | atmel,use-dma-rx; |
165 | atmel,use-dma-tx; | 166 | atmel,use-dma-tx; |
166 | status = "disabled"; | 167 | status = "disabled"; |
@@ -169,7 +170,7 @@ | |||
169 | usart1: serial@fff90000 { | 170 | usart1: serial@fff90000 { |
170 | compatible = "atmel,at91sam9260-usart"; | 171 | compatible = "atmel,at91sam9260-usart"; |
171 | reg = <0xfff90000 0x200>; | 172 | reg = <0xfff90000 0x200>; |
172 | interrupts = <8 4>; | 173 | interrupts = <8 4 5>; |
173 | atmel,use-dma-rx; | 174 | atmel,use-dma-rx; |
174 | atmel,use-dma-tx; | 175 | atmel,use-dma-tx; |
175 | status = "disabled"; | 176 | status = "disabled"; |
@@ -178,7 +179,7 @@ | |||
178 | usart2: serial@fff94000 { | 179 | usart2: serial@fff94000 { |
179 | compatible = "atmel,at91sam9260-usart"; | 180 | compatible = "atmel,at91sam9260-usart"; |
180 | reg = <0xfff94000 0x200>; | 181 | reg = <0xfff94000 0x200>; |
181 | interrupts = <9 4>; | 182 | interrupts = <9 4 5>; |
182 | atmel,use-dma-rx; | 183 | atmel,use-dma-rx; |
183 | atmel,use-dma-tx; | 184 | atmel,use-dma-tx; |
184 | status = "disabled"; | 185 | status = "disabled"; |
@@ -187,7 +188,7 @@ | |||
187 | usart3: serial@fff98000 { | 188 | usart3: serial@fff98000 { |
188 | compatible = "atmel,at91sam9260-usart"; | 189 | compatible = "atmel,at91sam9260-usart"; |
189 | reg = <0xfff98000 0x200>; | 190 | reg = <0xfff98000 0x200>; |
190 | interrupts = <10 4>; | 191 | interrupts = <10 4 5>; |
191 | atmel,use-dma-rx; | 192 | atmel,use-dma-rx; |
192 | atmel,use-dma-tx; | 193 | atmel,use-dma-tx; |
193 | status = "disabled"; | 194 | status = "disabled"; |
@@ -196,14 +197,14 @@ | |||
196 | macb0: ethernet@fffbc000 { | 197 | macb0: ethernet@fffbc000 { |
197 | compatible = "cdns,at32ap7000-macb", "cdns,macb"; | 198 | compatible = "cdns,at32ap7000-macb", "cdns,macb"; |
198 | reg = <0xfffbc000 0x100>; | 199 | reg = <0xfffbc000 0x100>; |
199 | interrupts = <25 4>; | 200 | interrupts = <25 4 3>; |
200 | status = "disabled"; | 201 | status = "disabled"; |
201 | }; | 202 | }; |
202 | 203 | ||
203 | adc0: adc@fffb0000 { | 204 | adc0: adc@fffb0000 { |
204 | compatible = "atmel,at91sam9260-adc"; | 205 | compatible = "atmel,at91sam9260-adc"; |
205 | reg = <0xfffb0000 0x100>; | 206 | reg = <0xfffb0000 0x100>; |
206 | interrupts = <20 4>; | 207 | interrupts = <20 4 0>; |
207 | atmel,adc-use-external-triggers; | 208 | atmel,adc-use-external-triggers; |
208 | atmel,adc-channels-used = <0xff>; | 209 | atmel,adc-channels-used = <0xff>; |
209 | atmel,adc-vref = <3300>; | 210 | atmel,adc-vref = <3300>; |
@@ -257,14 +258,14 @@ | |||
257 | usb0: ohci@00700000 { | 258 | usb0: ohci@00700000 { |
258 | compatible = "atmel,at91rm9200-ohci", "usb-ohci"; | 259 | compatible = "atmel,at91rm9200-ohci", "usb-ohci"; |
259 | reg = <0x00700000 0x100000>; | 260 | reg = <0x00700000 0x100000>; |
260 | interrupts = <22 4>; | 261 | interrupts = <22 4 2>; |
261 | status = "disabled"; | 262 | status = "disabled"; |
262 | }; | 263 | }; |
263 | 264 | ||
264 | usb1: ehci@00800000 { | 265 | usb1: ehci@00800000 { |
265 | compatible = "atmel,at91sam9g45-ehci", "usb-ehci"; | 266 | compatible = "atmel,at91sam9g45-ehci", "usb-ehci"; |
266 | reg = <0x00800000 0x100000>; | 267 | reg = <0x00800000 0x100000>; |
267 | interrupts = <22 4>; | 268 | interrupts = <22 4 2>; |
268 | status = "disabled"; | 269 | status = "disabled"; |
269 | }; | 270 | }; |
270 | }; | 271 | }; |