Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200434
b: refs/heads/master
c: a2c9a60
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Baryshkov authored and Grant Likely committed Jun 15, 2010
1 parent 37ccf5a commit 9cab60d
Show file tree
Hide file tree
Showing 3 changed files with 30 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: 3bbf9b9b0fe74b5149d922a5d893be6954b61198
refs/heads/master: a2c9a603c72be0d9a0780f196bff53ab0d517347
24 changes: 24 additions & 0 deletions trunk/arch/powerpc/boot/dts/lite5200.dts
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,16 @@
compatible = "fsl,mpc5200-gpio";
reg = <0xb00 0x40>;
interrupts = <1 7 0>;
gpio-controller;
#gpio-cells = <2>;
};

gpio@c00 {
compatible = "fsl,mpc5200-gpio-wkup";
reg = <0xc00 0x40>;
interrupts = <1 8 0 0 3 0>;
gpio-controller;
#gpio-cells = <2>;
};

spi@f00 {
Expand Down Expand Up @@ -255,7 +259,13 @@
compatible = "fsl,mpc5200-i2c","fsl-i2c";
reg = <0x3d40 0x40>;
interrupts = <2 16 0>;

eeprom@50 {
compatible = "atmel,24c02";
reg = <0x50>;
};
};

sram@8000 {
compatible = "fsl,mpc5200-sram";
reg = <0x8000 0x4000>;
Expand All @@ -281,4 +291,18 @@
0x02000000 0 0xa0000000 0xa0000000 0 0x10000000
0x01000000 0 0x00000000 0xb0000000 0 0x01000000>;
};

localbus {
compatible = "fsl,mpc5200-lpb","simple-bus";
#address-cells = <2>;
#size-cells = <1>;

ranges = <0 0 0xff000000 0x01000000>;

flash@0,0 {
compatible = "amd,am29lv652d", "cfi-flash";
reg = <0 0 0x01000000>;
bank-width = <1>;
};
};
};
5 changes: 5 additions & 0 deletions trunk/arch/powerpc/boot/dts/lite5200b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,11 @@
compatible = "fsl,mpc5200b-i2c","fsl,mpc5200-i2c","fsl-i2c";
reg = <0x3d40 0x40>;
interrupts = <2 16 0>;

eeprom@50 {
compatible = "atmel,24c02";
reg = <0x50>;
};
};

sram@8000 {
Expand Down

0 comments on commit 9cab60d

Please sign in to comment.