Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161762
b: refs/heads/master
c: 31ff09b
h: refs/heads/master
v: v3
  • Loading branch information
Liang Li authored and Kumar Gala committed Aug 25, 2009
1 parent 76573e8 commit e90e601
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: 4de124446b4d68edd6cb747495234be915d56a29
refs/heads/master: 31ff09b7a60bbc80b5df941ec1a12502861b4da9
40 changes: 40 additions & 0 deletions trunk/arch/powerpc/boot/dts/sbc8349.dts
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,46 @@
};
};

localbus@e0005000 {
#address-cells = <2>;
#size-cells = <1>;
compatible = "fsl,mpc8349-localbus", "simple-bus";
reg = <0xe0005000 0x1000>;
interrupts = <77 0x8>;
interrupt-parent = <&ipic>;
ranges = <0x0 0x0 0xff800000 0x00800000 /* 8MB Flash */
0x1 0x0 0xf8000000 0x00002000 /* 8KB EEPROM */
0x2 0x0 0x10000000 0x04000000 /* 64MB SDRAM */
0x3 0x0 0x10000000 0x04000000>; /* 64MB SDRAM */

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

partition@0 {
label = "u-boot";
reg = <0x00000000 0x00040000>;
read-only;
};

partition@40000 {
label = "user";
reg = <0x00040000 0x006c0000>;
};

partition@700000 {
label = "legacy u-boot";
reg = <0x00700000 0x00100000>;
read-only;
};

};
};

pci0: pci@e0008500 {
interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
interrupt-map = <
Expand Down

0 comments on commit e90e601

Please sign in to comment.