1*4882a593Smuzhiyun/* 2*4882a593Smuzhiyun * MPC8544 Silicon/SoC Device Tree Source (post include) 3*4882a593Smuzhiyun * 4*4882a593Smuzhiyun * Copyright 2011 Freescale Semiconductor Inc. 5*4882a593Smuzhiyun * 6*4882a593Smuzhiyun * Redistribution and use in source and binary forms, with or without 7*4882a593Smuzhiyun * modification, are permitted provided that the following conditions are met: 8*4882a593Smuzhiyun * * Redistributions of source code must retain the above copyright 9*4882a593Smuzhiyun * notice, this list of conditions and the following disclaimer. 10*4882a593Smuzhiyun * * Redistributions in binary form must reproduce the above copyright 11*4882a593Smuzhiyun * notice, this list of conditions and the following disclaimer in the 12*4882a593Smuzhiyun * documentation and/or other materials provided with the distribution. 13*4882a593Smuzhiyun * * Neither the name of Freescale Semiconductor nor the 14*4882a593Smuzhiyun * names of its contributors may be used to endorse or promote products 15*4882a593Smuzhiyun * derived from this software without specific prior written permission. 16*4882a593Smuzhiyun * 17*4882a593Smuzhiyun * 18*4882a593Smuzhiyun * ALTERNATIVELY, this software may be distributed under the terms of the 19*4882a593Smuzhiyun * GNU General Public License ("GPL") as published by the Free Software 20*4882a593Smuzhiyun * Foundation, either version 2 of that License or (at your option) any 21*4882a593Smuzhiyun * later version. 22*4882a593Smuzhiyun * 23*4882a593Smuzhiyun * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY 24*4882a593Smuzhiyun * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 25*4882a593Smuzhiyun * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 26*4882a593Smuzhiyun * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 27*4882a593Smuzhiyun * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 28*4882a593Smuzhiyun * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 29*4882a593Smuzhiyun * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 30*4882a593Smuzhiyun * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 31*4882a593Smuzhiyun * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 32*4882a593Smuzhiyun * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 33*4882a593Smuzhiyun */ 34*4882a593Smuzhiyun 35*4882a593Smuzhiyun&lbc { 36*4882a593Smuzhiyun #address-cells = <2>; 37*4882a593Smuzhiyun #size-cells = <1>; 38*4882a593Smuzhiyun compatible = "fsl,mpc8544-lbc", "fsl,pq3-localbus", "simple-bus"; 39*4882a593Smuzhiyun interrupts = <19 2 0 0>; 40*4882a593Smuzhiyun}; 41*4882a593Smuzhiyun 42*4882a593Smuzhiyun/* controller at 0x8000 */ 43*4882a593Smuzhiyun&pci0 { 44*4882a593Smuzhiyun compatible = "fsl,mpc8540-pci"; 45*4882a593Smuzhiyun device_type = "pci"; 46*4882a593Smuzhiyun interrupts = <24 0x2 0 0>; 47*4882a593Smuzhiyun bus-range = <0 0xff>; 48*4882a593Smuzhiyun #interrupt-cells = <1>; 49*4882a593Smuzhiyun #size-cells = <2>; 50*4882a593Smuzhiyun #address-cells = <3>; 51*4882a593Smuzhiyun}; 52*4882a593Smuzhiyun 53*4882a593Smuzhiyun/* controller at 0x9000 */ 54*4882a593Smuzhiyun&pci1 { 55*4882a593Smuzhiyun compatible = "fsl,mpc8548-pcie"; 56*4882a593Smuzhiyun device_type = "pci"; 57*4882a593Smuzhiyun #size-cells = <2>; 58*4882a593Smuzhiyun #address-cells = <3>; 59*4882a593Smuzhiyun bus-range = <0 255>; 60*4882a593Smuzhiyun clock-frequency = <33333333>; 61*4882a593Smuzhiyun interrupts = <25 2 0 0>; 62*4882a593Smuzhiyun 63*4882a593Smuzhiyun pcie@0 { 64*4882a593Smuzhiyun reg = <0 0 0 0 0>; 65*4882a593Smuzhiyun #interrupt-cells = <1>; 66*4882a593Smuzhiyun #size-cells = <2>; 67*4882a593Smuzhiyun #address-cells = <3>; 68*4882a593Smuzhiyun device_type = "pci"; 69*4882a593Smuzhiyun interrupts = <25 2 0 0>; 70*4882a593Smuzhiyun interrupt-map-mask = <0xf800 0 0 7>; 71*4882a593Smuzhiyun 72*4882a593Smuzhiyun interrupt-map = < 73*4882a593Smuzhiyun /* IDSEL 0x0 */ 74*4882a593Smuzhiyun 0000 0x0 0x0 0x1 &mpic 0x4 0x1 0x0 0x0 75*4882a593Smuzhiyun 0000 0x0 0x0 0x2 &mpic 0x5 0x1 0x0 0x0 76*4882a593Smuzhiyun 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0 77*4882a593Smuzhiyun 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0 78*4882a593Smuzhiyun >; 79*4882a593Smuzhiyun }; 80*4882a593Smuzhiyun}; 81*4882a593Smuzhiyun 82*4882a593Smuzhiyun/* controller at 0xa000 */ 83*4882a593Smuzhiyun&pci2 { 84*4882a593Smuzhiyun compatible = "fsl,mpc8548-pcie"; 85*4882a593Smuzhiyun device_type = "pci"; 86*4882a593Smuzhiyun #size-cells = <2>; 87*4882a593Smuzhiyun #address-cells = <3>; 88*4882a593Smuzhiyun bus-range = <0 255>; 89*4882a593Smuzhiyun clock-frequency = <33333333>; 90*4882a593Smuzhiyun interrupts = <26 2 0 0>; 91*4882a593Smuzhiyun 92*4882a593Smuzhiyun pcie@0 { 93*4882a593Smuzhiyun reg = <0 0 0 0 0>; 94*4882a593Smuzhiyun #interrupt-cells = <1>; 95*4882a593Smuzhiyun #size-cells = <2>; 96*4882a593Smuzhiyun #address-cells = <3>; 97*4882a593Smuzhiyun device_type = "pci"; 98*4882a593Smuzhiyun interrupts = <26 2 0 0>; 99*4882a593Smuzhiyun interrupt-map-mask = <0xf800 0 0 7>; 100*4882a593Smuzhiyun interrupt-map = < 101*4882a593Smuzhiyun /* IDSEL 0x0 */ 102*4882a593Smuzhiyun 0000 0x0 0x0 0x1 &mpic 0x0 0x1 0x0 0x0 103*4882a593Smuzhiyun 0000 0x0 0x0 0x2 &mpic 0x1 0x1 0x0 0x0 104*4882a593Smuzhiyun 0000 0x0 0x0 0x3 &mpic 0x2 0x1 0x0 0x0 105*4882a593Smuzhiyun 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0 106*4882a593Smuzhiyun >; 107*4882a593Smuzhiyun }; 108*4882a593Smuzhiyun}; 109*4882a593Smuzhiyun 110*4882a593Smuzhiyun/* controller at 0xb000 */ 111*4882a593Smuzhiyun&pci3 { 112*4882a593Smuzhiyun compatible = "fsl,mpc8548-pcie"; 113*4882a593Smuzhiyun device_type = "pci"; 114*4882a593Smuzhiyun #size-cells = <2>; 115*4882a593Smuzhiyun #address-cells = <3>; 116*4882a593Smuzhiyun bus-range = <0 255>; 117*4882a593Smuzhiyun clock-frequency = <33333333>; 118*4882a593Smuzhiyun interrupts = <27 2 0 0>; 119*4882a593Smuzhiyun 120*4882a593Smuzhiyun pcie@0 { 121*4882a593Smuzhiyun reg = <0 0 0 0 0>; 122*4882a593Smuzhiyun #interrupt-cells = <1>; 123*4882a593Smuzhiyun #size-cells = <2>; 124*4882a593Smuzhiyun #address-cells = <3>; 125*4882a593Smuzhiyun device_type = "pci"; 126*4882a593Smuzhiyun interrupts = <27 2 0 0>; 127*4882a593Smuzhiyun interrupt-map-mask = <0xf800 0 0 7>; 128*4882a593Smuzhiyun interrupt-map = < 129*4882a593Smuzhiyun /* IDSEL 0x0 */ 130*4882a593Smuzhiyun 0000 0x0 0x0 0x1 &mpic 0x8 0x1 0x0 0x0 131*4882a593Smuzhiyun 0000 0x0 0x0 0x2 &mpic 0x9 0x1 0x0 0x0 132*4882a593Smuzhiyun 0000 0x0 0x0 0x3 &mpic 0xa 0x1 0x0 0x0 133*4882a593Smuzhiyun 0000 0x0 0x0 0x4 &mpic 0xb 0x1 0x0 0x0 134*4882a593Smuzhiyun >; 135*4882a593Smuzhiyun }; 136*4882a593Smuzhiyun}; 137*4882a593Smuzhiyun 138*4882a593Smuzhiyun&soc { 139*4882a593Smuzhiyun #address-cells = <1>; 140*4882a593Smuzhiyun #size-cells = <1>; 141*4882a593Smuzhiyun device_type = "soc"; 142*4882a593Smuzhiyun compatible = "fsl,mpc8544-immr", "simple-bus"; 143*4882a593Smuzhiyun bus-frequency = <0>; // Filled out by uboot. 144*4882a593Smuzhiyun 145*4882a593Smuzhiyun ecm-law@0 { 146*4882a593Smuzhiyun compatible = "fsl,ecm-law"; 147*4882a593Smuzhiyun reg = <0x0 0x1000>; 148*4882a593Smuzhiyun fsl,num-laws = <10>; 149*4882a593Smuzhiyun }; 150*4882a593Smuzhiyun 151*4882a593Smuzhiyun ecm@1000 { 152*4882a593Smuzhiyun compatible = "fsl,mpc8544-ecm", "fsl,ecm"; 153*4882a593Smuzhiyun reg = <0x1000 0x1000>; 154*4882a593Smuzhiyun interrupts = <17 2 0 0>; 155*4882a593Smuzhiyun }; 156*4882a593Smuzhiyun 157*4882a593Smuzhiyun memory-controller@2000 { 158*4882a593Smuzhiyun compatible = "fsl,mpc8544-memory-controller"; 159*4882a593Smuzhiyun reg = <0x2000 0x1000>; 160*4882a593Smuzhiyun interrupts = <18 2 0 0>; 161*4882a593Smuzhiyun }; 162*4882a593Smuzhiyun 163*4882a593Smuzhiyun/include/ "pq3-i2c-0.dtsi" 164*4882a593Smuzhiyun/include/ "pq3-i2c-1.dtsi" 165*4882a593Smuzhiyun/include/ "pq3-duart-0.dtsi" 166*4882a593Smuzhiyun 167*4882a593Smuzhiyun L2: l2-cache-controller@20000 { 168*4882a593Smuzhiyun compatible = "fsl,mpc8544-l2-cache-controller"; 169*4882a593Smuzhiyun reg = <0x20000 0x1000>; 170*4882a593Smuzhiyun cache-line-size = <32>; // 32 bytes 171*4882a593Smuzhiyun cache-size = <0x40000>; // L2, 256K 172*4882a593Smuzhiyun interrupts = <16 2 0 0>; 173*4882a593Smuzhiyun }; 174*4882a593Smuzhiyun 175*4882a593Smuzhiyun/include/ "pq3-dma-0.dtsi" 176*4882a593Smuzhiyun/include/ "pq3-etsec1-0.dtsi" 177*4882a593Smuzhiyun/include/ "pq3-etsec1-2.dtsi" 178*4882a593Smuzhiyun 179*4882a593Smuzhiyun ethernet@26000 { 180*4882a593Smuzhiyun cell-index = <1>; 181*4882a593Smuzhiyun }; 182*4882a593Smuzhiyun 183*4882a593Smuzhiyun/include/ "pq3-sec2.1-0.dtsi" 184*4882a593Smuzhiyun/include/ "pq3-mpic.dtsi" 185*4882a593Smuzhiyun 186*4882a593Smuzhiyun global-utilities@e0000 { 187*4882a593Smuzhiyun compatible = "fsl,mpc8544-guts"; 188*4882a593Smuzhiyun reg = <0xe0000 0x1000>; 189*4882a593Smuzhiyun fsl,has-rstcr; 190*4882a593Smuzhiyun }; 191*4882a593Smuzhiyun}; 192