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