Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342361
b: refs/heads/master
c: a6e9ed9
h: refs/heads/master
i:
  342359: fd3c7e8
v: v3
  • Loading branch information
Nobuhiro Iwamatsu authored and Jason Cooper committed Nov 24, 2012
1 parent cbe2300 commit d5d3f24
Show file tree
Hide file tree
Showing 2 changed files with 31 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: 1fd7b4dd8b107aec9ec28d2682ef1967e696d6a6
refs/heads/master: a6e9ed9f09a98c7e85f7dc04829eca5faeb1ea36
30 changes: 30 additions & 0 deletions trunk/arch/arm/boot/dts/kirkwood-openblocks_a6.dts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,36 @@
nand@3000000 {
chip-delay = <25>;
status = "okay";

partition@0 {
label = "uboot";
reg = <0x0 0x90000>;
};

partition@90000 {
label = "env";
reg = <0x90000 0x44000>;
};

partition@d4000 {
label = "test";
reg = <0xd4000 0x24000>;
};

partition@f4000 {
label = "conf";
reg = <0xf4000 0x400000>;
};

partition@4f4000 {
label = "linux";
reg = <0x4f4000 0x1d20000>;
};

partition@2214000 {
label = "user";
reg = <0x2214000 0x1dec000>;
};
};

sata@80000 {
Expand Down

0 comments on commit d5d3f24

Please sign in to comment.