diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-11-16 15:51:20 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-12-09 16:15:45 -0500 |
commit | 1d88fd11a2484b1bc0a36010781dc410446bef29 (patch) | |
tree | 8cc99e75b03c55442db05e995b2d425b0b484fc4 /arch/powerpc/boot | |
parent | 3320cf844f3183870e66059174ce73f9662e523b (diff) |
powerpc/83xx: mpc8349emitx - add OF descriptions of LocalBus devices
Describe all LocalBus chipselects on MPC8349E-MITX board. Also add flash
bindings.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-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"; |