2 * P1023 RDS Device Tree Source
4 * Copyright 2010-2011 Freescale Semiconductor Inc.
6 * Author: Roy Zang <tie-fei.zang@freescale.com>
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions are met:
10 * * Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
12 * * Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution.
15 * * Neither the name of Freescale Semiconductor nor the
16 * names of its contributors may be used to endorse or promote products
17 * derived from this software without specific prior written permission.
20 * ALTERNATIVELY, this software may be distributed under the terms of the
21 * GNU General Public License ("GPL") as published by the Free Software
22 * Foundation, either version 2 of that License or (at your option) any
25 * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
26 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
27 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28 * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
29 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
30 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
31 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
32 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
34 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37 /include/ "fsl/p1023si-pre.dtsi"
41 compatible = "fsl,P1023RDS";
44 interrupt-parent = <&mpic>;
47 device_type = "memory";
51 ranges = <0x0 0x0 0xff600000 0x200000>;
55 compatible = "dallas,ds1374";
64 compatible = "atmel,at45db081d";
66 spi-max-frequency = <40000000>; /* input clock */
68 /* 512KB for u-boot Bootloader Image */
70 reg = <0x00000000 0x00080000>;
74 /* 512KB for DTB Image */
76 reg = <0x00080000 0x00080000>;
88 lbc: localbus@ff605000 {
89 reg = <0 0xff605000 0 0x1000>;
92 ranges = <0x0 0x0 0x0 0xee000000 0x02000000
93 0x1 0x0 0x0 0xe0000000 0x00008000>;
98 compatible = "cfi-flash";
99 reg = <0x0 0x0 0x02000000>;
104 reg = <0x00000000 0x01c00000>;
108 reg = <0x01c00000 0x002e0000>;
112 reg = <0x01ee0000 0x00020000>;
116 reg = <0x01f00000 0x00080000>;
121 reg = <0x01f80000 0x00080000>;
127 #address-cells = <1>;
129 compatible = "fsl,p1023rds-fpga";
131 ranges = <0 1 0 0x8000>;
134 compatible = "fsl,p1023rds-bcsr";
140 pci0: pcie@ff60a000 {
141 reg = <0 0xff60a000 0 0x1000>;
142 ranges = <0x2000000 0x0 0xc0000000 0 0xc0000000 0x0 0x20000000
143 0x1000000 0x0 0x00000000 0 0xffc20000 0x0 0x10000>;
145 /* IRQ[0:3] are pulled up on board, set to active-low */
146 interrupt-map-mask = <0xf800 0 0 7>;
149 0000 0 0 1 &mpic 0 1 0 0
150 0000 0 0 2 &mpic 1 1 0 0
151 0000 0 0 3 &mpic 2 1 0 0
152 0000 0 0 4 &mpic 3 1 0 0
154 ranges = <0x2000000 0x0 0xc0000000
155 0x2000000 0x0 0xc0000000
164 board_pci1: pci1: pcie@ff609000 {
165 reg = <0 0xff609000 0 0x1000>;
166 ranges = <0x2000000 0x0 0xa0000000 0 0xa0000000 0x0 0x20000000
167 0x1000000 0x0 0x00000000 0 0xffc10000 0x0 0x10000>;
170 * IRQ[4:6] only for PCIe, set to active-high,
171 * IRQ[7] is pulled up on board, set to active-low
173 interrupt-map-mask = <0xf800 0 0 7>;
176 0000 0 0 1 &mpic 4 2 0 0
177 0000 0 0 2 &mpic 5 2 0 0
178 0000 0 0 3 &mpic 6 2 0 0
179 0000 0 0 4 &mpic 7 1 0 0
181 ranges = <0x2000000 0x0 0xa0000000
182 0x2000000 0x0 0xa0000000
191 pci2: pcie@ff60b000 {
192 reg = <0 0xff60b000 0 0x1000>;
193 ranges = <0x2000000 0x0 0x80000000 0 0x80000000 0x0 0x20000000
194 0x1000000 0x0 0x00000000 0 0xffc00000 0x0 0x10000>;
197 * IRQ[8:10] are pulled up on board, set to active-low
198 * IRQ[11] only for PCIe, set to active-high,
200 interrupt-map-mask = <0xf800 0 0 7>;
203 0000 0 0 1 &mpic 8 1 0 0
204 0000 0 0 2 &mpic 9 1 0 0
205 0000 0 0 3 &mpic 10 1 0 0
206 0000 0 0 4 &mpic 11 2 0 0
208 ranges = <0x2000000 0x0 0x80000000
209 0x2000000 0x0 0x80000000
219 /include/ "fsl/p1023si-post.dtsi"