Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 1 | /* |
Kumar Gala | 5329195 | 2011-11-03 01:07:56 -0500 | [diff] [blame] | 2 | * MPC8572DS Device Tree Source (36-bit address map) |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 3 | * |
| 4 | * Copyright 2007-2009 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 | |
Kumar Gala | 5329195 | 2011-11-03 01:07:56 -0500 | [diff] [blame] | 12 | /include/ "fsl/mpc8572si-pre.dtsi" |
| 13 | |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 14 | / { |
| 15 | model = "fsl,MPC8572DS"; |
| 16 | compatible = "fsl,MPC8572DS"; |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 17 | |
| 18 | memory { |
| 19 | device_type = "memory"; |
| 20 | }; |
| 21 | |
Kumar Gala | 5329195 | 2011-11-03 01:07:56 -0500 | [diff] [blame] | 22 | board_lbc: lbc: localbus@fffe05000 { |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 23 | reg = <0xf 0xffe05000 0 0x1000>; |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 24 | |
| 25 | ranges = <0x0 0x0 0xf 0xe8000000 0x08000000 |
| 26 | 0x1 0x0 0xf 0xe0000000 0x08000000 |
| 27 | 0x2 0x0 0xf 0xffa00000 0x00040000 |
| 28 | 0x3 0x0 0xf 0xffdf0000 0x00008000 |
| 29 | 0x4 0x0 0xf 0xffa40000 0x00040000 |
| 30 | 0x5 0x0 0xf 0xffa80000 0x00040000 |
| 31 | 0x6 0x0 0xf 0xffac0000 0x00040000>; |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 32 | }; |
| 33 | |
Kumar Gala | 5329195 | 2011-11-03 01:07:56 -0500 | [diff] [blame] | 34 | board_soc: soc: soc8572@fffe00000 { |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 35 | ranges = <0x0 0xf 0xffe00000 0x100000>; |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 36 | }; |
| 37 | |
Kumar Gala | 5329195 | 2011-11-03 01:07:56 -0500 | [diff] [blame] | 38 | board_pci0: pci0: pcie@fffe08000 { |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 39 | reg = <0xf 0xffe08000 0 0x1000>; |
Kumar Gala | 558ab308 | 2009-05-12 16:59:12 -0500 | [diff] [blame] | 40 | ranges = <0x2000000 0x0 0xe0000000 0xc 0x00000000 0x0 0x20000000 |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 41 | 0x1000000 0x0 0x00000000 0xf 0xffc00000 0x0 0x00010000>; |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 42 | pcie@0 { |
Kumar Gala | 558ab308 | 2009-05-12 16:59:12 -0500 | [diff] [blame] | 43 | ranges = <0x2000000 0x0 0xe0000000 |
| 44 | 0x2000000 0x0 0xe0000000 |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 45 | 0x0 0x20000000 |
| 46 | |
| 47 | 0x1000000 0x0 0x0 |
| 48 | 0x1000000 0x0 0x0 |
| 49 | 0x0 0x10000>; |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 50 | }; |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 51 | }; |
| 52 | |
| 53 | pci1: pcie@fffe09000 { |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 54 | reg = <0xf 0xffe09000 0 0x1000>; |
Kumar Gala | 558ab308 | 2009-05-12 16:59:12 -0500 | [diff] [blame] | 55 | ranges = <0x2000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000 |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 56 | 0x1000000 0x0 0x00000000 0xf 0xffc10000 0x0 0x00010000>; |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 57 | pcie@0 { |
Kumar Gala | 558ab308 | 2009-05-12 16:59:12 -0500 | [diff] [blame] | 58 | ranges = <0x2000000 0x0 0xe0000000 |
| 59 | 0x2000000 0x0 0xe0000000 |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 60 | 0x0 0x20000000 |
| 61 | |
| 62 | 0x1000000 0x0 0x0 |
| 63 | 0x1000000 0x0 0x0 |
| 64 | 0x0 0x10000>; |
| 65 | }; |
| 66 | }; |
| 67 | |
| 68 | pci2: pcie@fffe0a000 { |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 69 | reg = <0xf 0xffe0a000 0 0x1000>; |
Kumar Gala | 558ab308 | 2009-05-12 16:59:12 -0500 | [diff] [blame] | 70 | ranges = <0x2000000 0x0 0xe0000000 0xc 0x40000000 0x0 0x20000000 |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 71 | 0x1000000 0x0 0x00000000 0xf 0xffc20000 0x0 0x00010000>; |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 72 | pcie@0 { |
Kumar Gala | 558ab308 | 2009-05-12 16:59:12 -0500 | [diff] [blame] | 73 | ranges = <0x2000000 0x0 0xe0000000 |
| 74 | 0x2000000 0x0 0xe0000000 |
Kumar Gala | a240474 | 2009-02-09 21:39:31 -0600 | [diff] [blame] | 75 | 0x0 0x20000000 |
| 76 | |
| 77 | 0x1000000 0x0 0x0 |
| 78 | 0x1000000 0x0 0x0 |
| 79 | 0x0 0x10000>; |
| 80 | }; |
| 81 | }; |
| 82 | }; |
Kumar Gala | 5329195 | 2011-11-03 01:07:56 -0500 | [diff] [blame] | 83 | |
| 84 | /* |
| 85 | * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings |
| 86 | * for interrupt-map & interrupt-map-mask |
| 87 | */ |
| 88 | |
| 89 | /include/ "fsl/mpc8572si-post.dtsi" |
| 90 | /include/ "mpc8572ds.dtsi" |