diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-04-22 14:17:42 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-05-19 01:46:19 -0400 |
commit | e1a228973646bfa09575423cf5c40b3d0f40d670 (patch) | |
tree | 7f2666c441c6c3f609e83ba18ad8aca1eff02cc0 /arch/powerpc/boot/dts/sbc8560.dts | |
parent | 6ca05ee11f3da9484c5323aeaec7cee540af70ed (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/sbc8560.dts')
-rw-r--r-- | arch/powerpc/boot/dts/sbc8560.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/sbc8560.dts b/arch/powerpc/boot/dts/sbc8560.dts index 813d7317d9d4..ff6a52270a9b 100644 --- a/arch/powerpc/boot/dts/sbc8560.dts +++ b/arch/powerpc/boot/dts/sbc8560.dts | |||
@@ -60,6 +60,19 @@ | |||
60 | reg = <0xff700000 0x00100000>; | 60 | reg = <0xff700000 0x00100000>; |
61 | clock-frequency = <0>; | 61 | clock-frequency = <0>; |
62 | 62 | ||
63 | ecm-law@0 { | ||
64 | compatible = "fsl,ecm-law"; | ||
65 | reg = <0x0 0x1000>; | ||
66 | fsl,num-laws = <8>; | ||
67 | }; | ||
68 | |||
69 | ecm@1000 { | ||
70 | compatible = "fsl,mpc8560-ecm", "fsl,ecm"; | ||
71 | reg = <0x1000 0x1000>; | ||
72 | interrupts = <17 2>; | ||
73 | interrupt-parent = <&mpic>; | ||
74 | }; | ||
75 | |||
63 | memory-controller@2000 { | 76 | memory-controller@2000 { |
64 | compatible = "fsl,mpc8560-memory-controller"; | 77 | compatible = "fsl,mpc8560-memory-controller"; |
65 | reg = <0x2000 0x1000>; | 78 | reg = <0x2000 0x1000>; |