diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8568mds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8568mds.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts b/arch/powerpc/boot/dts/mpc8568mds.dts index 948a3b61bd4a..a123ec9456bc 100644 --- a/arch/powerpc/boot/dts/mpc8568mds.dts +++ b/arch/powerpc/boot/dts/mpc8568mds.dts | |||
@@ -57,6 +57,22 @@ | |||
57 | reg = <e0000000 00100000>; | 57 | reg = <e0000000 00100000>; |
58 | bus-frequency = <0>; | 58 | bus-frequency = <0>; |
59 | 59 | ||
60 | memory-controller@2000 { | ||
61 | compatible = "fsl,8568-memory-controller"; | ||
62 | reg = <2000 1000>; | ||
63 | interrupt-parent = <&mpic>; | ||
64 | interrupts = <2 2>; | ||
65 | }; | ||
66 | |||
67 | l2-cache-controller@20000 { | ||
68 | compatible = "fsl,8568-l2-cache-controller"; | ||
69 | reg = <20000 1000>; | ||
70 | cache-line-size = <20>; // 32 bytes | ||
71 | cache-size = <80000>; // L2, 512K | ||
72 | interrupt-parent = <&mpic>; | ||
73 | interrupts = <0 2>; | ||
74 | }; | ||
75 | |||
60 | i2c@3000 { | 76 | i2c@3000 { |
61 | device_type = "i2c"; | 77 | device_type = "i2c"; |
62 | compatible = "fsl-i2c"; | 78 | compatible = "fsl-i2c"; |