Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109132
b: refs/heads/master
c: d27a736
h: refs/heads/master
v: v3
  • Loading branch information
Wolfgang Grandegger authored and Kumar Gala committed Aug 21, 2008
1 parent 9e6e2cb commit 5524dc6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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: ba1616d921429ffe7480e8835e85f95ff041add8
refs/heads/master: d27a736c7a62c3451e389aa8e0dfc64dab119b9b
8 changes: 7 additions & 1 deletion trunk/arch/powerpc/boot/dts/tqm8548-bigflash.dts
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,14 @@
reg = <0x00000000 0x00000000>; // Filled in by U-Boot
};

soc8548@a0000000 {
soc@a0000000 {
#address-cells = <1>;
#size-cells = <1>;
device_type = "soc";
ranges = <0x0 0xa0000000 0x100000>;
reg = <0xa0000000 0x1000>; // CCSRBAR
bus-frequency = <0>;
compatible = "fsl,mpc8548-immr", "simple-bus";

memory-controller@2000 {
compatible = "fsl,mpc8548-memory-controller";
Expand All @@ -83,6 +84,11 @@
interrupts = <43 2>;
interrupt-parent = <&mpic>;
dfsrr;

rtc@68 {
compatible = "dallas,ds1337";
reg = <0x68>;
};
};

i2c@3100 {
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/boot/dts/tqm8548.dts
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,14 @@
reg = <0x00000000 0x00000000>; // Filled in by U-Boot
};

soc8548@e0000000 {
soc@e0000000 {
#address-cells = <1>;
#size-cells = <1>;
device_type = "soc";
ranges = <0x0 0xe0000000 0x100000>;
reg = <0xe0000000 0x1000>; // CCSRBAR
bus-frequency = <0>;
compatible = "fsl,mpc8548-immr", "simple-bus";

memory-controller@2000 {
compatible = "fsl,mpc8548-memory-controller";
Expand Down

0 comments on commit 5524dc6

Please sign in to comment.