Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * BSC9131 Silicon/SoC Device Tree Source (post include)
0003  *
0004  * Copyright 2011-2012 Freescale Semiconductor Inc.
0005  *
0006  * Redistribution and use in source and binary forms, with or without
0007  * modification, are permitted provided that the following conditions are met:
0008  *     * Redistributions of source code must retain the above copyright
0009  *       notice, this list of conditions and the following disclaimer.
0010  *     * Redistributions in binary form must reproduce the above copyright
0011  *       notice, this list of conditions and the following disclaimer in the
0012  *       documentation and/or other materials provided with the distribution.
0013  *     * Neither the name of Freescale Semiconductor nor the
0014  *       names of its contributors may be used to endorse or promote products
0015  *       derived from this software without specific prior written permission.
0016  *
0017  *
0018  * ALTERNATIVELY, this software may be distributed under the terms of the
0019  * GNU General Public License ("GPL") as published by the Free Software
0020  * Foundation, either version 2 of that License or (at your option) any
0021  * later version.
0022  *
0023  * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
0024  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
0025  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
0026  * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
0027  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
0028  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
0029  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
0030  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
0031  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
0032  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0033  */
0034 
0035 &ifc {
0036         #address-cells = <2>;
0037         #size-cells = <1>;
0038         compatible = "fsl,ifc", "simple-bus";
0039         interrupts = <16 2 0 0 20 2 0 0>;
0040 };
0041 
0042 &soc {
0043         #address-cells = <1>;
0044         #size-cells = <1>;
0045         device_type = "soc";
0046         compatible = "fsl,bsc9131-immr", "simple-bus";
0047         bus-frequency = <0>;            // Filled out by uboot.
0048 
0049         ecm-law@0 {
0050                 compatible = "fsl,ecm-law";
0051                 reg = <0x0 0x1000>;
0052                 fsl,num-laws = <12>;
0053         };
0054 
0055         ecm@1000 {
0056                 compatible = "fsl,bsc9131-ecm", "fsl,ecm";
0057                 reg = <0x1000 0x1000>;
0058                 interrupts = <16 2 0 0>;
0059         };
0060 
0061         memory-controller@2000 {
0062                 compatible = "fsl,bsc9131-memory-controller";
0063                 reg = <0x2000 0x1000>;
0064                 interrupts = <16 2 0 0>;
0065         };
0066 
0067 /include/ "pq3-i2c-0.dtsi"
0068         i2c@3000 {
0069                 interrupts = <17 2 0 0>;
0070         };
0071 
0072 /include/ "pq3-i2c-1.dtsi"
0073         i2c@3100 {
0074                 interrupts = <17 2 0 0>;
0075         };
0076 
0077 /include/ "pq3-duart-0.dtsi"
0078         serial0: serial@4500 {
0079                 interrupts = <18 2 0 0>;
0080         };
0081 
0082         serial1: serial@4600 {
0083                 interrupts = <18 2 0 0 >;
0084         };
0085 /include/ "pq3-espi-0.dtsi"
0086         spi0: spi@7000 {
0087                 fsl,espi-num-chipselects = <1>;
0088                 interrupts = <22 0x2 0 0>;
0089         };
0090 
0091 /include/ "pq3-gpio-0.dtsi"
0092         gpio-controller@f000 {
0093                 interrupts = <19 0x2 0 0>;
0094                 };
0095 
0096         L2: l2-cache-controller@20000 {
0097                 compatible = "fsl,bsc9131-l2-cache-controller";
0098                 reg = <0x20000 0x1000>;
0099                 cache-line-size = <32>; // 32 bytes
0100                 cache-size = <0x40000>; // L2,256K
0101                 interrupts = <16 2 0 0>;
0102         };
0103 
0104 /include/ "pq3-dma-0.dtsi"
0105 
0106 dma@21300 {
0107 
0108         dma-channel@0 {
0109                 interrupts = <62 2 0 0>;
0110         };
0111 
0112         dma-channel@80 {
0113                 interrupts = <63 2 0 0>;
0114         };
0115 
0116         dma-channel@100 {
0117                 interrupts = <64 2 0 0>;
0118         };
0119 
0120         dma-channel@180 {
0121                 interrupts = <65 2 0 0>;
0122         };
0123 };
0124 
0125 /include/ "pq3-usb2-dr-0.dtsi"
0126 usb@22000 {
0127         compatible = "fsl-usb2-dr","fsl-usb2-dr-v2.2";
0128         interrupts = <40 0x2 0 0>;
0129 };
0130 
0131 /include/ "pq3-esdhc-0.dtsi"
0132         sdhc@2e000 {
0133                 sdhci,auto-cmd12;
0134                 interrupts = <41 0x2 0 0>;
0135         };
0136 
0137 /include/ "pq3-sec4.4-0.dtsi"
0138 crypto@30000 {
0139         interrupts       = <57 2 0 0>;
0140 
0141         sec_jr0: jr@1000 {
0142                 interrupts       = <58 2 0 0>;
0143         };
0144 
0145         sec_jr1: jr@2000 {
0146                 interrupts       = <59 2 0 0>;
0147         };
0148 
0149         sec_jr2: jr@3000 {
0150                 interrupts       = <60 2 0 0>;
0151         };
0152 
0153         sec_jr3: jr@4000 {
0154                 interrupts       = <61 2 0 0>;
0155         };
0156 };
0157 
0158 /include/ "pq3-mpic.dtsi"
0159 
0160 timer@41100 {
0161         compatible = "fsl,mpic-v1.2-msgr", "fsl,mpic-msg";
0162         reg = <0x41400 0x200>;
0163         interrupts = <
0164                 0xb0 2
0165                 0xb1 2
0166                 0xb2 2
0167                 0xb3 2>;
0168 };
0169 
0170 /include/ "pq3-etsec2-0.dtsi"
0171 enet0: ethernet@b0000 {
0172         queue-group@b0000 {
0173                 interrupts = <26 2 0 0 27 2 0 0 28 2 0 0>;
0174         };
0175 };
0176 
0177 /include/ "pq3-etsec2-1.dtsi"
0178 enet1: ethernet@b1000 {
0179         queue-group@b1000 {
0180                 interrupts = <33 2 0 0 34 2 0 0 35 2 0 0>;
0181         };
0182 };
0183 
0184 global-utilities@e0000 {
0185                 compatible = "fsl,bsc9131-guts";
0186                 reg = <0xe0000 0x1000>;
0187                 fsl,has-rstcr;
0188         };
0189 };