diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-10-21 00:46:12 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-11-24 03:01:38 -0500 |
commit | 3316a83c7c2335d92f924e080a2c7b9b144bc1ba (patch) | |
tree | e45010edd1edd79f1f0fe64693860175466d6239 /arch/powerpc/boot | |
parent | 4e36afa7c5cd7d4585048263cbdc2b955117f590 (diff) |
powerpc/85xx: Add P1020RDB 36-bit address map device tree
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/p1020rdb_36b.dts | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/p1020rdb_36b.dts b/arch/powerpc/boot/dts/p1020rdb_36b.dts new file mode 100644 index 000000000000..bdbdb6097e57 --- /dev/null +++ b/arch/powerpc/boot/dts/p1020rdb_36b.dts | |||
@@ -0,0 +1,66 @@ | |||
1 | /* | ||
2 | * P1020 RDB Device Tree Source (36-bit address map) | ||
3 | * | ||
4 | * Copyright 2009-2011 Freescale Semiconductor Inc. | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | */ | ||
11 | |||
12 | /include/ "fsl/p1020si-pre.dtsi" | ||
13 | / { | ||
14 | model = "fsl,P1020RDB"; | ||
15 | compatible = "fsl,P1020RDB"; | ||
16 | |||
17 | memory { | ||
18 | device_type = "memory"; | ||
19 | }; | ||
20 | |||
21 | board_lbc: lbc: localbus@fffe05000 { | ||
22 | reg = <0xf 0xffe05000 0 0x1000>; | ||
23 | |||
24 | /* NOR, NAND Flashes and Vitesse 5 port L2 switch */ | ||
25 | ranges = <0x0 0x0 0xf 0xef000000 0x01000000 | ||
26 | 0x1 0x0 0xf 0xffa00000 0x00040000 | ||
27 | 0x2 0x0 0xf 0xffb00000 0x00020000>; | ||
28 | }; | ||
29 | |||
30 | board_soc: soc: soc@fffe00000 { | ||
31 | ranges = <0x0 0xf 0xffe00000 0x100000>; | ||
32 | }; | ||
33 | |||
34 | pci0: pcie@fffe09000 { | ||
35 | reg = <0xf 0xffe09000 0 0x1000>; | ||
36 | ranges = <0x2000000 0x0 0xc0000000 0xc 0x20000000 0x0 0x20000000 | ||
37 | 0x1000000 0x0 0x00000000 0xf 0xffc10000 0x0 0x10000>; | ||
38 | pcie@0 { | ||
39 | ranges = <0x2000000 0x0 0xc0000000 | ||
40 | 0x2000000 0x0 0xc0000000 | ||
41 | 0x0 0x20000000 | ||
42 | |||
43 | 0x1000000 0x0 0x0 | ||
44 | 0x1000000 0x0 0x0 | ||
45 | 0x0 0x100000>; | ||
46 | }; | ||
47 | }; | ||
48 | |||
49 | pci1: pcie@fffe0a000 { | ||
50 | reg = <0xf 0xffe0a000 0 0x1000>; | ||
51 | ranges = <0x2000000 0x0 0x80000000 0xc 0x00000000 0x0 0x20000000 | ||
52 | 0x1000000 0x0 0x00000000 0xf 0xffc00000 0x0 0x10000>; | ||
53 | pcie@0 { | ||
54 | ranges = <0x2000000 0x0 0x80000000 | ||
55 | 0x2000000 0x0 0x80000000 | ||
56 | 0x0 0x20000000 | ||
57 | |||
58 | 0x1000000 0x0 0x0 | ||
59 | 0x1000000 0x0 0x0 | ||
60 | 0x0 0x100000>; | ||
61 | }; | ||
62 | }; | ||
63 | }; | ||
64 | |||
65 | /include/ "p1020rdb.dtsi" | ||
66 | /include/ "fsl/p1020si-post.dtsi" | ||