diff options
author | Alexey Brodkin <alexey.brodkin@synopsys.com> | 2019-01-24 07:17:03 -0500 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2019-02-25 11:52:16 -0500 |
commit | ef4c54c340de47bf167b326f7560c1cc3751d154 (patch) | |
tree | 94d16a58bf72a9686ea45b795ceeeb0b5014346f /arch/arc | |
parent | 5908e6b738e3357af42c10e1183753c70a0117a9 (diff) |
ARC: DTB: [scripted] fix node name and address spelling
1. Remove "0x" prefix from unit-address of node names
----------------------->8------------------------
sed -i 's/@0x/@/g' arch/arc/boot/dts/*.dts*
----------------------->8------------------------
2. Make all hex addresses lowercase:
----------------------->8------------------------
sed -i 's/@\([0-9A-Za-z]*\)/@\L\1/g' arch/arc/boot/dts/*.dts*
sed -i 's/0x\([0-9A-Za-z]*\)/0x\L\1/g' arch/arc/boot/dts/*.dts*
----------------------->8------------------------
Inspired by [1] and the like.
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/13612017/
Reviewed-by: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/boot/dts/abilis_tb100.dtsi | 58 | ||||
-rw-r--r-- | arch/arc/boot/dts/abilis_tb100_dvk.dts | 14 | ||||
-rw-r--r-- | arch/arc/boot/dts/abilis_tb101.dtsi | 58 | ||||
-rw-r--r-- | arch/arc/boot/dts/abilis_tb101_dvk.dts | 14 | ||||
-rw-r--r-- | arch/arc/boot/dts/abilis_tb10x.dtsi | 60 | ||||
-rw-r--r-- | arch/arc/boot/dts/axc001.dtsi | 6 | ||||
-rw-r--r-- | arch/arc/boot/dts/axc003.dtsi | 16 | ||||
-rw-r--r-- | arch/arc/boot/dts/axc003_idu.dtsi | 16 | ||||
-rw-r--r-- | arch/arc/boot/dts/axs10x_mb.dtsi | 22 | ||||
-rw-r--r-- | arch/arc/boot/dts/hsdk.dts | 4 | ||||
-rw-r--r-- | arch/arc/boot/dts/vdk_axc003.dtsi | 4 | ||||
-rw-r--r-- | arch/arc/boot/dts/vdk_axc003_idu.dtsi | 4 | ||||
-rw-r--r-- | arch/arc/boot/dts/vdk_axs10x_mb.dtsi | 18 |
13 files changed, 147 insertions, 147 deletions
diff --git a/arch/arc/boot/dts/abilis_tb100.dtsi b/arch/arc/boot/dts/abilis_tb100.dtsi index 02410b211433..c0bcd97522bb 100644 --- a/arch/arc/boot/dts/abilis_tb100.dtsi +++ b/arch/arc/boot/dts/abilis_tb100.dtsi | |||
@@ -38,7 +38,7 @@ | |||
38 | clock-div = <6>; | 38 | clock-div = <6>; |
39 | }; | 39 | }; |
40 | 40 | ||
41 | iomux: iomux@FF10601c { | 41 | iomux: iomux@ff10601c { |
42 | /* Port 1 */ | 42 | /* Port 1 */ |
43 | pctl_tsin_s0: pctl-tsin-s0 { /* Serial TS-in 0 */ | 43 | pctl_tsin_s0: pctl-tsin-s0 { /* Serial TS-in 0 */ |
44 | abilis,function = "mis0"; | 44 | abilis,function = "mis0"; |
@@ -162,182 +162,182 @@ | |||
162 | }; | 162 | }; |
163 | }; | 163 | }; |
164 | 164 | ||
165 | gpioa: gpio@FF140000 { | 165 | gpioa: gpio@ff140000 { |
166 | compatible = "abilis,tb10x-gpio"; | 166 | compatible = "abilis,tb10x-gpio"; |
167 | interrupt-controller; | 167 | interrupt-controller; |
168 | #interrupt-cells = <1>; | 168 | #interrupt-cells = <1>; |
169 | interrupt-parent = <&tb10x_ictl>; | 169 | interrupt-parent = <&tb10x_ictl>; |
170 | interrupts = <27 2>; | 170 | interrupts = <27 2>; |
171 | reg = <0xFF140000 0x1000>; | 171 | reg = <0xff140000 0x1000>; |
172 | gpio-controller; | 172 | gpio-controller; |
173 | #gpio-cells = <2>; | 173 | #gpio-cells = <2>; |
174 | abilis,ngpio = <3>; | 174 | abilis,ngpio = <3>; |
175 | gpio-ranges = <&iomux 0 0 0>; | 175 | gpio-ranges = <&iomux 0 0 0>; |
176 | gpio-ranges-group-names = "gpioa"; | 176 | gpio-ranges-group-names = "gpioa"; |
177 | }; | 177 | }; |
178 | gpiob: gpio@FF141000 { | 178 | gpiob: gpio@ff141000 { |
179 | compatible = "abilis,tb10x-gpio"; | 179 | compatible = "abilis,tb10x-gpio"; |
180 | interrupt-controller; | 180 | interrupt-controller; |
181 | #interrupt-cells = <1>; | 181 | #interrupt-cells = <1>; |
182 | interrupt-parent = <&tb10x_ictl>; | 182 | interrupt-parent = <&tb10x_ictl>; |
183 | interrupts = <27 2>; | 183 | interrupts = <27 2>; |
184 | reg = <0xFF141000 0x1000>; | 184 | reg = <0xff141000 0x1000>; |
185 | gpio-controller; | 185 | gpio-controller; |
186 | #gpio-cells = <2>; | 186 | #gpio-cells = <2>; |
187 | abilis,ngpio = <2>; | 187 | abilis,ngpio = <2>; |
188 | gpio-ranges = <&iomux 0 0 0>; | 188 | gpio-ranges = <&iomux 0 0 0>; |
189 | gpio-ranges-group-names = "gpiob"; | 189 | gpio-ranges-group-names = "gpiob"; |
190 | }; | 190 | }; |
191 | gpioc: gpio@FF142000 { | 191 | gpioc: gpio@ff142000 { |
192 | compatible = "abilis,tb10x-gpio"; | 192 | compatible = "abilis,tb10x-gpio"; |
193 | interrupt-controller; | 193 | interrupt-controller; |
194 | #interrupt-cells = <1>; | 194 | #interrupt-cells = <1>; |
195 | interrupt-parent = <&tb10x_ictl>; | 195 | interrupt-parent = <&tb10x_ictl>; |
196 | interrupts = <27 2>; | 196 | interrupts = <27 2>; |
197 | reg = <0xFF142000 0x1000>; | 197 | reg = <0xff142000 0x1000>; |
198 | gpio-controller; | 198 | gpio-controller; |
199 | #gpio-cells = <2>; | 199 | #gpio-cells = <2>; |
200 | abilis,ngpio = <3>; | 200 | abilis,ngpio = <3>; |
201 | gpio-ranges = <&iomux 0 0 0>; | 201 | gpio-ranges = <&iomux 0 0 0>; |
202 | gpio-ranges-group-names = "gpioc"; | 202 | gpio-ranges-group-names = "gpioc"; |
203 | }; | 203 | }; |
204 | gpiod: gpio@FF143000 { | 204 | gpiod: gpio@ff143000 { |
205 | compatible = "abilis,tb10x-gpio"; | 205 | compatible = "abilis,tb10x-gpio"; |
206 | interrupt-controller; | 206 | interrupt-controller; |
207 | #interrupt-cells = <1>; | 207 | #interrupt-cells = <1>; |
208 | interrupt-parent = <&tb10x_ictl>; | 208 | interrupt-parent = <&tb10x_ictl>; |
209 | interrupts = <27 2>; | 209 | interrupts = <27 2>; |
210 | reg = <0xFF143000 0x1000>; | 210 | reg = <0xff143000 0x1000>; |
211 | gpio-controller; | 211 | gpio-controller; |
212 | #gpio-cells = <2>; | 212 | #gpio-cells = <2>; |
213 | abilis,ngpio = <2>; | 213 | abilis,ngpio = <2>; |
214 | gpio-ranges = <&iomux 0 0 0>; | 214 | gpio-ranges = <&iomux 0 0 0>; |
215 | gpio-ranges-group-names = "gpiod"; | 215 | gpio-ranges-group-names = "gpiod"; |
216 | }; | 216 | }; |
217 | gpioe: gpio@FF144000 { | 217 | gpioe: gpio@ff144000 { |
218 | compatible = "abilis,tb10x-gpio"; | 218 | compatible = "abilis,tb10x-gpio"; |
219 | interrupt-controller; | 219 | interrupt-controller; |
220 | #interrupt-cells = <1>; | 220 | #interrupt-cells = <1>; |
221 | interrupt-parent = <&tb10x_ictl>; | 221 | interrupt-parent = <&tb10x_ictl>; |
222 | interrupts = <27 2>; | 222 | interrupts = <27 2>; |
223 | reg = <0xFF144000 0x1000>; | 223 | reg = <0xff144000 0x1000>; |
224 | gpio-controller; | 224 | gpio-controller; |
225 | #gpio-cells = <2>; | 225 | #gpio-cells = <2>; |
226 | abilis,ngpio = <3>; | 226 | abilis,ngpio = <3>; |
227 | gpio-ranges = <&iomux 0 0 0>; | 227 | gpio-ranges = <&iomux 0 0 0>; |
228 | gpio-ranges-group-names = "gpioe"; | 228 | gpio-ranges-group-names = "gpioe"; |
229 | }; | 229 | }; |
230 | gpiof: gpio@FF145000 { | 230 | gpiof: gpio@ff145000 { |
231 | compatible = "abilis,tb10x-gpio"; | 231 | compatible = "abilis,tb10x-gpio"; |
232 | interrupt-controller; | 232 | interrupt-controller; |
233 | #interrupt-cells = <1>; | 233 | #interrupt-cells = <1>; |
234 | interrupt-parent = <&tb10x_ictl>; | 234 | interrupt-parent = <&tb10x_ictl>; |
235 | interrupts = <27 2>; | 235 | interrupts = <27 2>; |
236 | reg = <0xFF145000 0x1000>; | 236 | reg = <0xff145000 0x1000>; |
237 | gpio-controller; | 237 | gpio-controller; |
238 | #gpio-cells = <2>; | 238 | #gpio-cells = <2>; |
239 | abilis,ngpio = <2>; | 239 | abilis,ngpio = <2>; |
240 | gpio-ranges = <&iomux 0 0 0>; | 240 | gpio-ranges = <&iomux 0 0 0>; |
241 | gpio-ranges-group-names = "gpiof"; | 241 | gpio-ranges-group-names = "gpiof"; |
242 | }; | 242 | }; |
243 | gpiog: gpio@FF146000 { | 243 | gpiog: gpio@ff146000 { |
244 | compatible = "abilis,tb10x-gpio"; | 244 | compatible = "abilis,tb10x-gpio"; |
245 | interrupt-controller; | 245 | interrupt-controller; |
246 | #interrupt-cells = <1>; | 246 | #interrupt-cells = <1>; |
247 | interrupt-parent = <&tb10x_ictl>; | 247 | interrupt-parent = <&tb10x_ictl>; |
248 | interrupts = <27 2>; | 248 | interrupts = <27 2>; |
249 | reg = <0xFF146000 0x1000>; | 249 | reg = <0xff146000 0x1000>; |
250 | gpio-controller; | 250 | gpio-controller; |
251 | #gpio-cells = <2>; | 251 | #gpio-cells = <2>; |
252 | abilis,ngpio = <3>; | 252 | abilis,ngpio = <3>; |
253 | gpio-ranges = <&iomux 0 0 0>; | 253 | gpio-ranges = <&iomux 0 0 0>; |
254 | gpio-ranges-group-names = "gpiog"; | 254 | gpio-ranges-group-names = "gpiog"; |
255 | }; | 255 | }; |
256 | gpioh: gpio@FF147000 { | 256 | gpioh: gpio@ff147000 { |
257 | compatible = "abilis,tb10x-gpio"; | 257 | compatible = "abilis,tb10x-gpio"; |
258 | interrupt-controller; | 258 | interrupt-controller; |
259 | #interrupt-cells = <1>; | 259 | #interrupt-cells = <1>; |
260 | interrupt-parent = <&tb10x_ictl>; | 260 | interrupt-parent = <&tb10x_ictl>; |
261 | interrupts = <27 2>; | 261 | interrupts = <27 2>; |
262 | reg = <0xFF147000 0x1000>; | 262 | reg = <0xff147000 0x1000>; |
263 | gpio-controller; | 263 | gpio-controller; |
264 | #gpio-cells = <2>; | 264 | #gpio-cells = <2>; |
265 | abilis,ngpio = <2>; | 265 | abilis,ngpio = <2>; |
266 | gpio-ranges = <&iomux 0 0 0>; | 266 | gpio-ranges = <&iomux 0 0 0>; |
267 | gpio-ranges-group-names = "gpioh"; | 267 | gpio-ranges-group-names = "gpioh"; |
268 | }; | 268 | }; |
269 | gpioi: gpio@FF148000 { | 269 | gpioi: gpio@ff148000 { |
270 | compatible = "abilis,tb10x-gpio"; | 270 | compatible = "abilis,tb10x-gpio"; |
271 | interrupt-controller; | 271 | interrupt-controller; |
272 | #interrupt-cells = <1>; | 272 | #interrupt-cells = <1>; |
273 | interrupt-parent = <&tb10x_ictl>; | 273 | interrupt-parent = <&tb10x_ictl>; |
274 | interrupts = <27 2>; | 274 | interrupts = <27 2>; |
275 | reg = <0xFF148000 0x1000>; | 275 | reg = <0xff148000 0x1000>; |
276 | gpio-controller; | 276 | gpio-controller; |
277 | #gpio-cells = <2>; | 277 | #gpio-cells = <2>; |
278 | abilis,ngpio = <12>; | 278 | abilis,ngpio = <12>; |
279 | gpio-ranges = <&iomux 0 0 0>; | 279 | gpio-ranges = <&iomux 0 0 0>; |
280 | gpio-ranges-group-names = "gpioi"; | 280 | gpio-ranges-group-names = "gpioi"; |
281 | }; | 281 | }; |
282 | gpioj: gpio@FF149000 { | 282 | gpioj: gpio@ff149000 { |
283 | compatible = "abilis,tb10x-gpio"; | 283 | compatible = "abilis,tb10x-gpio"; |
284 | interrupt-controller; | 284 | interrupt-controller; |
285 | #interrupt-cells = <1>; | 285 | #interrupt-cells = <1>; |
286 | interrupt-parent = <&tb10x_ictl>; | 286 | interrupt-parent = <&tb10x_ictl>; |
287 | interrupts = <27 2>; | 287 | interrupts = <27 2>; |
288 | reg = <0xFF149000 0x1000>; | 288 | reg = <0xff149000 0x1000>; |
289 | gpio-controller; | 289 | gpio-controller; |
290 | #gpio-cells = <2>; | 290 | #gpio-cells = <2>; |
291 | abilis,ngpio = <32>; | 291 | abilis,ngpio = <32>; |
292 | gpio-ranges = <&iomux 0 0 0>; | 292 | gpio-ranges = <&iomux 0 0 0>; |
293 | gpio-ranges-group-names = "gpioj"; | 293 | gpio-ranges-group-names = "gpioj"; |
294 | }; | 294 | }; |
295 | gpiok: gpio@FF14a000 { | 295 | gpiok: gpio@ff14a000 { |
296 | compatible = "abilis,tb10x-gpio"; | 296 | compatible = "abilis,tb10x-gpio"; |
297 | interrupt-controller; | 297 | interrupt-controller; |
298 | #interrupt-cells = <1>; | 298 | #interrupt-cells = <1>; |
299 | interrupt-parent = <&tb10x_ictl>; | 299 | interrupt-parent = <&tb10x_ictl>; |
300 | interrupts = <27 2>; | 300 | interrupts = <27 2>; |
301 | reg = <0xFF14A000 0x1000>; | 301 | reg = <0xff14a000 0x1000>; |
302 | gpio-controller; | 302 | gpio-controller; |
303 | #gpio-cells = <2>; | 303 | #gpio-cells = <2>; |
304 | abilis,ngpio = <22>; | 304 | abilis,ngpio = <22>; |
305 | gpio-ranges = <&iomux 0 0 0>; | 305 | gpio-ranges = <&iomux 0 0 0>; |
306 | gpio-ranges-group-names = "gpiok"; | 306 | gpio-ranges-group-names = "gpiok"; |
307 | }; | 307 | }; |
308 | gpiol: gpio@FF14b000 { | 308 | gpiol: gpio@ff14b000 { |
309 | compatible = "abilis,tb10x-gpio"; | 309 | compatible = "abilis,tb10x-gpio"; |
310 | interrupt-controller; | 310 | interrupt-controller; |
311 | #interrupt-cells = <1>; | 311 | #interrupt-cells = <1>; |
312 | interrupt-parent = <&tb10x_ictl>; | 312 | interrupt-parent = <&tb10x_ictl>; |
313 | interrupts = <27 2>; | 313 | interrupts = <27 2>; |
314 | reg = <0xFF14B000 0x1000>; | 314 | reg = <0xff14b000 0x1000>; |
315 | gpio-controller; | 315 | gpio-controller; |
316 | #gpio-cells = <2>; | 316 | #gpio-cells = <2>; |
317 | abilis,ngpio = <4>; | 317 | abilis,ngpio = <4>; |
318 | gpio-ranges = <&iomux 0 0 0>; | 318 | gpio-ranges = <&iomux 0 0 0>; |
319 | gpio-ranges-group-names = "gpiol"; | 319 | gpio-ranges-group-names = "gpiol"; |
320 | }; | 320 | }; |
321 | gpiom: gpio@FF14c000 { | 321 | gpiom: gpio@ff14c000 { |
322 | compatible = "abilis,tb10x-gpio"; | 322 | compatible = "abilis,tb10x-gpio"; |
323 | interrupt-controller; | 323 | interrupt-controller; |
324 | #interrupt-cells = <1>; | 324 | #interrupt-cells = <1>; |
325 | interrupt-parent = <&tb10x_ictl>; | 325 | interrupt-parent = <&tb10x_ictl>; |
326 | interrupts = <27 2>; | 326 | interrupts = <27 2>; |
327 | reg = <0xFF14C000 0x1000>; | 327 | reg = <0xff14c000 0x1000>; |
328 | gpio-controller; | 328 | gpio-controller; |
329 | #gpio-cells = <2>; | 329 | #gpio-cells = <2>; |
330 | abilis,ngpio = <4>; | 330 | abilis,ngpio = <4>; |
331 | gpio-ranges = <&iomux 0 0 0>; | 331 | gpio-ranges = <&iomux 0 0 0>; |
332 | gpio-ranges-group-names = "gpiom"; | 332 | gpio-ranges-group-names = "gpiom"; |
333 | }; | 333 | }; |
334 | gpion: gpio@FF14d000 { | 334 | gpion: gpio@ff14d000 { |
335 | compatible = "abilis,tb10x-gpio"; | 335 | compatible = "abilis,tb10x-gpio"; |
336 | interrupt-controller; | 336 | interrupt-controller; |
337 | #interrupt-cells = <1>; | 337 | #interrupt-cells = <1>; |
338 | interrupt-parent = <&tb10x_ictl>; | 338 | interrupt-parent = <&tb10x_ictl>; |
339 | interrupts = <27 2>; | 339 | interrupts = <27 2>; |
340 | reg = <0xFF14D000 0x1000>; | 340 | reg = <0xff14d000 0x1000>; |
341 | gpio-controller; | 341 | gpio-controller; |
342 | #gpio-cells = <2>; | 342 | #gpio-cells = <2>; |
343 | abilis,ngpio = <5>; | 343 | abilis,ngpio = <5>; |
diff --git a/arch/arc/boot/dts/abilis_tb100_dvk.dts b/arch/arc/boot/dts/abilis_tb100_dvk.dts index 3acf04db8030..c968e677db46 100644 --- a/arch/arc/boot/dts/abilis_tb100_dvk.dts +++ b/arch/arc/boot/dts/abilis_tb100_dvk.dts | |||
@@ -37,27 +37,27 @@ | |||
37 | }; | 37 | }; |
38 | 38 | ||
39 | soc100 { | 39 | soc100 { |
40 | uart@FF100000 { | 40 | uart@ff100000 { |
41 | pinctrl-names = "default"; | 41 | pinctrl-names = "default"; |
42 | pinctrl-0 = <&pctl_uart0>; | 42 | pinctrl-0 = <&pctl_uart0>; |
43 | }; | 43 | }; |
44 | ethernet@FE100000 { | 44 | ethernet@fe100000 { |
45 | phy-mode = "rgmii"; | 45 | phy-mode = "rgmii"; |
46 | }; | 46 | }; |
47 | 47 | ||
48 | i2c0: i2c@FF120000 { | 48 | i2c0: i2c@ff120000 { |
49 | i2c-sda-hold-time-ns = <432>; | 49 | i2c-sda-hold-time-ns = <432>; |
50 | }; | 50 | }; |
51 | i2c1: i2c@FF121000 { | 51 | i2c1: i2c@ff121000 { |
52 | i2c-sda-hold-time-ns = <432>; | 52 | i2c-sda-hold-time-ns = <432>; |
53 | }; | 53 | }; |
54 | i2c2: i2c@FF122000 { | 54 | i2c2: i2c@ff122000 { |
55 | i2c-sda-hold-time-ns = <432>; | 55 | i2c-sda-hold-time-ns = <432>; |
56 | }; | 56 | }; |
57 | i2c3: i2c@FF123000 { | 57 | i2c3: i2c@ff123000 { |
58 | i2c-sda-hold-time-ns = <432>; | 58 | i2c-sda-hold-time-ns = <432>; |
59 | }; | 59 | }; |
60 | i2c4: i2c@FF124000 { | 60 | i2c4: i2c@ff124000 { |
61 | i2c-sda-hold-time-ns = <432>; | 61 | i2c-sda-hold-time-ns = <432>; |
62 | }; | 62 | }; |
63 | 63 | ||
diff --git a/arch/arc/boot/dts/abilis_tb101.dtsi b/arch/arc/boot/dts/abilis_tb101.dtsi index f9e7686044eb..6a1615f58f05 100644 --- a/arch/arc/boot/dts/abilis_tb101.dtsi +++ b/arch/arc/boot/dts/abilis_tb101.dtsi | |||
@@ -38,7 +38,7 @@ | |||
38 | clock-div = <6>; | 38 | clock-div = <6>; |
39 | }; | 39 | }; |
40 | 40 | ||
41 | iomux: iomux@FF10601c { | 41 | iomux: iomux@ff10601c { |
42 | /* Port 1 */ | 42 | /* Port 1 */ |
43 | pctl_tsin_s0: pctl-tsin-s0 { /* Serial TS-in 0 */ | 43 | pctl_tsin_s0: pctl-tsin-s0 { /* Serial TS-in 0 */ |
44 | abilis,function = "mis0"; | 44 | abilis,function = "mis0"; |
@@ -171,182 +171,182 @@ | |||
171 | }; | 171 | }; |
172 | }; | 172 | }; |
173 | 173 | ||
174 | gpioa: gpio@FF140000 { | 174 | gpioa: gpio@ff140000 { |
175 | compatible = "abilis,tb10x-gpio"; | 175 | compatible = "abilis,tb10x-gpio"; |
176 | interrupt-controller; | 176 | interrupt-controller; |
177 | #interrupt-cells = <1>; | 177 | #interrupt-cells = <1>; |
178 | interrupt-parent = <&tb10x_ictl>; | 178 | interrupt-parent = <&tb10x_ictl>; |
179 | interrupts = <27 2>; | 179 | interrupts = <27 2>; |
180 | reg = <0xFF140000 0x1000>; | 180 | reg = <0xff140000 0x1000>; |
181 | gpio-controller; | 181 | gpio-controller; |
182 | #gpio-cells = <2>; | 182 | #gpio-cells = <2>; |
183 | abilis,ngpio = <3>; | 183 | abilis,ngpio = <3>; |
184 | gpio-ranges = <&iomux 0 0 0>; | 184 | gpio-ranges = <&iomux 0 0 0>; |
185 | gpio-ranges-group-names = "gpioa"; | 185 | gpio-ranges-group-names = "gpioa"; |
186 | }; | 186 | }; |
187 | gpiob: gpio@FF141000 { | 187 | gpiob: gpio@ff141000 { |
188 | compatible = "abilis,tb10x-gpio"; | 188 | compatible = "abilis,tb10x-gpio"; |
189 | interrupt-controller; | 189 | interrupt-controller; |
190 | #interrupt-cells = <1>; | 190 | #interrupt-cells = <1>; |
191 | interrupt-parent = <&tb10x_ictl>; | 191 | interrupt-parent = <&tb10x_ictl>; |
192 | interrupts = <27 2>; | 192 | interrupts = <27 2>; |
193 | reg = <0xFF141000 0x1000>; | 193 | reg = <0xff141000 0x1000>; |
194 | gpio-controller; | 194 | gpio-controller; |
195 | #gpio-cells = <2>; | 195 | #gpio-cells = <2>; |
196 | abilis,ngpio = <2>; | 196 | abilis,ngpio = <2>; |
197 | gpio-ranges = <&iomux 0 0 0>; | 197 | gpio-ranges = <&iomux 0 0 0>; |
198 | gpio-ranges-group-names = "gpiob"; | 198 | gpio-ranges-group-names = "gpiob"; |
199 | }; | 199 | }; |
200 | gpioc: gpio@FF142000 { | 200 | gpioc: gpio@ff142000 { |
201 | compatible = "abilis,tb10x-gpio"; | 201 | compatible = "abilis,tb10x-gpio"; |
202 | interrupt-controller; | 202 | interrupt-controller; |
203 | #interrupt-cells = <1>; | 203 | #interrupt-cells = <1>; |
204 | interrupt-parent = <&tb10x_ictl>; | 204 | interrupt-parent = <&tb10x_ictl>; |
205 | interrupts = <27 2>; | 205 | interrupts = <27 2>; |
206 | reg = <0xFF142000 0x1000>; | 206 | reg = <0xff142000 0x1000>; |
207 | gpio-controller; | 207 | gpio-controller; |
208 | #gpio-cells = <2>; | 208 | #gpio-cells = <2>; |
209 | abilis,ngpio = <3>; | 209 | abilis,ngpio = <3>; |
210 | gpio-ranges = <&iomux 0 0 0>; | 210 | gpio-ranges = <&iomux 0 0 0>; |
211 | gpio-ranges-group-names = "gpioc"; | 211 | gpio-ranges-group-names = "gpioc"; |
212 | }; | 212 | }; |
213 | gpiod: gpio@FF143000 { | 213 | gpiod: gpio@ff143000 { |
214 | compatible = "abilis,tb10x-gpio"; | 214 | compatible = "abilis,tb10x-gpio"; |
215 | interrupt-controller; | 215 | interrupt-controller; |
216 | #interrupt-cells = <1>; | 216 | #interrupt-cells = <1>; |
217 | interrupt-parent = <&tb10x_ictl>; | 217 | interrupt-parent = <&tb10x_ictl>; |
218 | interrupts = <27 2>; | 218 | interrupts = <27 2>; |
219 | reg = <0xFF143000 0x1000>; | 219 | reg = <0xff143000 0x1000>; |
220 | gpio-controller; | 220 | gpio-controller; |
221 | #gpio-cells = <2>; | 221 | #gpio-cells = <2>; |
222 | abilis,ngpio = <2>; | 222 | abilis,ngpio = <2>; |
223 | gpio-ranges = <&iomux 0 0 0>; | 223 | gpio-ranges = <&iomux 0 0 0>; |
224 | gpio-ranges-group-names = "gpiod"; | 224 | gpio-ranges-group-names = "gpiod"; |
225 | }; | 225 | }; |
226 | gpioe: gpio@FF144000 { | 226 | gpioe: gpio@ff144000 { |
227 | compatible = "abilis,tb10x-gpio"; | 227 | compatible = "abilis,tb10x-gpio"; |
228 | interrupt-controller; | 228 | interrupt-controller; |
229 | #interrupt-cells = <1>; | 229 | #interrupt-cells = <1>; |
230 | interrupt-parent = <&tb10x_ictl>; | 230 | interrupt-parent = <&tb10x_ictl>; |
231 | interrupts = <27 2>; | 231 | interrupts = <27 2>; |
232 | reg = <0xFF144000 0x1000>; | 232 | reg = <0xff144000 0x1000>; |
233 | gpio-controller; | 233 | gpio-controller; |
234 | #gpio-cells = <2>; | 234 | #gpio-cells = <2>; |
235 | abilis,ngpio = <3>; | 235 | abilis,ngpio = <3>; |
236 | gpio-ranges = <&iomux 0 0 0>; | 236 | gpio-ranges = <&iomux 0 0 0>; |
237 | gpio-ranges-group-names = "gpioe"; | 237 | gpio-ranges-group-names = "gpioe"; |
238 | }; | 238 | }; |
239 | gpiof: gpio@FF145000 { | 239 | gpiof: gpio@ff145000 { |
240 | compatible = "abilis,tb10x-gpio"; | 240 | compatible = "abilis,tb10x-gpio"; |
241 | interrupt-controller; | 241 | interrupt-controller; |
242 | #interrupt-cells = <1>; | 242 | #interrupt-cells = <1>; |
243 | interrupt-parent = <&tb10x_ictl>; | 243 | interrupt-parent = <&tb10x_ictl>; |
244 | interrupts = <27 2>; | 244 | interrupts = <27 2>; |
245 | reg = <0xFF145000 0x1000>; | 245 | reg = <0xff145000 0x1000>; |
246 | gpio-controller; | 246 | gpio-controller; |
247 | #gpio-cells = <2>; | 247 | #gpio-cells = <2>; |
248 | abilis,ngpio = <2>; | 248 | abilis,ngpio = <2>; |
249 | gpio-ranges = <&iomux 0 0 0>; | 249 | gpio-ranges = <&iomux 0 0 0>; |
250 | gpio-ranges-group-names = "gpiof"; | 250 | gpio-ranges-group-names = "gpiof"; |
251 | }; | 251 | }; |
252 | gpiog: gpio@FF146000 { | 252 | gpiog: gpio@ff146000 { |
253 | compatible = "abilis,tb10x-gpio"; | 253 | compatible = "abilis,tb10x-gpio"; |
254 | interrupt-controller; | 254 | interrupt-controller; |
255 | #interrupt-cells = <1>; | 255 | #interrupt-cells = <1>; |
256 | interrupt-parent = <&tb10x_ictl>; | 256 | interrupt-parent = <&tb10x_ictl>; |
257 | interrupts = <27 2>; | 257 | interrupts = <27 2>; |
258 | reg = <0xFF146000 0x1000>; | 258 | reg = <0xff146000 0x1000>; |
259 | gpio-controller; | 259 | gpio-controller; |
260 | #gpio-cells = <2>; | 260 | #gpio-cells = <2>; |
261 | abilis,ngpio = <3>; | 261 | abilis,ngpio = <3>; |
262 | gpio-ranges = <&iomux 0 0 0>; | 262 | gpio-ranges = <&iomux 0 0 0>; |
263 | gpio-ranges-group-names = "gpiog"; | 263 | gpio-ranges-group-names = "gpiog"; |
264 | }; | 264 | }; |
265 | gpioh: gpio@FF147000 { | 265 | gpioh: gpio@ff147000 { |
266 | compatible = "abilis,tb10x-gpio"; | 266 | compatible = "abilis,tb10x-gpio"; |
267 | interrupt-controller; | 267 | interrupt-controller; |
268 | #interrupt-cells = <1>; | 268 | #interrupt-cells = <1>; |
269 | interrupt-parent = <&tb10x_ictl>; | 269 | interrupt-parent = <&tb10x_ictl>; |
270 | interrupts = <27 2>; | 270 | interrupts = <27 2>; |
271 | reg = <0xFF147000 0x1000>; | 271 | reg = <0xff147000 0x1000>; |
272 | gpio-controller; | 272 | gpio-controller; |
273 | #gpio-cells = <2>; | 273 | #gpio-cells = <2>; |
274 | abilis,ngpio = <2>; | 274 | abilis,ngpio = <2>; |
275 | gpio-ranges = <&iomux 0 0 0>; | 275 | gpio-ranges = <&iomux 0 0 0>; |
276 | gpio-ranges-group-names = "gpioh"; | 276 | gpio-ranges-group-names = "gpioh"; |
277 | }; | 277 | }; |
278 | gpioi: gpio@FF148000 { | 278 | gpioi: gpio@ff148000 { |
279 | compatible = "abilis,tb10x-gpio"; | 279 | compatible = "abilis,tb10x-gpio"; |
280 | interrupt-controller; | 280 | interrupt-controller; |
281 | #interrupt-cells = <1>; | 281 | #interrupt-cells = <1>; |
282 | interrupt-parent = <&tb10x_ictl>; | 282 | interrupt-parent = <&tb10x_ictl>; |
283 | interrupts = <27 2>; | 283 | interrupts = <27 2>; |
284 | reg = <0xFF148000 0x1000>; | 284 | reg = <0xff148000 0x1000>; |
285 | gpio-controller; | 285 | gpio-controller; |
286 | #gpio-cells = <2>; | 286 | #gpio-cells = <2>; |
287 | abilis,ngpio = <12>; | 287 | abilis,ngpio = <12>; |
288 | gpio-ranges = <&iomux 0 0 0>; | 288 | gpio-ranges = <&iomux 0 0 0>; |
289 | gpio-ranges-group-names = "gpioi"; | 289 | gpio-ranges-group-names = "gpioi"; |
290 | }; | 290 | }; |
291 | gpioj: gpio@FF149000 { | 291 | gpioj: gpio@ff149000 { |
292 | compatible = "abilis,tb10x-gpio"; | 292 | compatible = "abilis,tb10x-gpio"; |
293 | interrupt-controller; | 293 | interrupt-controller; |
294 | #interrupt-cells = <1>; | 294 | #interrupt-cells = <1>; |
295 | interrupt-parent = <&tb10x_ictl>; | 295 | interrupt-parent = <&tb10x_ictl>; |
296 | interrupts = <27 2>; | 296 | interrupts = <27 2>; |
297 | reg = <0xFF149000 0x1000>; | 297 | reg = <0xff149000 0x1000>; |
298 | gpio-controller; | 298 | gpio-controller; |
299 | #gpio-cells = <2>; | 299 | #gpio-cells = <2>; |
300 | abilis,ngpio = <32>; | 300 | abilis,ngpio = <32>; |
301 | gpio-ranges = <&iomux 0 0 0>; | 301 | gpio-ranges = <&iomux 0 0 0>; |
302 | gpio-ranges-group-names = "gpioj"; | 302 | gpio-ranges-group-names = "gpioj"; |
303 | }; | 303 | }; |
304 | gpiok: gpio@FF14a000 { | 304 | gpiok: gpio@ff14a000 { |
305 | compatible = "abilis,tb10x-gpio"; | 305 | compatible = "abilis,tb10x-gpio"; |
306 | interrupt-controller; | 306 | interrupt-controller; |
307 | #interrupt-cells = <1>; | 307 | #interrupt-cells = <1>; |
308 | interrupt-parent = <&tb10x_ictl>; | 308 | interrupt-parent = <&tb10x_ictl>; |
309 | interrupts = <27 2>; | 309 | interrupts = <27 2>; |
310 | reg = <0xFF14A000 0x1000>; | 310 | reg = <0xff14a000 0x1000>; |
311 | gpio-controller; | 311 | gpio-controller; |
312 | #gpio-cells = <2>; | 312 | #gpio-cells = <2>; |
313 | abilis,ngpio = <22>; | 313 | abilis,ngpio = <22>; |
314 | gpio-ranges = <&iomux 0 0 0>; | 314 | gpio-ranges = <&iomux 0 0 0>; |
315 | gpio-ranges-group-names = "gpiok"; | 315 | gpio-ranges-group-names = "gpiok"; |
316 | }; | 316 | }; |
317 | gpiol: gpio@FF14b000 { | 317 | gpiol: gpio@ff14b000 { |
318 | compatible = "abilis,tb10x-gpio"; | 318 | compatible = "abilis,tb10x-gpio"; |
319 | interrupt-controller; | 319 | interrupt-controller; |
320 | #interrupt-cells = <1>; | 320 | #interrupt-cells = <1>; |
321 | interrupt-parent = <&tb10x_ictl>; | 321 | interrupt-parent = <&tb10x_ictl>; |
322 | interrupts = <27 2>; | 322 | interrupts = <27 2>; |
323 | reg = <0xFF14B000 0x1000>; | 323 | reg = <0xff14b000 0x1000>; |
324 | gpio-controller; | 324 | gpio-controller; |
325 | #gpio-cells = <2>; | 325 | #gpio-cells = <2>; |
326 | abilis,ngpio = <4>; | 326 | abilis,ngpio = <4>; |
327 | gpio-ranges = <&iomux 0 0 0>; | 327 | gpio-ranges = <&iomux 0 0 0>; |
328 | gpio-ranges-group-names = "gpiol"; | 328 | gpio-ranges-group-names = "gpiol"; |
329 | }; | 329 | }; |
330 | gpiom: gpio@FF14c000 { | 330 | gpiom: gpio@ff14c000 { |
331 | compatible = "abilis,tb10x-gpio"; | 331 | compatible = "abilis,tb10x-gpio"; |
332 | interrupt-controller; | 332 | interrupt-controller; |
333 | #interrupt-cells = <1>; | 333 | #interrupt-cells = <1>; |
334 | interrupt-parent = <&tb10x_ictl>; | 334 | interrupt-parent = <&tb10x_ictl>; |
335 | interrupts = <27 2>; | 335 | interrupts = <27 2>; |
336 | reg = <0xFF14C000 0x1000>; | 336 | reg = <0xff14c000 0x1000>; |
337 | gpio-controller; | 337 | gpio-controller; |
338 | #gpio-cells = <2>; | 338 | #gpio-cells = <2>; |
339 | abilis,ngpio = <4>; | 339 | abilis,ngpio = <4>; |
340 | gpio-ranges = <&iomux 0 0 0>; | 340 | gpio-ranges = <&iomux 0 0 0>; |
341 | gpio-ranges-group-names = "gpiom"; | 341 | gpio-ranges-group-names = "gpiom"; |
342 | }; | 342 | }; |
343 | gpion: gpio@FF14d000 { | 343 | gpion: gpio@ff14d000 { |
344 | compatible = "abilis,tb10x-gpio"; | 344 | compatible = "abilis,tb10x-gpio"; |
345 | interrupt-controller; | 345 | interrupt-controller; |
346 | #interrupt-cells = <1>; | 346 | #interrupt-cells = <1>; |
347 | interrupt-parent = <&tb10x_ictl>; | 347 | interrupt-parent = <&tb10x_ictl>; |
348 | interrupts = <27 2>; | 348 | interrupts = <27 2>; |
349 | reg = <0xFF14D000 0x1000>; | 349 | reg = <0xff14d000 0x1000>; |
350 | gpio-controller; | 350 | gpio-controller; |
351 | #gpio-cells = <2>; | 351 | #gpio-cells = <2>; |
352 | abilis,ngpio = <5>; | 352 | abilis,ngpio = <5>; |
diff --git a/arch/arc/boot/dts/abilis_tb101_dvk.dts b/arch/arc/boot/dts/abilis_tb101_dvk.dts index 37d88c5dd181..05143ce9c120 100644 --- a/arch/arc/boot/dts/abilis_tb101_dvk.dts +++ b/arch/arc/boot/dts/abilis_tb101_dvk.dts | |||
@@ -37,27 +37,27 @@ | |||
37 | }; | 37 | }; |
38 | 38 | ||
39 | soc100 { | 39 | soc100 { |
40 | uart@FF100000 { | 40 | uart@ff100000 { |
41 | pinctrl-names = "default"; | 41 | pinctrl-names = "default"; |
42 | pinctrl-0 = <&pctl_uart0>; | 42 | pinctrl-0 = <&pctl_uart0>; |
43 | }; | 43 | }; |
44 | ethernet@FE100000 { | 44 | ethernet@fe100000 { |
45 | phy-mode = "rgmii"; | 45 | phy-mode = "rgmii"; |
46 | }; | 46 | }; |
47 | 47 | ||
48 | i2c0: i2c@FF120000 { | 48 | i2c0: i2c@ff120000 { |
49 | i2c-sda-hold-time-ns = <432>; | 49 | i2c-sda-hold-time-ns = <432>; |
50 | }; | 50 | }; |
51 | i2c1: i2c@FF121000 { | 51 | i2c1: i2c@ff121000 { |
52 | i2c-sda-hold-time-ns = <432>; | 52 | i2c-sda-hold-time-ns = <432>; |
53 | }; | 53 | }; |
54 | i2c2: i2c@FF122000 { | 54 | i2c2: i2c@ff122000 { |
55 | i2c-sda-hold-time-ns = <432>; | 55 | i2c-sda-hold-time-ns = <432>; |
56 | }; | 56 | }; |
57 | i2c3: i2c@FF123000 { | 57 | i2c3: i2c@ff123000 { |
58 | i2c-sda-hold-time-ns = <432>; | 58 | i2c-sda-hold-time-ns = <432>; |
59 | }; | 59 | }; |
60 | i2c4: i2c@FF124000 { | 60 | i2c4: i2c@ff124000 { |
61 | i2c-sda-hold-time-ns = <432>; | 61 | i2c-sda-hold-time-ns = <432>; |
62 | }; | 62 | }; |
63 | 63 | ||
diff --git a/arch/arc/boot/dts/abilis_tb10x.dtsi b/arch/arc/boot/dts/abilis_tb10x.dtsi index 3121536b25a3..2fbf1bdfe6de 100644 --- a/arch/arc/boot/dts/abilis_tb10x.dtsi +++ b/arch/arc/boot/dts/abilis_tb10x.dtsi | |||
@@ -54,7 +54,7 @@ | |||
54 | #size-cells = <1>; | 54 | #size-cells = <1>; |
55 | device_type = "soc"; | 55 | device_type = "soc"; |
56 | ranges = <0xfe000000 0xfe000000 0x02000000 | 56 | ranges = <0xfe000000 0xfe000000 0x02000000 |
57 | 0x000F0000 0x000F0000 0x00010000>; | 57 | 0x000f0000 0x000f0000 0x00010000>; |
58 | compatible = "abilis,tb10x", "simple-bus"; | 58 | compatible = "abilis,tb10x", "simple-bus"; |
59 | 59 | ||
60 | pll0: oscillator { | 60 | pll0: oscillator { |
@@ -75,10 +75,10 @@ | |||
75 | clock-output-names = "ahb_clk"; | 75 | clock-output-names = "ahb_clk"; |
76 | }; | 76 | }; |
77 | 77 | ||
78 | iomux: iomux@FF10601c { | 78 | iomux: iomux@ff10601c { |
79 | compatible = "abilis,tb10x-iomux"; | 79 | compatible = "abilis,tb10x-iomux"; |
80 | #gpio-range-cells = <3>; | 80 | #gpio-range-cells = <3>; |
81 | reg = <0xFF10601c 0x4>; | 81 | reg = <0xff10601c 0x4>; |
82 | }; | 82 | }; |
83 | 83 | ||
84 | intc: interrupt-controller { | 84 | intc: interrupt-controller { |
@@ -88,7 +88,7 @@ | |||
88 | }; | 88 | }; |
89 | tb10x_ictl: pic@fe002000 { | 89 | tb10x_ictl: pic@fe002000 { |
90 | compatible = "abilis,tb10x-ictl"; | 90 | compatible = "abilis,tb10x-ictl"; |
91 | reg = <0xFE002000 0x20>; | 91 | reg = <0xfe002000 0x20>; |
92 | interrupt-controller; | 92 | interrupt-controller; |
93 | #interrupt-cells = <2>; | 93 | #interrupt-cells = <2>; |
94 | interrupt-parent = <&intc>; | 94 | interrupt-parent = <&intc>; |
@@ -96,27 +96,27 @@ | |||
96 | 20 21 22 23 24 25 26 27 28 29 30 31>; | 96 | 20 21 22 23 24 25 26 27 28 29 30 31>; |
97 | }; | 97 | }; |
98 | 98 | ||
99 | uart@FF100000 { | 99 | uart@ff100000 { |
100 | compatible = "snps,dw-apb-uart"; | 100 | compatible = "snps,dw-apb-uart"; |
101 | reg = <0xFF100000 0x100>; | 101 | reg = <0xff100000 0x100>; |
102 | clock-frequency = <166666666>; | 102 | clock-frequency = <166666666>; |
103 | interrupts = <25 8>; | 103 | interrupts = <25 8>; |
104 | reg-shift = <2>; | 104 | reg-shift = <2>; |
105 | reg-io-width = <4>; | 105 | reg-io-width = <4>; |
106 | interrupt-parent = <&tb10x_ictl>; | 106 | interrupt-parent = <&tb10x_ictl>; |
107 | }; | 107 | }; |
108 | ethernet@FE100000 { | 108 | ethernet@fe100000 { |
109 | compatible = "snps,dwmac-3.70a","snps,dwmac"; | 109 | compatible = "snps,dwmac-3.70a","snps,dwmac"; |
110 | reg = <0xFE100000 0x1058>; | 110 | reg = <0xfe100000 0x1058>; |
111 | interrupt-parent = <&tb10x_ictl>; | 111 | interrupt-parent = <&tb10x_ictl>; |
112 | interrupts = <6 8>; | 112 | interrupts = <6 8>; |
113 | interrupt-names = "macirq"; | 113 | interrupt-names = "macirq"; |
114 | clocks = <&ahb_clk>; | 114 | clocks = <&ahb_clk>; |
115 | clock-names = "stmmaceth"; | 115 | clock-names = "stmmaceth"; |
116 | }; | 116 | }; |
117 | dma@FE000000 { | 117 | dma@fe000000 { |
118 | compatible = "snps,dma-spear1340"; | 118 | compatible = "snps,dma-spear1340"; |
119 | reg = <0xFE000000 0x400>; | 119 | reg = <0xfe000000 0x400>; |
120 | interrupt-parent = <&tb10x_ictl>; | 120 | interrupt-parent = <&tb10x_ictl>; |
121 | interrupts = <14 8>; | 121 | interrupts = <14 8>; |
122 | dma-channels = <6>; | 122 | dma-channels = <6>; |
@@ -132,70 +132,70 @@ | |||
132 | multi-block = <1 1 1 1 1 1>; | 132 | multi-block = <1 1 1 1 1 1>; |
133 | }; | 133 | }; |
134 | 134 | ||
135 | i2c0: i2c@FF120000 { | 135 | i2c0: i2c@ff120000 { |
136 | #address-cells = <1>; | 136 | #address-cells = <1>; |
137 | #size-cells = <0>; | 137 | #size-cells = <0>; |
138 | compatible = "snps,designware-i2c"; | 138 | compatible = "snps,designware-i2c"; |
139 | reg = <0xFF120000 0x1000>; | 139 | reg = <0xff120000 0x1000>; |
140 | interrupt-parent = <&tb10x_ictl>; | 140 | interrupt-parent = <&tb10x_ictl>; |
141 | interrupts = <12 8>; | 141 | interrupts = <12 8>; |
142 | clocks = <&ahb_clk>; | 142 | clocks = <&ahb_clk>; |
143 | }; | 143 | }; |
144 | i2c1: i2c@FF121000 { | 144 | i2c1: i2c@ff121000 { |
145 | #address-cells = <1>; | 145 | #address-cells = <1>; |
146 | #size-cells = <0>; | 146 | #size-cells = <0>; |
147 | compatible = "snps,designware-i2c"; | 147 | compatible = "snps,designware-i2c"; |
148 | reg = <0xFF121000 0x1000>; | 148 | reg = <0xff121000 0x1000>; |
149 | interrupt-parent = <&tb10x_ictl>; | 149 | interrupt-parent = <&tb10x_ictl>; |
150 | interrupts = <12 8>; | 150 | interrupts = <12 8>; |
151 | clocks = <&ahb_clk>; | 151 | clocks = <&ahb_clk>; |
152 | }; | 152 | }; |
153 | i2c2: i2c@FF122000 { | 153 | i2c2: i2c@ff122000 { |
154 | #address-cells = <1>; | 154 | #address-cells = <1>; |
155 | #size-cells = <0>; | 155 | #size-cells = <0>; |
156 | compatible = "snps,designware-i2c"; | 156 | compatible = "snps,designware-i2c"; |
157 | reg = <0xFF122000 0x1000>; | 157 | reg = <0xff122000 0x1000>; |
158 | interrupt-parent = <&tb10x_ictl>; | 158 | interrupt-parent = <&tb10x_ictl>; |
159 | interrupts = <12 8>; | 159 | interrupts = <12 8>; |
160 | clocks = <&ahb_clk>; | 160 | clocks = <&ahb_clk>; |
161 | }; | 161 | }; |
162 | i2c3: i2c@FF123000 { | 162 | i2c3: i2c@ff123000 { |
163 | #address-cells = <1>; | 163 | #address-cells = <1>; |
164 | #size-cells = <0>; | 164 | #size-cells = <0>; |
165 | compatible = "snps,designware-i2c"; | 165 | compatible = "snps,designware-i2c"; |
166 | reg = <0xFF123000 0x1000>; | 166 | reg = <0xff123000 0x1000>; |
167 | interrupt-parent = <&tb10x_ictl>; | 167 | interrupt-parent = <&tb10x_ictl>; |
168 | interrupts = <12 8>; | 168 | interrupts = <12 8>; |
169 | clocks = <&ahb_clk>; | 169 | clocks = <&ahb_clk>; |
170 | }; | 170 | }; |
171 | i2c4: i2c@FF124000 { | 171 | i2c4: i2c@ff124000 { |
172 | #address-cells = <1>; | 172 | #address-cells = <1>; |
173 | #size-cells = <0>; | 173 | #size-cells = <0>; |
174 | compatible = "snps,designware-i2c"; | 174 | compatible = "snps,designware-i2c"; |
175 | reg = <0xFF124000 0x1000>; | 175 | reg = <0xff124000 0x1000>; |
176 | interrupt-parent = <&tb10x_ictl>; | 176 | interrupt-parent = <&tb10x_ictl>; |
177 | interrupts = <12 8>; | 177 | interrupts = <12 8>; |
178 | clocks = <&ahb_clk>; | 178 | clocks = <&ahb_clk>; |
179 | }; | 179 | }; |
180 | 180 | ||
181 | spi0: spi@0xFE010000 { | 181 | spi0: spi@fe010000 { |
182 | #address-cells = <1>; | 182 | #address-cells = <1>; |
183 | #size-cells = <0>; | 183 | #size-cells = <0>; |
184 | cell-index = <0>; | 184 | cell-index = <0>; |
185 | compatible = "abilis,tb100-spi"; | 185 | compatible = "abilis,tb100-spi"; |
186 | num-cs = <1>; | 186 | num-cs = <1>; |
187 | reg = <0xFE010000 0x20>; | 187 | reg = <0xfe010000 0x20>; |
188 | interrupt-parent = <&tb10x_ictl>; | 188 | interrupt-parent = <&tb10x_ictl>; |
189 | interrupts = <26 8>; | 189 | interrupts = <26 8>; |
190 | clocks = <&ahb_clk>; | 190 | clocks = <&ahb_clk>; |
191 | }; | 191 | }; |
192 | spi1: spi@0xFE011000 { | 192 | spi1: spi@fe011000 { |
193 | #address-cells = <1>; | 193 | #address-cells = <1>; |
194 | #size-cells = <0>; | 194 | #size-cells = <0>; |
195 | cell-index = <1>; | 195 | cell-index = <1>; |
196 | compatible = "abilis,tb100-spi"; | 196 | compatible = "abilis,tb100-spi"; |
197 | num-cs = <2>; | 197 | num-cs = <2>; |
198 | reg = <0xFE011000 0x20>; | 198 | reg = <0xfe011000 0x20>; |
199 | interrupt-parent = <&tb10x_ictl>; | 199 | interrupt-parent = <&tb10x_ictl>; |
200 | interrupts = <10 8>; | 200 | interrupts = <10 8>; |
201 | clocks = <&ahb_clk>; | 201 | clocks = <&ahb_clk>; |
@@ -226,23 +226,23 @@ | |||
226 | interrupts = <20 2>, <19 2>; | 226 | interrupts = <20 2>, <19 2>; |
227 | interrupt-names = "cmd_irq", "event_irq"; | 227 | interrupt-names = "cmd_irq", "event_irq"; |
228 | }; | 228 | }; |
229 | tb10x_mdsc0: tb10x-mdscr@FF300000 { | 229 | tb10x_mdsc0: tb10x-mdscr@ff300000 { |
230 | compatible = "abilis,tb100-mdscr"; | 230 | compatible = "abilis,tb100-mdscr"; |
231 | reg = <0xFF300000 0x7000>; | 231 | reg = <0xff300000 0x7000>; |
232 | tb100-mdscr-manage-tsin; | 232 | tb100-mdscr-manage-tsin; |
233 | }; | 233 | }; |
234 | tb10x_mscr0: tb10x-mdscr@FF307000 { | 234 | tb10x_mscr0: tb10x-mdscr@ff307000 { |
235 | compatible = "abilis,tb100-mdscr"; | 235 | compatible = "abilis,tb100-mdscr"; |
236 | reg = <0xFF307000 0x7000>; | 236 | reg = <0xff307000 0x7000>; |
237 | }; | 237 | }; |
238 | tb10x_scr0: tb10x-mdscr@ff30e000 { | 238 | tb10x_scr0: tb10x-mdscr@ff30e000 { |
239 | compatible = "abilis,tb100-mdscr"; | 239 | compatible = "abilis,tb100-mdscr"; |
240 | reg = <0xFF30e000 0x4000>; | 240 | reg = <0xff30e000 0x4000>; |
241 | tb100-mdscr-manage-tsin; | 241 | tb100-mdscr-manage-tsin; |
242 | }; | 242 | }; |
243 | tb10x_scr1: tb10x-mdscr@ff312000 { | 243 | tb10x_scr1: tb10x-mdscr@ff312000 { |
244 | compatible = "abilis,tb100-mdscr"; | 244 | compatible = "abilis,tb100-mdscr"; |
245 | reg = <0xFF312000 0x4000>; | 245 | reg = <0xff312000 0x4000>; |
246 | tb100-mdscr-manage-tsin; | 246 | tb100-mdscr-manage-tsin; |
247 | }; | 247 | }; |
248 | tb10x_wfb: tb10x-wfb@ff319000 { | 248 | tb10x_wfb: tb10x-wfb@ff319000 { |
diff --git a/arch/arc/boot/dts/axc001.dtsi b/arch/arc/boot/dts/axc001.dtsi index fdc266504ada..37be3bf03ad6 100644 --- a/arch/arc/boot/dts/axc001.dtsi +++ b/arch/arc/boot/dts/axc001.dtsi | |||
@@ -41,7 +41,7 @@ | |||
41 | * this GPIO block ORs all interrupts on CPU card (creg,..) | 41 | * this GPIO block ORs all interrupts on CPU card (creg,..) |
42 | * to uplink only 1 IRQ to ARC core intc | 42 | * to uplink only 1 IRQ to ARC core intc |
43 | */ | 43 | */ |
44 | dw-apb-gpio@0x2000 { | 44 | dw-apb-gpio@2000 { |
45 | compatible = "snps,dw-apb-gpio"; | 45 | compatible = "snps,dw-apb-gpio"; |
46 | reg = < 0x2000 0x80 >; | 46 | reg = < 0x2000 0x80 >; |
47 | #address-cells = <1>; | 47 | #address-cells = <1>; |
@@ -60,7 +60,7 @@ | |||
60 | }; | 60 | }; |
61 | }; | 61 | }; |
62 | 62 | ||
63 | debug_uart: dw-apb-uart@0x5000 { | 63 | debug_uart: dw-apb-uart@5000 { |
64 | compatible = "snps,dw-apb-uart"; | 64 | compatible = "snps,dw-apb-uart"; |
65 | reg = <0x5000 0x100>; | 65 | reg = <0x5000 0x100>; |
66 | clock-frequency = <33333000>; | 66 | clock-frequency = <33333000>; |
@@ -88,7 +88,7 @@ | |||
88 | * avoid duplicating the MB dtsi file given that IRQ from | 88 | * avoid duplicating the MB dtsi file given that IRQ from |
89 | * this intc to cpu intc are different for axs101 and axs103 | 89 | * this intc to cpu intc are different for axs101 and axs103 |
90 | */ | 90 | */ |
91 | mb_intc: dw-apb-ictl@0xe0012000 { | 91 | mb_intc: dw-apb-ictl@e0012000 { |
92 | #interrupt-cells = <1>; | 92 | #interrupt-cells = <1>; |
93 | compatible = "snps,dw-apb-ictl"; | 93 | compatible = "snps,dw-apb-ictl"; |
94 | reg = < 0x0 0xe0012000 0x0 0x200 >; | 94 | reg = < 0x0 0xe0012000 0x0 0x200 >; |
diff --git a/arch/arc/boot/dts/axc003.dtsi b/arch/arc/boot/dts/axc003.dtsi index d75d65ddf8e3..effa37536d7a 100644 --- a/arch/arc/boot/dts/axc003.dtsi +++ b/arch/arc/boot/dts/axc003.dtsi | |||
@@ -55,7 +55,7 @@ | |||
55 | * this GPIO block ORs all interrupts on CPU card (creg,..) | 55 | * this GPIO block ORs all interrupts on CPU card (creg,..) |
56 | * to uplink only 1 IRQ to ARC core intc | 56 | * to uplink only 1 IRQ to ARC core intc |
57 | */ | 57 | */ |
58 | dw-apb-gpio@0x2000 { | 58 | dw-apb-gpio@2000 { |
59 | compatible = "snps,dw-apb-gpio"; | 59 | compatible = "snps,dw-apb-gpio"; |
60 | reg = < 0x2000 0x80 >; | 60 | reg = < 0x2000 0x80 >; |
61 | #address-cells = <1>; | 61 | #address-cells = <1>; |
@@ -74,7 +74,7 @@ | |||
74 | }; | 74 | }; |
75 | }; | 75 | }; |
76 | 76 | ||
77 | debug_uart: dw-apb-uart@0x5000 { | 77 | debug_uart: dw-apb-uart@5000 { |
78 | compatible = "snps,dw-apb-uart"; | 78 | compatible = "snps,dw-apb-uart"; |
79 | reg = <0x5000 0x100>; | 79 | reg = <0x5000 0x100>; |
80 | clock-frequency = <33333000>; | 80 | clock-frequency = <33333000>; |
@@ -102,19 +102,19 @@ | |||
102 | * external DMA buffer located outside of IOC aperture. | 102 | * external DMA buffer located outside of IOC aperture. |
103 | */ | 103 | */ |
104 | axs10x_mb { | 104 | axs10x_mb { |
105 | ethernet@0x18000 { | 105 | ethernet@18000 { |
106 | dma-coherent; | 106 | dma-coherent; |
107 | }; | 107 | }; |
108 | 108 | ||
109 | ehci@0x40000 { | 109 | ehci@40000 { |
110 | dma-coherent; | 110 | dma-coherent; |
111 | }; | 111 | }; |
112 | 112 | ||
113 | ohci@0x60000 { | 113 | ohci@60000 { |
114 | dma-coherent; | 114 | dma-coherent; |
115 | }; | 115 | }; |
116 | 116 | ||
117 | mmc@0x15000 { | 117 | mmc@15000 { |
118 | dma-coherent; | 118 | dma-coherent; |
119 | }; | 119 | }; |
120 | }; | 120 | }; |
@@ -132,7 +132,7 @@ | |||
132 | * avoid duplicating the MB dtsi file given that IRQ from | 132 | * avoid duplicating the MB dtsi file given that IRQ from |
133 | * this intc to cpu intc are different for axs101 and axs103 | 133 | * this intc to cpu intc are different for axs101 and axs103 |
134 | */ | 134 | */ |
135 | mb_intc: dw-apb-ictl@0xe0012000 { | 135 | mb_intc: dw-apb-ictl@e0012000 { |
136 | #interrupt-cells = <1>; | 136 | #interrupt-cells = <1>; |
137 | compatible = "snps,dw-apb-ictl"; | 137 | compatible = "snps,dw-apb-ictl"; |
138 | reg = < 0x0 0xe0012000 0x0 0x200 >; | 138 | reg = < 0x0 0xe0012000 0x0 0x200 >; |
@@ -153,7 +153,7 @@ | |||
153 | #size-cells = <2>; | 153 | #size-cells = <2>; |
154 | ranges; | 154 | ranges; |
155 | /* | 155 | /* |
156 | * Move frame buffer out of IOC aperture (0x8z-0xAz). | 156 | * Move frame buffer out of IOC aperture (0x8z-0xaz). |
157 | */ | 157 | */ |
158 | frame_buffer: frame_buffer@be000000 { | 158 | frame_buffer: frame_buffer@be000000 { |
159 | compatible = "shared-dma-pool"; | 159 | compatible = "shared-dma-pool"; |
diff --git a/arch/arc/boot/dts/axc003_idu.dtsi b/arch/arc/boot/dts/axc003_idu.dtsi index a05bb737ea63..e401e59f6180 100644 --- a/arch/arc/boot/dts/axc003_idu.dtsi +++ b/arch/arc/boot/dts/axc003_idu.dtsi | |||
@@ -62,7 +62,7 @@ | |||
62 | * this GPIO block ORs all interrupts on CPU card (creg,..) | 62 | * this GPIO block ORs all interrupts on CPU card (creg,..) |
63 | * to uplink only 1 IRQ to ARC core intc | 63 | * to uplink only 1 IRQ to ARC core intc |
64 | */ | 64 | */ |
65 | dw-apb-gpio@0x2000 { | 65 | dw-apb-gpio@2000 { |
66 | compatible = "snps,dw-apb-gpio"; | 66 | compatible = "snps,dw-apb-gpio"; |
67 | reg = < 0x2000 0x80 >; | 67 | reg = < 0x2000 0x80 >; |
68 | #address-cells = <1>; | 68 | #address-cells = <1>; |
@@ -81,7 +81,7 @@ | |||
81 | }; | 81 | }; |
82 | }; | 82 | }; |
83 | 83 | ||
84 | debug_uart: dw-apb-uart@0x5000 { | 84 | debug_uart: dw-apb-uart@5000 { |
85 | compatible = "snps,dw-apb-uart"; | 85 | compatible = "snps,dw-apb-uart"; |
86 | reg = <0x5000 0x100>; | 86 | reg = <0x5000 0x100>; |
87 | clock-frequency = <33333000>; | 87 | clock-frequency = <33333000>; |
@@ -109,19 +109,19 @@ | |||
109 | * external DMA buffer located outside of IOC aperture. | 109 | * external DMA buffer located outside of IOC aperture. |
110 | */ | 110 | */ |
111 | axs10x_mb { | 111 | axs10x_mb { |
112 | ethernet@0x18000 { | 112 | ethernet@18000 { |
113 | dma-coherent; | 113 | dma-coherent; |
114 | }; | 114 | }; |
115 | 115 | ||
116 | ehci@0x40000 { | 116 | ehci@40000 { |
117 | dma-coherent; | 117 | dma-coherent; |
118 | }; | 118 | }; |
119 | 119 | ||
120 | ohci@0x60000 { | 120 | ohci@60000 { |
121 | dma-coherent; | 121 | dma-coherent; |
122 | }; | 122 | }; |
123 | 123 | ||
124 | mmc@0x15000 { | 124 | mmc@15000 { |
125 | dma-coherent; | 125 | dma-coherent; |
126 | }; | 126 | }; |
127 | }; | 127 | }; |
@@ -138,7 +138,7 @@ | |||
138 | * avoid duplicating the MB dtsi file given that IRQ from | 138 | * avoid duplicating the MB dtsi file given that IRQ from |
139 | * this intc to cpu intc are different for axs101 and axs103 | 139 | * this intc to cpu intc are different for axs101 and axs103 |
140 | */ | 140 | */ |
141 | mb_intc: dw-apb-ictl@0xe0012000 { | 141 | mb_intc: dw-apb-ictl@e0012000 { |
142 | #interrupt-cells = <1>; | 142 | #interrupt-cells = <1>; |
143 | compatible = "snps,dw-apb-ictl"; | 143 | compatible = "snps,dw-apb-ictl"; |
144 | reg = < 0x0 0xe0012000 0x0 0x200 >; | 144 | reg = < 0x0 0xe0012000 0x0 0x200 >; |
@@ -159,7 +159,7 @@ | |||
159 | #size-cells = <2>; | 159 | #size-cells = <2>; |
160 | ranges; | 160 | ranges; |
161 | /* | 161 | /* |
162 | * Move frame buffer out of IOC aperture (0x8z-0xAz). | 162 | * Move frame buffer out of IOC aperture (0x8z-0xaz). |
163 | */ | 163 | */ |
164 | frame_buffer: frame_buffer@be000000 { | 164 | frame_buffer: frame_buffer@be000000 { |
165 | compatible = "shared-dma-pool"; | 165 | compatible = "shared-dma-pool"; |
diff --git a/arch/arc/boot/dts/axs10x_mb.dtsi b/arch/arc/boot/dts/axs10x_mb.dtsi index 37bafd44e36d..4ead6dc9af2f 100644 --- a/arch/arc/boot/dts/axs10x_mb.dtsi +++ b/arch/arc/boot/dts/axs10x_mb.dtsi | |||
@@ -72,7 +72,7 @@ | |||
72 | }; | 72 | }; |
73 | }; | 73 | }; |
74 | 74 | ||
75 | gmac: ethernet@0x18000 { | 75 | gmac: ethernet@18000 { |
76 | #interrupt-cells = <1>; | 76 | #interrupt-cells = <1>; |
77 | compatible = "snps,dwmac"; | 77 | compatible = "snps,dwmac"; |
78 | reg = < 0x18000 0x2000 >; | 78 | reg = < 0x18000 0x2000 >; |
@@ -88,13 +88,13 @@ | |||
88 | mac-address = [00 00 00 00 00 00]; /* Filled in by U-Boot */ | 88 | mac-address = [00 00 00 00 00 00]; /* Filled in by U-Boot */ |
89 | }; | 89 | }; |
90 | 90 | ||
91 | ehci@0x40000 { | 91 | ehci@40000 { |
92 | compatible = "generic-ehci"; | 92 | compatible = "generic-ehci"; |
93 | reg = < 0x40000 0x100 >; | 93 | reg = < 0x40000 0x100 >; |
94 | interrupts = < 8 >; | 94 | interrupts = < 8 >; |
95 | }; | 95 | }; |
96 | 96 | ||
97 | ohci@0x60000 { | 97 | ohci@60000 { |
98 | compatible = "generic-ohci"; | 98 | compatible = "generic-ohci"; |
99 | reg = < 0x60000 0x100 >; | 99 | reg = < 0x60000 0x100 >; |
100 | interrupts = < 8 >; | 100 | interrupts = < 8 >; |
@@ -118,7 +118,7 @@ | |||
118 | * dw_mci_pltfm_prepare_command() is used in generic platform | 118 | * dw_mci_pltfm_prepare_command() is used in generic platform |
119 | * code. | 119 | * code. |
120 | */ | 120 | */ |
121 | mmc@0x15000 { | 121 | mmc@15000 { |
122 | compatible = "altr,socfpga-dw-mshc"; | 122 | compatible = "altr,socfpga-dw-mshc"; |
123 | reg = < 0x15000 0x400 >; | 123 | reg = < 0x15000 0x400 >; |
124 | fifo-depth = < 16 >; | 124 | fifo-depth = < 16 >; |
@@ -129,7 +129,7 @@ | |||
129 | bus-width = < 4 >; | 129 | bus-width = < 4 >; |
130 | }; | 130 | }; |
131 | 131 | ||
132 | uart@0x20000 { | 132 | uart@20000 { |
133 | compatible = "snps,dw-apb-uart"; | 133 | compatible = "snps,dw-apb-uart"; |
134 | reg = <0x20000 0x100>; | 134 | reg = <0x20000 0x100>; |
135 | clock-frequency = <33333333>; | 135 | clock-frequency = <33333333>; |
@@ -139,7 +139,7 @@ | |||
139 | reg-io-width = <4>; | 139 | reg-io-width = <4>; |
140 | }; | 140 | }; |
141 | 141 | ||
142 | uart@0x21000 { | 142 | uart@21000 { |
143 | compatible = "snps,dw-apb-uart"; | 143 | compatible = "snps,dw-apb-uart"; |
144 | reg = <0x21000 0x100>; | 144 | reg = <0x21000 0x100>; |
145 | clock-frequency = <33333333>; | 145 | clock-frequency = <33333333>; |
@@ -150,7 +150,7 @@ | |||
150 | }; | 150 | }; |
151 | 151 | ||
152 | /* UART muxed with USB data port (ttyS3) */ | 152 | /* UART muxed with USB data port (ttyS3) */ |
153 | uart@0x22000 { | 153 | uart@22000 { |
154 | compatible = "snps,dw-apb-uart"; | 154 | compatible = "snps,dw-apb-uart"; |
155 | reg = <0x22000 0x100>; | 155 | reg = <0x22000 0x100>; |
156 | clock-frequency = <33333333>; | 156 | clock-frequency = <33333333>; |
@@ -160,7 +160,7 @@ | |||
160 | reg-io-width = <4>; | 160 | reg-io-width = <4>; |
161 | }; | 161 | }; |
162 | 162 | ||
163 | i2c@0x1d000 { | 163 | i2c@1d000 { |
164 | compatible = "snps,designware-i2c"; | 164 | compatible = "snps,designware-i2c"; |
165 | reg = <0x1d000 0x100>; | 165 | reg = <0x1d000 0x100>; |
166 | clock-frequency = <400000>; | 166 | clock-frequency = <400000>; |
@@ -177,7 +177,7 @@ | |||
177 | #sound-dai-cells = <0>; | 177 | #sound-dai-cells = <0>; |
178 | }; | 178 | }; |
179 | 179 | ||
180 | i2c@0x1f000 { | 180 | i2c@1f000 { |
181 | compatible = "snps,designware-i2c"; | 181 | compatible = "snps,designware-i2c"; |
182 | #address-cells = <1>; | 182 | #address-cells = <1>; |
183 | #size-cells = <0>; | 183 | #size-cells = <0>; |
@@ -218,13 +218,13 @@ | |||
218 | }; | 218 | }; |
219 | }; | 219 | }; |
220 | 220 | ||
221 | eeprom@0x54{ | 221 | eeprom@54{ |
222 | compatible = "atmel,24c01"; | 222 | compatible = "atmel,24c01"; |
223 | reg = <0x54>; | 223 | reg = <0x54>; |
224 | pagesize = <0x8>; | 224 | pagesize = <0x8>; |
225 | }; | 225 | }; |
226 | 226 | ||
227 | eeprom@0x57{ | 227 | eeprom@57{ |
228 | compatible = "atmel,24c04"; | 228 | compatible = "atmel,24c04"; |
229 | reg = <0x57>; | 229 | reg = <0x57>; |
230 | pagesize = <0x8>; | 230 | pagesize = <0x8>; |
diff --git a/arch/arc/boot/dts/hsdk.dts b/arch/arc/boot/dts/hsdk.dts index 43f17b51ee89..6c23fa063ced 100644 --- a/arch/arc/boot/dts/hsdk.dts +++ b/arch/arc/boot/dts/hsdk.dts | |||
@@ -110,12 +110,12 @@ | |||
110 | cgu_rst: reset-controller@8a0 { | 110 | cgu_rst: reset-controller@8a0 { |
111 | compatible = "snps,hsdk-reset"; | 111 | compatible = "snps,hsdk-reset"; |
112 | #reset-cells = <1>; | 112 | #reset-cells = <1>; |
113 | reg = <0x8A0 0x4>, <0xFF0 0x4>; | 113 | reg = <0x8a0 0x4>, <0xff0 0x4>; |
114 | }; | 114 | }; |
115 | 115 | ||
116 | core_clk: core-clk@0 { | 116 | core_clk: core-clk@0 { |
117 | compatible = "snps,hsdk-core-pll-clock"; | 117 | compatible = "snps,hsdk-core-pll-clock"; |
118 | reg = <0x00 0x10>, <0x14B8 0x4>; | 118 | reg = <0x00 0x10>, <0x14b8 0x4>; |
119 | #clock-cells = <0>; | 119 | #clock-cells = <0>; |
120 | clocks = <&input_clk>; | 120 | clocks = <&input_clk>; |
121 | 121 | ||
diff --git a/arch/arc/boot/dts/vdk_axc003.dtsi b/arch/arc/boot/dts/vdk_axc003.dtsi index 0fd6ba985b16..84e8766c8ca2 100644 --- a/arch/arc/boot/dts/vdk_axc003.dtsi +++ b/arch/arc/boot/dts/vdk_axc003.dtsi | |||
@@ -36,7 +36,7 @@ | |||
36 | #interrupt-cells = <1>; | 36 | #interrupt-cells = <1>; |
37 | }; | 37 | }; |
38 | 38 | ||
39 | debug_uart: dw-apb-uart@0x5000 { | 39 | debug_uart: dw-apb-uart@5000 { |
40 | compatible = "snps,dw-apb-uart"; | 40 | compatible = "snps,dw-apb-uart"; |
41 | reg = <0x5000 0x100>; | 41 | reg = <0x5000 0x100>; |
42 | clock-frequency = <2403200>; | 42 | clock-frequency = <2403200>; |
@@ -49,7 +49,7 @@ | |||
49 | 49 | ||
50 | }; | 50 | }; |
51 | 51 | ||
52 | mb_intc: dw-apb-ictl@0xe0012000 { | 52 | mb_intc: dw-apb-ictl@e0012000 { |
53 | #interrupt-cells = <1>; | 53 | #interrupt-cells = <1>; |
54 | compatible = "snps,dw-apb-ictl"; | 54 | compatible = "snps,dw-apb-ictl"; |
55 | reg = < 0xe0012000 0x200 >; | 55 | reg = < 0xe0012000 0x200 >; |
diff --git a/arch/arc/boot/dts/vdk_axc003_idu.dtsi b/arch/arc/boot/dts/vdk_axc003_idu.dtsi index 28956f9a9f3d..eb7e705e8a27 100644 --- a/arch/arc/boot/dts/vdk_axc003_idu.dtsi +++ b/arch/arc/boot/dts/vdk_axc003_idu.dtsi | |||
@@ -44,7 +44,7 @@ | |||
44 | #interrupt-cells = <1>; | 44 | #interrupt-cells = <1>; |
45 | }; | 45 | }; |
46 | 46 | ||
47 | debug_uart: dw-apb-uart@0x5000 { | 47 | debug_uart: dw-apb-uart@5000 { |
48 | compatible = "snps,dw-apb-uart"; | 48 | compatible = "snps,dw-apb-uart"; |
49 | reg = <0x5000 0x100>; | 49 | reg = <0x5000 0x100>; |
50 | clock-frequency = <2403200>; | 50 | clock-frequency = <2403200>; |
@@ -57,7 +57,7 @@ | |||
57 | 57 | ||
58 | }; | 58 | }; |
59 | 59 | ||
60 | mb_intc: dw-apb-ictl@0xe0012000 { | 60 | mb_intc: dw-apb-ictl@e0012000 { |
61 | #interrupt-cells = <1>; | 61 | #interrupt-cells = <1>; |
62 | compatible = "snps,dw-apb-ictl"; | 62 | compatible = "snps,dw-apb-ictl"; |
63 | reg = < 0xe0012000 0x200 >; | 63 | reg = < 0xe0012000 0x200 >; |
diff --git a/arch/arc/boot/dts/vdk_axs10x_mb.dtsi b/arch/arc/boot/dts/vdk_axs10x_mb.dtsi index 48bb4b4cd234..925d5cc95dbb 100644 --- a/arch/arc/boot/dts/vdk_axs10x_mb.dtsi +++ b/arch/arc/boot/dts/vdk_axs10x_mb.dtsi | |||
@@ -36,7 +36,7 @@ | |||
36 | }; | 36 | }; |
37 | }; | 37 | }; |
38 | 38 | ||
39 | ethernet@0x18000 { | 39 | ethernet@18000 { |
40 | #interrupt-cells = <1>; | 40 | #interrupt-cells = <1>; |
41 | compatible = "snps,dwmac"; | 41 | compatible = "snps,dwmac"; |
42 | reg = < 0x18000 0x2000 >; | 42 | reg = < 0x18000 0x2000 >; |
@@ -49,13 +49,13 @@ | |||
49 | clock-names = "stmmaceth"; | 49 | clock-names = "stmmaceth"; |
50 | }; | 50 | }; |
51 | 51 | ||
52 | ehci@0x40000 { | 52 | ehci@40000 { |
53 | compatible = "generic-ehci"; | 53 | compatible = "generic-ehci"; |
54 | reg = < 0x40000 0x100 >; | 54 | reg = < 0x40000 0x100 >; |
55 | interrupts = < 8 >; | 55 | interrupts = < 8 >; |
56 | }; | 56 | }; |
57 | 57 | ||
58 | uart@0x20000 { | 58 | uart@20000 { |
59 | compatible = "snps,dw-apb-uart"; | 59 | compatible = "snps,dw-apb-uart"; |
60 | reg = <0x20000 0x100>; | 60 | reg = <0x20000 0x100>; |
61 | clock-frequency = <2403200>; | 61 | clock-frequency = <2403200>; |
@@ -65,7 +65,7 @@ | |||
65 | reg-io-width = <4>; | 65 | reg-io-width = <4>; |
66 | }; | 66 | }; |
67 | 67 | ||
68 | uart@0x21000 { | 68 | uart@21000 { |
69 | compatible = "snps,dw-apb-uart"; | 69 | compatible = "snps,dw-apb-uart"; |
70 | reg = <0x21000 0x100>; | 70 | reg = <0x21000 0x100>; |
71 | clock-frequency = <2403200>; | 71 | clock-frequency = <2403200>; |
@@ -75,7 +75,7 @@ | |||
75 | reg-io-width = <4>; | 75 | reg-io-width = <4>; |
76 | }; | 76 | }; |
77 | 77 | ||
78 | uart@0x22000 { | 78 | uart@22000 { |
79 | compatible = "snps,dw-apb-uart"; | 79 | compatible = "snps,dw-apb-uart"; |
80 | reg = <0x22000 0x100>; | 80 | reg = <0x22000 0x100>; |
81 | clock-frequency = <2403200>; | 81 | clock-frequency = <2403200>; |
@@ -101,7 +101,7 @@ | |||
101 | interrupt-names = "arc_ps2_irq"; | 101 | interrupt-names = "arc_ps2_irq"; |
102 | }; | 102 | }; |
103 | 103 | ||
104 | mmc@0x15000 { | 104 | mmc@15000 { |
105 | compatible = "snps,dw-mshc"; | 105 | compatible = "snps,dw-mshc"; |
106 | reg = <0x15000 0x400>; | 106 | reg = <0x15000 0x400>; |
107 | fifo-depth = <1024>; | 107 | fifo-depth = <1024>; |
@@ -117,11 +117,11 @@ | |||
117 | * Embedded Vision subsystem UIO mappings; only relevant for EV VDK | 117 | * Embedded Vision subsystem UIO mappings; only relevant for EV VDK |
118 | * | 118 | * |
119 | * This node is intentionally put outside of MB above becase | 119 | * This node is intentionally put outside of MB above becase |
120 | * it maps areas outside of MB's 0xEz-0xFz. | 120 | * it maps areas outside of MB's 0xez-0xfz. |
121 | */ | 121 | */ |
122 | uio_ev: uio@0xD0000000 { | 122 | uio_ev: uio@d0000000 { |
123 | compatible = "generic-uio"; | 123 | compatible = "generic-uio"; |
124 | reg = <0xD0000000 0x2000 0xD1000000 0x2000 0x90000000 0x10000000 0xC0000000 0x10000000>; | 124 | reg = <0xd0000000 0x2000 0xd1000000 0x2000 0x90000000 0x10000000 0xc0000000 0x10000000>; |
125 | reg-names = "ev_gsa", "ev_ctrl", "ev_shared_mem", "ev_code_mem"; | 125 | reg-names = "ev_gsa", "ev_ctrl", "ev_shared_mem", "ev_code_mem"; |
126 | interrupt-parent = <&mb_intc>; | 126 | interrupt-parent = <&mb_intc>; |
127 | interrupts = <23>; | 127 | interrupts = <23>; |