diff options
author | Xie Xiaobo <X.Xie@freescale.com> | 2012-01-17 13:59:50 +0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-03-16 19:46:32 +0400 |
commit | 955abacd983ef6f8c8bd6abcff7fab0df9f7ec11 (patch) | |
tree | 6cd9db7e4a150fdd796781856c41d20eff8e31f2 /arch/powerpc/boot/dts/mpc8536ds_36b.dts | |
parent | b53804c70258000026d0b68b86aaecd571f2ba8b (diff) | |
download | linux-955abacd983ef6f8c8bd6abcff7fab0df9f7ec11.tar.xz |
powerpc/85xx: Add some DTS nodes and attributes for mpc8536ds
Add partitions for NOR and NAND Flash.
Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8536ds_36b.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8536ds_36b.dts | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc8536ds_36b.dts b/arch/powerpc/boot/dts/mpc8536ds_36b.dts index 8f4b929b1d1d..f8a3b3413176 100644 --- a/arch/powerpc/boot/dts/mpc8536ds_36b.dts +++ b/arch/powerpc/boot/dts/mpc8536ds_36b.dts @@ -1,7 +1,7 @@ /* * MPC8536DS Device Tree Source (36-bit address map) * - * Copyright 2008-2009 Freescale Semiconductor, Inc. + * Copyright 2008-2009, 2011 Freescale Semiconductor, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -33,7 +33,11 @@ }; lbc: localbus@ffe05000 { - reg = <0 0xffe05000 0 0x1000>; + reg = <0xf 0xffe05000 0 0x1000>; + + ranges = <0x0 0x0 0xf 0xe8000000 0x08000000 + 0x2 0x0 0xf 0xffa00000 0x00040000 + 0x3 0x0 0xf 0xffdf0000 0x00008000>; }; board_soc: soc: soc@fffe00000 { |