Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330360
b: refs/heads/master
c: 3a0f880
h: refs/heads/master
v: v3
  • Loading branch information
Wang Dongsheng authored and Kumar Gala committed Sep 12, 2012
1 parent aca1f64 commit 6438ba5
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 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: 17ae4f0aef09c1bcf380dcea555e83d27436e7d5
refs/heads/master: 3a0f880160ba1179db291d72062b13f2d373b9ee
4 changes: 3 additions & 1 deletion trunk/arch/powerpc/boot/dts/mpc8544ds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
reg = <0 0 0 0>; // Filled by U-Boot
};

lbc: localbus@e0005000 {
board_lbc: lbc: localbus@e0005000 {
reg = <0 0xe0005000 0 0x1000>;

ranges = <0x0 0x0 0x0 0xff800000 0x800000>;
};

board_soc: soc: soc8544@e0000000 {
Expand Down
39 changes: 39 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8544ds.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,45 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

&board_lbc {
nor@0,0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "cfi-flash";
reg = <0x0 0x0 0x800000>;
bank-width = <2>;
device-width = <1>;

partition@0 {
reg = <0x0 0x10000>;
label = "dtb-nor";
};

partition@20000 {
reg = <0x20000 0x30000>;
label = "diagnostic-nor";
read-only;
};

partition@200000 {
reg = <0x200000 0x200000>;
label = "dink-nor";
read-only;
};

partition@400000 {
reg = <0x400000 0x380000>;
label = "kernel-nor";
};

partition@780000 {
reg = <0x780000 0x80000>;
label = "u-boot-nor";
read-only;
};
};
};

&board_soc {
enet0: ethernet@24000 {
phy-handle = <&phy0>;
Expand Down

0 comments on commit 6438ba5

Please sign in to comment.