diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8349emitx.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8349emitx.dts | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc8349emitx.dts b/arch/powerpc/boot/dts/mpc8349emitx.dts index 0fb78b20ef96..346d1ba85ede 100644 --- a/arch/powerpc/boot/dts/mpc8349emitx.dts +++ b/arch/powerpc/boot/dts/mpc8349emitx.dts | |||
@@ -374,7 +374,26 @@ | |||
374 | compatible = "fsl,mpc8349e-localbus", | 374 | compatible = "fsl,mpc8349e-localbus", |
375 | "fsl,pq2pro-localbus"; | 375 | "fsl,pq2pro-localbus"; |
376 | reg = <0xe0005000 0xd8>; | 376 | reg = <0xe0005000 0xd8>; |
377 | ranges = <0x3 0x0 0xf0000000 0x210>; | 377 | ranges = <0x0 0x0 0xfe000000 0x1000000 /* flash */ |
378 | 0x1 0x0 0xf8000000 0x20000 /* VSC 7385 */ | ||
379 | 0x2 0x0 0xf9000000 0x200000 /* exp slot */ | ||
380 | 0x3 0x0 0xf0000000 0x210>; /* CF slot */ | ||
381 | |||
382 | flash@0,0 { | ||
383 | compatible = "cfi-flash"; | ||
384 | reg = <0x0 0x0 0x800000>; | ||
385 | bank-width = <2>; | ||
386 | device-width = <1>; | ||
387 | }; | ||
388 | |||
389 | flash@0,800000 { | ||
390 | #address-cells = <1>; | ||
391 | #size-cells = <1>; | ||
392 | compatible = "cfi-flash"; | ||
393 | reg = <0x0 0x800000 0x800000>; | ||
394 | bank-width = <2>; | ||
395 | device-width = <1>; | ||
396 | }; | ||
378 | 397 | ||
379 | pata@3,0 { | 398 | pata@3,0 { |
380 | compatible = "fsl,mpc8349emitx-pata", "ata-generic"; | 399 | compatible = "fsl,mpc8349emitx-pata", "ata-generic"; |