1*c66ec88fSEmmanuel Vadot/* 2*c66ec88fSEmmanuel Vadot * B4420 Silicon/SoC Device Tree Source (post include) 3*c66ec88fSEmmanuel Vadot * 4*c66ec88fSEmmanuel Vadot * Copyright 2012 Freescale Semiconductor, Inc. 5*c66ec88fSEmmanuel Vadot * 6*c66ec88fSEmmanuel Vadot * Redistribution and use in source and binary forms, with or without 7*c66ec88fSEmmanuel Vadot * modification, are permitted provided that the following conditions are met: 8*c66ec88fSEmmanuel Vadot * * Redistributions of source code must retain the above copyright 9*c66ec88fSEmmanuel Vadot * notice, this list of conditions and the following disclaimer. 10*c66ec88fSEmmanuel Vadot * * Redistributions in binary form must reproduce the above copyright 11*c66ec88fSEmmanuel Vadot * notice, this list of conditions and the following disclaimer in the 12*c66ec88fSEmmanuel Vadot * documentation and/or other materials provided with the distribution. 13*c66ec88fSEmmanuel Vadot * * Neither the name of Freescale Semiconductor nor the 14*c66ec88fSEmmanuel Vadot * names of its contributors may be used to endorse or promote products 15*c66ec88fSEmmanuel Vadot * derived from this software without specific prior written permission. 16*c66ec88fSEmmanuel Vadot * 17*c66ec88fSEmmanuel Vadot * 18*c66ec88fSEmmanuel Vadot * ALTERNATIVELY, this software may be distributed under the terms of the 19*c66ec88fSEmmanuel Vadot * GNU General Public License ("GPL") as published by the Free Software 20*c66ec88fSEmmanuel Vadot * Foundation, either version 2 of that License or (at your option) any 21*c66ec88fSEmmanuel Vadot * later version. 22*c66ec88fSEmmanuel Vadot * 23*c66ec88fSEmmanuel Vadot * This software is provided by Freescale Semiconductor "as is" and any 24*c66ec88fSEmmanuel Vadot * express or implied warranties, including, but not limited to, the implied 25*c66ec88fSEmmanuel Vadot * warranties of merchantability and fitness for a particular purpose are 26*c66ec88fSEmmanuel Vadot * disclaimed. In no event shall Freescale Semiconductor be liable for any 27*c66ec88fSEmmanuel Vadot * direct, indirect, incidental, special, exemplary, or consequential damages 28*c66ec88fSEmmanuel Vadot * (including, but not limited to, procurement of substitute goods or services; 29*c66ec88fSEmmanuel Vadot * loss of use, data, or profits; or business interruption) however caused and 30*c66ec88fSEmmanuel Vadot * on any theory of liability, whether in contract, strict liability, or tort 31*c66ec88fSEmmanuel Vadot * (including negligence or otherwise) arising in any way out of the use of 32*c66ec88fSEmmanuel Vadot * this software, even if advised of the possibility of such damage. 33*c66ec88fSEmmanuel Vadot */ 34*c66ec88fSEmmanuel Vadot 35*c66ec88fSEmmanuel Vadot/include/ "b4si-post.dtsi" 36*c66ec88fSEmmanuel Vadot 37*c66ec88fSEmmanuel Vadot/* controller at 0x200000 */ 38*c66ec88fSEmmanuel Vadot&pci0 { 39*c66ec88fSEmmanuel Vadot compatible = "fsl,b4420-pcie", "fsl,qoriq-pcie-v2.4"; 40*c66ec88fSEmmanuel Vadot}; 41*c66ec88fSEmmanuel Vadot 42*c66ec88fSEmmanuel Vadot&dcsr { 43*c66ec88fSEmmanuel Vadot dcsr-epu@0 { 44*c66ec88fSEmmanuel Vadot compatible = "fsl,b4420-dcsr-epu", "fsl,dcsr-epu"; 45*c66ec88fSEmmanuel Vadot }; 46*c66ec88fSEmmanuel Vadot dcsr-npc { 47*c66ec88fSEmmanuel Vadot compatible = "fsl,b4420-dcsr-cnpc", "fsl,dcsr-cnpc"; 48*c66ec88fSEmmanuel Vadot }; 49*c66ec88fSEmmanuel Vadot dcsr-dpaa@9000 { 50*c66ec88fSEmmanuel Vadot compatible = "fsl,b4420-dcsr-dpaa", "fsl,dcsr-dpaa"; 51*c66ec88fSEmmanuel Vadot }; 52*c66ec88fSEmmanuel Vadot dcsr-ocn@11000 { 53*c66ec88fSEmmanuel Vadot compatible = "fsl,b4420-dcsr-ocn", "fsl,dcsr-ocn"; 54*c66ec88fSEmmanuel Vadot }; 55*c66ec88fSEmmanuel Vadot dcsr-nal@18000 { 56*c66ec88fSEmmanuel Vadot compatible = "fsl,b4420-dcsr-nal", "fsl,dcsr-nal"; 57*c66ec88fSEmmanuel Vadot }; 58*c66ec88fSEmmanuel Vadot dcsr-rcpm@22000 { 59*c66ec88fSEmmanuel Vadot compatible = "fsl,b4420-dcsr-rcpm", "fsl,dcsr-rcpm"; 60*c66ec88fSEmmanuel Vadot }; 61*c66ec88fSEmmanuel Vadot dcsr-snpc@30000 { 62*c66ec88fSEmmanuel Vadot compatible = "fsl,b4420-dcsr-snpc", "fsl,dcsr-snpc"; 63*c66ec88fSEmmanuel Vadot }; 64*c66ec88fSEmmanuel Vadot dcsr-snpc@31000 { 65*c66ec88fSEmmanuel Vadot compatible = "fsl,b4420-dcsr-snpc", "fsl,dcsr-snpc"; 66*c66ec88fSEmmanuel Vadot }; 67*c66ec88fSEmmanuel Vadot dcsr-cpu-sb-proxy@108000 { 68*c66ec88fSEmmanuel Vadot compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 69*c66ec88fSEmmanuel Vadot cpu-handle = <&cpu1>; 70*c66ec88fSEmmanuel Vadot reg = <0x108000 0x1000 0x109000 0x1000>; 71*c66ec88fSEmmanuel Vadot }; 72*c66ec88fSEmmanuel Vadot}; 73*c66ec88fSEmmanuel Vadot 74*c66ec88fSEmmanuel Vadot&soc { 75*c66ec88fSEmmanuel Vadot cpc: l3-cache-controller@10000 { 76*c66ec88fSEmmanuel Vadot compatible = "fsl,b4420-l3-cache-controller", "cache"; 77*c66ec88fSEmmanuel Vadot }; 78*c66ec88fSEmmanuel Vadot 79*c66ec88fSEmmanuel Vadot guts: global-utilities@e0000 { 80*c66ec88fSEmmanuel Vadot compatible = "fsl,b4420-device-config", "fsl,qoriq-device-config-2.0"; 81*c66ec88fSEmmanuel Vadot }; 82*c66ec88fSEmmanuel Vadot 83*c66ec88fSEmmanuel Vadot global-utilities@e1000 { 84*c66ec88fSEmmanuel Vadot compatible = "fsl,b4420-clockgen", "fsl,b4-clockgen", 85*c66ec88fSEmmanuel Vadot "fsl,qoriq-clockgen-2.0"; 86*c66ec88fSEmmanuel Vadot }; 87*c66ec88fSEmmanuel Vadot 88*c66ec88fSEmmanuel Vadot rcpm: global-utilities@e2000 { 89*c66ec88fSEmmanuel Vadot compatible = "fsl,b4420-rcpm", "fsl,qoriq-rcpm-2.0"; 90*c66ec88fSEmmanuel Vadot }; 91*c66ec88fSEmmanuel Vadot 92*c66ec88fSEmmanuel Vadot L2_1: l2-cache-controller@c20000 { 93*c66ec88fSEmmanuel Vadot compatible = "fsl,b4420-l2-cache-controller"; 94*c66ec88fSEmmanuel Vadot reg = <0xc20000 0x40000>; 95*c66ec88fSEmmanuel Vadot next-level-cache = <&cpc>; 96*c66ec88fSEmmanuel Vadot }; 97*c66ec88fSEmmanuel Vadot}; 98