Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123095
b: refs/heads/master
c: cd85400
h: refs/heads/master
i:
  123093: 5ea8969
  123091: 998ee96
  123087: e9d3980
v: v3
  • Loading branch information
Stefan Roese authored and Josh Boyer committed Dec 11, 2008
1 parent 73f3625 commit c0a36fc
Show file tree
Hide file tree
Showing 2 changed files with 12 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: 84d727a109081684c2e01b811cb0d6dc3b9380ca
refs/heads/master: cd85400a022335a92fa3c25827179a7ad5e02225
11 changes: 11 additions & 0 deletions trunk/arch/powerpc/boot/dts/canyonlands.dts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
d-cache-size = <32768>;
dcr-controller;
dcr-access-method = "native";
next-level-cache = <&L2C0>;
};
};

Expand Down Expand Up @@ -104,6 +105,16 @@
dcr-reg = <0x00c 0x002>;
};

L2C0: l2c {
compatible = "ibm,l2-cache-460ex", "ibm,l2-cache";
dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */
0x030 0x008>; /* L2 cache DCR's */
cache-line-size = <32>; /* 32 bytes */
cache-size = <262144>; /* L2, 256K */
interrupt-parent = <&UIC1>;
interrupts = <11 1>;
};

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

0 comments on commit c0a36fc

Please sign in to comment.