diff options
author | Stephen George <Stephen.George@freescale.com> | 2013-03-05 13:44:34 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2013-03-18 14:09:00 -0500 |
commit | 8c33de98fec2c6350a4e6b8d6f56afd312acf4cc (patch) | |
tree | 17354f4b5992de72bec35d4e946bb13aaf541cac /arch/powerpc/boot/dts/t4240qds.dts | |
parent | 5274bf9b986af91ea0378a504260aeb0e2a7d25f (diff) | |
download | talos-op-linux-8c33de98fec2c6350a4e6b8d6f56afd312acf4cc.tar.gz talos-op-linux-8c33de98fec2c6350a4e6b8d6f56afd312acf4cc.zip |
powerpc/fsl-booke: Added device tree DCSR entries for T4240 Chassis v2 Debug IP
Signed-off-by: Stephen George <Stephen.George@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/t4240qds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/t4240qds.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/t4240qds.dts b/arch/powerpc/boot/dts/t4240qds.dts index 83b479f824fe..0555976dd0f3 100644 --- a/arch/powerpc/boot/dts/t4240qds.dts +++ b/arch/powerpc/boot/dts/t4240qds.dts @@ -100,6 +100,10 @@ device_type = "memory"; }; + dcsr: dcsr@f00000000 { + ranges = <0x00000000 0xf 0x00000000 0x01072000>; + }; + soc: soc@ffe000000 { ranges = <0x00000000 0xf 0xfe000000 0x1000000>; reg = <0xf 0xfe000000 0 0x00001000>; |