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/mpc8548cds.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/mpc8548cds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8548cds.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8548cds.dts b/arch/powerpc/boot/dts/mpc8548cds.dts index 732c1110c18a..6e40db7e2b15 100644 --- a/arch/powerpc/boot/dts/mpc8548cds.dts +++ b/arch/powerpc/boot/dts/mpc8548cds.dts | |||
@@ -63,6 +63,19 @@ | |||
63 | reg = <0xe0000000 0x1000>; // CCSRBAR | 63 | reg = <0xe0000000 0x1000>; // CCSRBAR |
64 | bus-frequency = <0>; | 64 | bus-frequency = <0>; |
65 | 65 | ||
66 | ecm-law@0 { | ||
67 | compatible = "fsl,ecm-law"; | ||
68 | reg = <0x0 0x1000>; | ||
69 | fsl,num-laws = <10>; | ||
70 | }; | ||
71 | |||
72 | ecm@1000 { | ||
73 | compatible = "fsl,mpc8548-ecm", "fsl,ecm"; | ||
74 | reg = <0x1000 0x1000>; | ||
75 | interrupts = <17 2>; | ||
76 | interrupt-parent = <&mpic>; | ||
77 | }; | ||
78 | |||
66 | memory-controller@2000 { | 79 | memory-controller@2000 { |
67 | compatible = "fsl,8548-memory-controller"; | 80 | compatible = "fsl,8548-memory-controller"; |
68 | reg = <0x2000 0x1000>; | 81 | reg = <0x2000 0x1000>; |