diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-04-27 12:02:16 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-05-19 01:46:21 -0400 |
commit | da385780489db4f55dad96609511a9a6d1b041cb (patch) | |
tree | f2a87a21687c7ad162e74a56f494b3efb6c24a3c /arch/powerpc/boot/dts/mpc8641_hpcn.dts | |
parent | 5a928079c9b95e7c34526b07a3bb80b8d062347f (diff) |
powerpc/86xx: Add new LAW & MCM device tree nodes for all 86xx systems
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8641_hpcn.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8641_hpcn.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8641_hpcn.dts b/arch/powerpc/boot/dts/mpc8641_hpcn.dts index 51852e6e842a..8bcccd7b5d70 100644 --- a/arch/powerpc/boot/dts/mpc8641_hpcn.dts +++ b/arch/powerpc/boot/dts/mpc8641_hpcn.dts | |||
@@ -117,6 +117,19 @@ | |||
117 | reg = <0xffe00000 0x00001000>; // CCSRBAR | 117 | reg = <0xffe00000 0x00001000>; // CCSRBAR |
118 | bus-frequency = <0>; | 118 | bus-frequency = <0>; |
119 | 119 | ||
120 | mcm-law@0 { | ||
121 | compatible = "fsl,mcm-law"; | ||
122 | reg = <0x0 0x1000>; | ||
123 | fsl,num-laws = <10>; | ||
124 | }; | ||
125 | |||
126 | mcm@1000 { | ||
127 | compatible = "fsl,mpc8641-mcm", "fsl,mcm"; | ||
128 | reg = <0x1000 0x1000>; | ||
129 | interrupts = <17 2>; | ||
130 | interrupt-parent = <&mpic>; | ||
131 | }; | ||
132 | |||
120 | i2c@3000 { | 133 | i2c@3000 { |
121 | #address-cells = <1>; | 134 | #address-cells = <1>; |
122 | #size-cells = <0>; | 135 | #size-cells = <0>; |