Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292587
b: refs/heads/master
c: bcf3302
h: refs/heads/master
i:
  292585: 5a055a9
  292583: 65b4892
v: v3
  • Loading branch information
chenhui zhao authored and Kumar Gala committed Mar 16, 2012
1 parent c323232 commit fdea175
Show file tree
Hide file tree
Showing 2 changed files with 40 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: ad68ee016d928975161f82619410296af8eba2e8
refs/heads/master: bcf3302c3c5cee587e5662d7f597f99c1a93cdd1
40 changes: 39 additions & 1 deletion trunk/arch/powerpc/boot/dts/mpc8548cds.dts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MPC8548 CDS Device Tree Source
*
* Copyright 2006, 2008 Freescale Semiconductor Inc.
* Copyright 2006, 2008, 2011 Freescale Semiconductor Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
Expand Down Expand Up @@ -34,6 +34,44 @@

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

ranges = <0x0 0x0 0x0 0xff000000 0x01000000>;

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

partition@0 {
reg = <0x0 0x0b00000>;
label = "ramdisk-nor";
};

partition@300000 {
reg = <0x0b00000 0x0400000>;
label = "kernel-nor";
};

partition@700000 {
reg = <0x0f00000 0x060000>;
label = "dtb-nor";
};

partition@760000 {
reg = <0x0f60000 0x020000>;
label = "env-nor";
read-only;
};

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

soc: soc8548@e0000000 {
Expand Down

0 comments on commit fdea175

Please sign in to comment.