aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8560ads.dts
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2009-04-22 14:17:42 -0400
committerKumar Gala <galak@kernel.crashing.org>2009-05-19 01:46:19 -0400
commite1a228973646bfa09575423cf5c40b3d0f40d670 (patch)
tree7f2666c441c6c3f609e83ba18ad8aca1eff02cc0 /arch/powerpc/boot/dts/mpc8560ads.dts
parent6ca05ee11f3da9484c5323aeaec7cee540af70ed (diff)
powerpc/85xx: Add new LAW & ECM device tree nodes for all 85xx systems
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8560ads.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8560ads.dts13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8560ads.dts b/arch/powerpc/boot/dts/mpc8560ads.dts
index 190d46b66f30..a2347b57a2a2 100644
--- a/arch/powerpc/boot/dts/mpc8560ads.dts
+++ b/arch/powerpc/boot/dts/mpc8560ads.dts
@@ -58,6 +58,19 @@
58 reg = <0xe0000000 0x200>; 58 reg = <0xe0000000 0x200>;
59 bus-frequency = <330000000>; 59 bus-frequency = <330000000>;
60 60
61 ecm-law@0 {
62 compatible = "fsl,ecm-law";
63 reg = <0x0 0x1000>;
64 fsl,num-laws = <8>;
65 };
66
67 ecm@1000 {
68 compatible = "fsl,mpc8560-ecm", "fsl,ecm";
69 reg = <0x1000 0x1000>;
70 interrupts = <17 2>;
71 interrupt-parent = <&mpic>;
72 };
73
61 memory-controller@2000 { 74 memory-controller@2000 {
62 compatible = "fsl,8540-memory-controller"; 75 compatible = "fsl,8540-memory-controller";
63 reg = <0x2000 0x1000>; 76 reg = <0x2000 0x1000>;