···11+/*22+ * P1010 RDB Device Tree Source (36-bit address map)33+ *44+ * Copyright 2011 Freescale Semiconductor Inc.55+ *66+ * Redistribution and use in source and binary forms, with or without77+ * modification, are permitted provided that the following conditions are met:88+ * * Redistributions of source code must retain the above copyright99+ * notice, this list of conditions and the following disclaimer.1010+ * * Redistributions in binary form must reproduce the above copyright1111+ * notice, this list of conditions and the following disclaimer in the1212+ * documentation and/or other materials provided with the distribution.1313+ * * Neither the name of Freescale Semiconductor nor the1414+ * names of its contributors may be used to endorse or promote products1515+ * derived from this software without specific prior written permission.1616+ *1717+ *1818+ * ALTERNATIVELY, this software may be distributed under the terms of the1919+ * GNU General Public License ("GPL") as published by the Free Software2020+ * Foundation, either version 2 of that License or (at your option) any2121+ * later version.2222+ *2323+ * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY2424+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED2525+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE2626+ * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY2727+ * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES2828+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;2929+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND3030+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT3131+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS3232+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.3333+ */3434+3535+/include/ "fsl/p1010si-pre.dtsi"3636+3737+/ {3838+ model = "fsl,P1010RDB";3939+ compatible = "fsl,P1010RDB";4040+4141+ memory {4242+ device_type = "memory";4343+ };4444+4545+ board_ifc: ifc: ifc@fffe1e000 {4646+ /* NOR, NAND Flashes and CPLD on board */4747+ ranges = <0x0 0x0 0xf 0xee000000 0x020000004848+ 0x1 0x0 0xf 0xff800000 0x000100004949+ 0x3 0x0 0xf 0xffb00000 0x00000020>;5050+ reg = <0xf 0xffe1e000 0 0x2000>;5151+ };5252+5353+ board_soc: soc: soc@fffe00000 {5454+ ranges = <0x0 0xf 0xffe00000 0x100000>;5555+ };5656+5757+ pci0: pcie@fffe09000 {5858+ reg = <0xf 0xffe09000 0 0x1000>;5959+ ranges = <0x2000000 0x0 0xc0000000 0xc 0x20000000 0x0 0x200000006060+ 0x1000000 0x0 0x00000000 0xf 0xffc10000 0x0 0x10000>;6161+ pcie@0 {6262+ ranges = <0x2000000 0x0 0xc00000006363+ 0x2000000 0x0 0xc00000006464+ 0x0 0x200000006565+6666+ 0x1000000 0x0 0x06767+ 0x1000000 0x0 0x06868+ 0x0 0x100000>;6969+ };7070+ };7171+7272+ pci1: pcie@fffe0a000 {7373+ reg = <0xf 0xffe0a000 0 0x1000>;7474+ ranges = <0x2000000 0x0 0xc0000000 0xc 0x20000000 0x0 0x200000007575+ 0x1000000 0x0 0x00000000 0xf 0xffc10000 0x0 0x10000>;7676+ pcie@0 {7777+ ranges = <0x2000000 0x0 0xc00000007878+ 0x2000000 0x0 0xc00000007979+ 0x0 0x200000008080+8181+ 0x1000000 0x0 0x08282+ 0x1000000 0x0 0x08383+ 0x0 0x100000>;8484+ };8585+ };8686+};8787+8888+/include/ "p1010rdb.dtsi"8989+/include/ "fsl/p1010si-post.dtsi"