Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259105
b: refs/heads/master
c: 04243c4
h: refs/heads/master
i:
  259103: 6a5d924
v: v3
  • Loading branch information
Lei Xu authored and Kumar Gala committed Jun 27, 2011
1 parent a7ac59a commit bf6382e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 045e1690b515f8b707f9e142d12458045a01b5d1
refs/heads/master: 04243c4d32b96c06430f2d25c936fef38765a91b
39 changes: 39 additions & 0 deletions trunk/arch/powerpc/boot/dts/p3041ds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@
#size-cells = <1>;

ranges = <0 0 0xf 0xe8000000 0x08000000
2 0 0xf 0xffa00000 0x00040000
3 0 0xf 0xffdf0000 0x00008000>;

flash@0,0 {
Expand All @@ -596,6 +597,44 @@
device-width = <2>;
};

nand@2,0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "fsl,elbc-fcm-nand";
reg = <0x2 0x0 0x40000>;

partition@0 {
label = "NAND U-Boot Image";
reg = <0x0 0x02000000>;
read-only;
};

partition@2000000 {
label = "NAND Root File System";
reg = <0x02000000 0x10000000>;
};

partition@12000000 {
label = "NAND Compressed RFS Image";
reg = <0x12000000 0x08000000>;
};

partition@1a000000 {
label = "NAND Linux Kernel Image";
reg = <0x1a000000 0x04000000>;
};

partition@1e000000 {
label = "NAND DTB Image";
reg = <0x1e000000 0x01000000>;
};

partition@1f000000 {
label = "NAND Writable User area";
reg = <0x1f000000 0x21000000>;
};
};

board-control@3,0 {
compatible = "fsl,p3041ds-pixis";
reg = <3 0 0x20>;
Expand Down

0 comments on commit bf6382e

Please sign in to comment.