Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259106
b: refs/heads/master
c: 67e64f4
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Eremin-Solenikov authored and Kumar Gala committed Jun 27, 2011
1 parent bf6382e commit 10da05c
Show file tree
Hide file tree
Showing 2 changed files with 41 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: 04243c4d32b96c06430f2d25c936fef38765a91b
refs/heads/master: 67e64f4aee53152ce22b35e4f1b61ebe78d24f3b
40 changes: 40 additions & 0 deletions trunk/arch/powerpc/boot/dts/tqm8540.dts
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,46 @@
};
};

localbus@e0005000 {
#address-cells = <2>;
#size-cells = <1>;
compatible = "fsl,mpc8540-localbus", "fsl,pq3-localbus",
"simple-bus";
reg = <0xe0005000 0x1000>;

ranges = <0x0 0x0 0xfe000000 0x02000000>;

nor@0,0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "cfi-flash";
reg = <0x0 0x0 0x02000000>;
bank-width = <4>;
device-width = <2>;
partition@0 {
label = "kernel";
reg = <0x00000000 0x00180000>;
};
partition@180000 {
label = "root";
reg = <0x00180000 0x01dc0000>;
};
partition@1f40000 {
label = "env1";
reg = <0x01f40000 0x00040000>;
};
partition@1f80000 {
label = "env2";
reg = <0x01f80000 0x00040000>;
};
partition@1fc0000 {
label = "u-boot";
reg = <0x01fc0000 0x00040000>;
read-only;
};
};
};

pci0: pci@e0008000 {
#interrupt-cells = <1>;
#size-cells = <2>;
Expand Down

0 comments on commit 10da05c

Please sign in to comment.