Skip to content

Commit

Permalink
[POWERPC] 4xx: Add L2 cache node to AMCC Taishan dts file
Browse files Browse the repository at this point in the history
This patch adds the L2 cache node to the Taishan 440GX dts file.

Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
  • Loading branch information
Stefan Roese authored and Josh Boyer committed Mar 26, 2008
1 parent 2a70691 commit 99d8be0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/powerpc/boot/dts/taishan.dts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,16 @@
// FIXME: anything else?
};

L2C0: l2c {
compatible = "ibm,l2-cache-440gx", "ibm,l2-cache";
dcr-reg = <20 8 /* Internal SRAM DCR's */
30 8>; /* L2 cache DCR's */
cache-line-size = <20>; /* 32 bytes */
cache-size = <40000>; /* L2, 256K */
interrupt-parent = <&UIC2>;
interrupts = <17 1>;
};

plb {
compatible = "ibm,plb-440gx", "ibm,plb4";
#address-cells = <2>;
Expand Down

0 comments on commit 99d8be0

Please sign in to comment.