aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/gef_ppc9a.dts
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2009-04-27 12:02:16 -0400
committerKumar Gala <galak@kernel.crashing.org>2009-05-19 01:46:21 -0400
commitda385780489db4f55dad96609511a9a6d1b041cb (patch)
treef2a87a21687c7ad162e74a56f494b3efb6c24a3c /arch/powerpc/boot/dts/gef_ppc9a.dts
parent5a928079c9b95e7c34526b07a3bb80b8d062347f (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/gef_ppc9a.dts')
-rw-r--r--arch/powerpc/boot/dts/gef_ppc9a.dts13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/gef_ppc9a.dts b/arch/powerpc/boot/dts/gef_ppc9a.dts
index 53a7a6255909..38dd0052f6c9 100644
--- a/arch/powerpc/boot/dts/gef_ppc9a.dts
+++ b/arch/powerpc/boot/dts/gef_ppc9a.dts
@@ -167,6 +167,19 @@
167 reg = <0xfef00000 0x100000>; // CCSRBAR 1M 167 reg = <0xfef00000 0x100000>; // CCSRBAR 1M
168 bus-frequency = <33333333>; 168 bus-frequency = <33333333>;
169 169
170 mcm-law@0 {
171 compatible = "fsl,mcm-law";
172 reg = <0x0 0x1000>;
173 fsl,num-laws = <10>;
174 };
175
176 mcm@1000 {
177 compatible = "fsl,mpc8641-mcm", "fsl,mcm";
178 reg = <0x1000 0x1000>;
179 interrupts = <17 2>;
180 interrupt-parent = <&mpic>;
181 };
182
170 i2c1: i2c@3000 { 183 i2c1: i2c@3000 {
171 #address-cells = <1>; 184 #address-cells = <1>;
172 #size-cells = <0>; 185 #size-cells = <0>;