18c2ecf20Sopenharmony_ci/* 28c2ecf20Sopenharmony_ci * OCA4080 Device Tree Source 38c2ecf20Sopenharmony_ci * 48c2ecf20Sopenharmony_ci * Copyright 2014 Prodrive Technologies B.V. 58c2ecf20Sopenharmony_ci * 68c2ecf20Sopenharmony_ci * Based on: 78c2ecf20Sopenharmony_ci * P4080DS Device Tree Source 88c2ecf20Sopenharmony_ci * Copyright 2009-2011 Freescale Semiconductor Inc. 98c2ecf20Sopenharmony_ci * 108c2ecf20Sopenharmony_ci * Redistribution and use in source and binary forms, with or without 118c2ecf20Sopenharmony_ci * modification, are permitted provided that the following conditions are met: 128c2ecf20Sopenharmony_ci * * Redistributions of source code must retain the above copyright 138c2ecf20Sopenharmony_ci * notice, this list of conditions and the following disclaimer. 148c2ecf20Sopenharmony_ci * * Redistributions in binary form must reproduce the above copyright 158c2ecf20Sopenharmony_ci * notice, this list of conditions and the following disclaimer in the 168c2ecf20Sopenharmony_ci * documentation and/or other materials provided with the distribution. 178c2ecf20Sopenharmony_ci * * Neither the name of Freescale Semiconductor nor the 188c2ecf20Sopenharmony_ci * names of its contributors may be used to endorse or promote products 198c2ecf20Sopenharmony_ci * derived from this software without specific prior written permission. 208c2ecf20Sopenharmony_ci * 218c2ecf20Sopenharmony_ci * 228c2ecf20Sopenharmony_ci * ALTERNATIVELY, this software may be distributed under the terms of the 238c2ecf20Sopenharmony_ci * GNU General Public License ("GPL") as published by the Free Software 248c2ecf20Sopenharmony_ci * Foundation, either version 2 of that License or (at your option) any 258c2ecf20Sopenharmony_ci * later version. 268c2ecf20Sopenharmony_ci * 278c2ecf20Sopenharmony_ci * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY 288c2ecf20Sopenharmony_ci * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 298c2ecf20Sopenharmony_ci * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 308c2ecf20Sopenharmony_ci * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 318c2ecf20Sopenharmony_ci * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 328c2ecf20Sopenharmony_ci * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 338c2ecf20Sopenharmony_ci * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 348c2ecf20Sopenharmony_ci * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 358c2ecf20Sopenharmony_ci * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 368c2ecf20Sopenharmony_ci * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 378c2ecf20Sopenharmony_ci */ 388c2ecf20Sopenharmony_ci 398c2ecf20Sopenharmony_ci/include/ "p4080si-pre.dtsi" 408c2ecf20Sopenharmony_ci 418c2ecf20Sopenharmony_ci/ { 428c2ecf20Sopenharmony_ci model = "fsl,OCA4080"; 438c2ecf20Sopenharmony_ci compatible = "fsl,OCA4080"; 448c2ecf20Sopenharmony_ci #address-cells = <2>; 458c2ecf20Sopenharmony_ci #size-cells = <2>; 468c2ecf20Sopenharmony_ci interrupt-parent = <&mpic>; 478c2ecf20Sopenharmony_ci 488c2ecf20Sopenharmony_ci memory { 498c2ecf20Sopenharmony_ci device_type = "memory"; 508c2ecf20Sopenharmony_ci }; 518c2ecf20Sopenharmony_ci 528c2ecf20Sopenharmony_ci reserved-memory { 538c2ecf20Sopenharmony_ci #address-cells = <2>; 548c2ecf20Sopenharmony_ci #size-cells = <2>; 558c2ecf20Sopenharmony_ci ranges; 568c2ecf20Sopenharmony_ci 578c2ecf20Sopenharmony_ci bman_fbpr: bman-fbpr { 588c2ecf20Sopenharmony_ci size = <0 0x1000000>; 598c2ecf20Sopenharmony_ci alignment = <0 0x1000000>; 608c2ecf20Sopenharmony_ci }; 618c2ecf20Sopenharmony_ci qman_fqd: qman-fqd { 628c2ecf20Sopenharmony_ci size = <0 0x400000>; 638c2ecf20Sopenharmony_ci alignment = <0 0x400000>; 648c2ecf20Sopenharmony_ci }; 658c2ecf20Sopenharmony_ci qman_pfdr: qman-pfdr { 668c2ecf20Sopenharmony_ci size = <0 0x2000000>; 678c2ecf20Sopenharmony_ci alignment = <0 0x2000000>; 688c2ecf20Sopenharmony_ci }; 698c2ecf20Sopenharmony_ci }; 708c2ecf20Sopenharmony_ci 718c2ecf20Sopenharmony_ci dcsr: dcsr@f00000000 { 728c2ecf20Sopenharmony_ci ranges = <0x00000000 0xf 0x00000000 0x01008000>; 738c2ecf20Sopenharmony_ci }; 748c2ecf20Sopenharmony_ci 758c2ecf20Sopenharmony_ci bportals: bman-portals@ff4000000 { 768c2ecf20Sopenharmony_ci ranges = <0x0 0xf 0xf4000000 0x200000>; 778c2ecf20Sopenharmony_ci }; 788c2ecf20Sopenharmony_ci 798c2ecf20Sopenharmony_ci qportals: qman-portals@ff4200000 { 808c2ecf20Sopenharmony_ci ranges = <0x0 0xf 0xf4200000 0x200000>; 818c2ecf20Sopenharmony_ci }; 828c2ecf20Sopenharmony_ci 838c2ecf20Sopenharmony_ci soc: soc@ffe000000 { 848c2ecf20Sopenharmony_ci ranges = <0x00000000 0xf 0xfe000000 0x1000000>; 858c2ecf20Sopenharmony_ci reg = <0xf 0xfe000000 0 0x00001000>; 868c2ecf20Sopenharmony_ci 878c2ecf20Sopenharmony_ci i2c@118000 { 888c2ecf20Sopenharmony_ci status = "disabled"; 898c2ecf20Sopenharmony_ci }; 908c2ecf20Sopenharmony_ci 918c2ecf20Sopenharmony_ci i2c@118100 { 928c2ecf20Sopenharmony_ci status = "disabled"; 938c2ecf20Sopenharmony_ci }; 948c2ecf20Sopenharmony_ci 958c2ecf20Sopenharmony_ci i2c@119000 { 968c2ecf20Sopenharmony_ci status = "disabled"; 978c2ecf20Sopenharmony_ci }; 988c2ecf20Sopenharmony_ci 998c2ecf20Sopenharmony_ci i2c@119100 { 1008c2ecf20Sopenharmony_ci status = "disabled"; 1018c2ecf20Sopenharmony_ci }; 1028c2ecf20Sopenharmony_ci 1038c2ecf20Sopenharmony_ci usb0: usb@210000 { 1048c2ecf20Sopenharmony_ci status = "disabled"; 1058c2ecf20Sopenharmony_ci }; 1068c2ecf20Sopenharmony_ci 1078c2ecf20Sopenharmony_ci usb1: usb@211000 { 1088c2ecf20Sopenharmony_ci status = "disabled"; 1098c2ecf20Sopenharmony_ci }; 1108c2ecf20Sopenharmony_ci }; 1118c2ecf20Sopenharmony_ci 1128c2ecf20Sopenharmony_ci rio: rapidio@ffe0c0000 { 1138c2ecf20Sopenharmony_ci reg = <0xf 0xfe0c0000 0 0x11000>; 1148c2ecf20Sopenharmony_ci 1158c2ecf20Sopenharmony_ci port1 { 1168c2ecf20Sopenharmony_ci ranges = <0 0 0xc 0x20000000 0 0x10000000>; 1178c2ecf20Sopenharmony_ci }; 1188c2ecf20Sopenharmony_ci }; 1198c2ecf20Sopenharmony_ci 1208c2ecf20Sopenharmony_ci lbc: localbus@ffe124000 { 1218c2ecf20Sopenharmony_ci reg = <0xf 0xfe124000 0 0x1000>; 1228c2ecf20Sopenharmony_ci ranges = <0 0 0xf 0xef800000 0x800000>; 1238c2ecf20Sopenharmony_ci 1248c2ecf20Sopenharmony_ci flash@0,0 { 1258c2ecf20Sopenharmony_ci compatible = "cfi-flash"; 1268c2ecf20Sopenharmony_ci reg = <0 0 0x00800000>; 1278c2ecf20Sopenharmony_ci bank-width = <2>; 1288c2ecf20Sopenharmony_ci device-width = <2>; 1298c2ecf20Sopenharmony_ci }; 1308c2ecf20Sopenharmony_ci }; 1318c2ecf20Sopenharmony_ci 1328c2ecf20Sopenharmony_ci pci0: pcie@ffe200000 { 1338c2ecf20Sopenharmony_ci status = "disabled"; 1348c2ecf20Sopenharmony_ci }; 1358c2ecf20Sopenharmony_ci 1368c2ecf20Sopenharmony_ci pci1: pcie@ffe201000 { 1378c2ecf20Sopenharmony_ci status = "disabled"; 1388c2ecf20Sopenharmony_ci }; 1398c2ecf20Sopenharmony_ci 1408c2ecf20Sopenharmony_ci pci2: pcie@ffe202000 { 1418c2ecf20Sopenharmony_ci status = "disabled"; 1428c2ecf20Sopenharmony_ci }; 1438c2ecf20Sopenharmony_ci}; 1448c2ecf20Sopenharmony_ci 1458c2ecf20Sopenharmony_ci/include/ "p4080si-post.dtsi" 146