diff options
author | Lei Xu <B33228@freescale.com> | 2011-05-23 06:49:00 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-06-27 09:31:10 -0400 |
commit | 04243c4d32b96c06430f2d25c936fef38765a91b (patch) | |
tree | c4379bdb50e5eda34c8cc9106a4dc5fde30ee366 /arch/powerpc | |
parent | 045e1690b515f8b707f9e142d12458045a01b5d1 (diff) |
powerpc/85xx: Update device tree to add nand info for p3041ds
Signed-off-by: Lei Xu <B33228@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/boot/dts/p3041ds.dts | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/p3041ds.dts b/arch/powerpc/boot/dts/p3041ds.dts index 17735718f74d..c2a1e3a6ae04 100644 --- a/arch/powerpc/boot/dts/p3041ds.dts +++ b/arch/powerpc/boot/dts/p3041ds.dts | |||
@@ -587,6 +587,7 @@ | |||
587 | #size-cells = <1>; | 587 | #size-cells = <1>; |
588 | 588 | ||
589 | ranges = <0 0 0xf 0xe8000000 0x08000000 | 589 | ranges = <0 0 0xf 0xe8000000 0x08000000 |
590 | 2 0 0xf 0xffa00000 0x00040000 | ||
590 | 3 0 0xf 0xffdf0000 0x00008000>; | 591 | 3 0 0xf 0xffdf0000 0x00008000>; |
591 | 592 | ||
592 | flash@0,0 { | 593 | flash@0,0 { |
@@ -596,6 +597,44 @@ | |||
596 | device-width = <2>; | 597 | device-width = <2>; |
597 | }; | 598 | }; |
598 | 599 | ||
600 | nand@2,0 { | ||
601 | #address-cells = <1>; | ||
602 | #size-cells = <1>; | ||
603 | compatible = "fsl,elbc-fcm-nand"; | ||
604 | reg = <0x2 0x0 0x40000>; | ||
605 | |||
606 | partition@0 { | ||
607 | label = "NAND U-Boot Image"; | ||
608 | reg = <0x0 0x02000000>; | ||
609 | read-only; | ||
610 | }; | ||
611 | |||
612 | partition@2000000 { | ||
613 | label = "NAND Root File System"; | ||
614 | reg = <0x02000000 0x10000000>; | ||
615 | }; | ||
616 | |||
617 | partition@12000000 { | ||
618 | label = "NAND Compressed RFS Image"; | ||
619 | reg = <0x12000000 0x08000000>; | ||
620 | }; | ||
621 | |||
622 | partition@1a000000 { | ||
623 | label = "NAND Linux Kernel Image"; | ||
624 | reg = <0x1a000000 0x04000000>; | ||
625 | }; | ||
626 | |||
627 | partition@1e000000 { | ||
628 | label = "NAND DTB Image"; | ||
629 | reg = <0x1e000000 0x01000000>; | ||
630 | }; | ||
631 | |||
632 | partition@1f000000 { | ||
633 | label = "NAND Writable User area"; | ||
634 | reg = <0x1f000000 0x21000000>; | ||
635 | }; | ||
636 | }; | ||
637 | |||
599 | board-control@3,0 { | 638 | board-control@3,0 { |
600 | compatible = "fsl,p3041ds-pixis"; | 639 | compatible = "fsl,p3041ds-pixis"; |
601 | reg = <3 0 0x20>; | 640 | reg = <3 0 0x20>; |