Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * OCA4080 Device Tree Source
0003  *
0004  * Copyright 2014 Prodrive Technologies B.V.
0005  *
0006  * Based on:
0007  * P4080DS Device Tree Source
0008  * Copyright 2009-2011 Freescale Semiconductor Inc.
0009  *
0010  * Redistribution and use in source and binary forms, with or without
0011  * modification, are permitted provided that the following conditions are met:
0012  *     * Redistributions of source code must retain the above copyright
0013  *       notice, this list of conditions and the following disclaimer.
0014  *     * Redistributions in binary form must reproduce the above copyright
0015  *       notice, this list of conditions and the following disclaimer in the
0016  *       documentation and/or other materials provided with the distribution.
0017  *     * Neither the name of Freescale Semiconductor nor the
0018  *       names of its contributors may be used to endorse or promote products
0019  *       derived from this software without specific prior written permission.
0020  *
0021  *
0022  * ALTERNATIVELY, this software may be distributed under the terms of the
0023  * GNU General Public License ("GPL") as published by the Free Software
0024  * Foundation, either version 2 of that License or (at your option) any
0025  * later version.
0026  *
0027  * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
0028  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
0029  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
0030  * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
0031  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
0032  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
0033  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
0034  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
0035  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
0036  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0037  */
0038 
0039 /include/ "p4080si-pre.dtsi"
0040 
0041 / {
0042         model = "fsl,OCA4080";
0043         compatible = "fsl,OCA4080";
0044         #address-cells = <2>;
0045         #size-cells = <2>;
0046         interrupt-parent = <&mpic>;
0047 
0048         memory {
0049                 device_type = "memory";
0050         };
0051 
0052         reserved-memory {
0053                 #address-cells = <2>;
0054                 #size-cells = <2>;
0055                 ranges;
0056 
0057                 bman_fbpr: bman-fbpr {
0058                         size = <0 0x1000000>;
0059                         alignment = <0 0x1000000>;
0060                 };
0061                 qman_fqd: qman-fqd {
0062                         size = <0 0x400000>;
0063                         alignment = <0 0x400000>;
0064                 };
0065                 qman_pfdr: qman-pfdr {
0066                         size = <0 0x2000000>;
0067                         alignment = <0 0x2000000>;
0068                 };
0069         };
0070 
0071         dcsr: dcsr@f00000000 {
0072                 ranges = <0x00000000 0xf 0x00000000 0x01008000>;
0073         };
0074 
0075         bportals: bman-portals@ff4000000 {
0076                 ranges = <0x0 0xf 0xf4000000 0x200000>;
0077         };
0078 
0079         qportals: qman-portals@ff4200000 {
0080                 ranges = <0x0 0xf 0xf4200000 0x200000>;
0081         };
0082 
0083         soc: soc@ffe000000 {
0084                 ranges = <0x00000000 0xf 0xfe000000 0x1000000>;
0085                 reg = <0xf 0xfe000000 0 0x00001000>;
0086 
0087                 i2c@118000 {
0088                         status = "disabled";
0089                 };
0090 
0091                 i2c@118100 {
0092                         status = "disabled";
0093                 };
0094 
0095                 i2c@119000 {
0096                         status = "disabled";
0097                 };
0098 
0099                 i2c@119100 {
0100                         status = "disabled";
0101                 };
0102 
0103                 usb0: usb@210000 {
0104                         status = "disabled";
0105                 };
0106 
0107                 usb1: usb@211000 {
0108                         status = "disabled";
0109                 };
0110         };
0111 
0112         rio: rapidio@ffe0c0000 {
0113                 reg = <0xf 0xfe0c0000 0 0x11000>;
0114 
0115                 port1 {
0116                         ranges = <0 0 0xc 0x20000000 0 0x10000000>;
0117                 };
0118         };
0119 
0120         lbc: localbus@ffe124000 {
0121                 reg = <0xf 0xfe124000 0 0x1000>;
0122                 ranges = <0 0 0xf 0xef800000 0x800000>;
0123 
0124                 flash@0,0 {
0125                         compatible = "cfi-flash";
0126                         reg = <0 0 0x00800000>;
0127                         bank-width = <2>;
0128                         device-width = <2>;
0129                 };
0130         };
0131 
0132         pci0: pcie@ffe200000 {
0133                 status = "disabled";
0134         };
0135 
0136         pci1: pcie@ffe201000 {
0137                 status = "disabled";
0138         };
0139 
0140         pci2: pcie@ffe202000 {
0141                 status = "disabled";
0142         };
0143 };
0144 
0145 /include/ "p4080si-post.dtsi"