Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149690
b: refs/heads/master
c: 7b8d639
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Roese authored and Josh Boyer committed Jun 4, 2009
1 parent bbdfb93 commit 76332ac
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 38 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d2c0f67c8cf8d2f34aa126da7b98d265d54017f
refs/heads/master: 7b8d639cfc7967388d1cfe2a81e7e3c872a81a0d
22 changes: 22 additions & 0 deletions trunk/arch/powerpc/boot/dts/sequoia.dts
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,28 @@
};
};

ndfc@3,0 {
compatible = "ibm,ndfc";
reg = <0x00000003 0x00000000 0x00002000>;
ccr = <0x00001000>;
bank-settings = <0x80002222>;
#address-cells = <1>;
#size-cells = <1>;

nand {
#address-cells = <1>;
#size-cells = <1>;

partition@0 {
label = "u-boot";
reg = <0x00000000 0x00084000>;
};
partition@84000 {
label = "user";
reg = <0x00000000 0x01f7c000>;
};
};
};
};

UART0: serial@ef600300 {
Expand Down
Loading

0 comments on commit 76332ac

Please sign in to comment.