1*7ef62cebSEmmanuel Vadot/* 2*7ef62cebSEmmanuel Vadot * e500v1 Power ISA Device Tree Source (include) 3*7ef62cebSEmmanuel Vadot * 4*7ef62cebSEmmanuel Vadot * Copyright 2012 Freescale Semiconductor Inc. 5*7ef62cebSEmmanuel Vadot * 6*7ef62cebSEmmanuel Vadot * Redistribution and use in source and binary forms, with or without 7*7ef62cebSEmmanuel Vadot * modification, are permitted provided that the following conditions are met: 8*7ef62cebSEmmanuel Vadot * * Redistributions of source code must retain the above copyright 9*7ef62cebSEmmanuel Vadot * notice, this list of conditions and the following disclaimer. 10*7ef62cebSEmmanuel Vadot * * Redistributions in binary form must reproduce the above copyright 11*7ef62cebSEmmanuel Vadot * notice, this list of conditions and the following disclaimer in the 12*7ef62cebSEmmanuel Vadot * documentation and/or other materials provided with the distribution. 13*7ef62cebSEmmanuel Vadot * * Neither the name of Freescale Semiconductor nor the 14*7ef62cebSEmmanuel Vadot * names of its contributors may be used to endorse or promote products 15*7ef62cebSEmmanuel Vadot * derived from this software without specific prior written permission. 16*7ef62cebSEmmanuel Vadot * 17*7ef62cebSEmmanuel Vadot * 18*7ef62cebSEmmanuel Vadot * ALTERNATIVELY, this software may be distributed under the terms of the 19*7ef62cebSEmmanuel Vadot * GNU General Public License ("GPL") as published by the Free Software 20*7ef62cebSEmmanuel Vadot * Foundation, either version 2 of that License or (at your option) any 21*7ef62cebSEmmanuel Vadot * later version. 22*7ef62cebSEmmanuel Vadot * 23*7ef62cebSEmmanuel Vadot * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor "AS IS" AND ANY 24*7ef62cebSEmmanuel Vadot * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 25*7ef62cebSEmmanuel Vadot * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 26*7ef62cebSEmmanuel Vadot * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 27*7ef62cebSEmmanuel Vadot * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 28*7ef62cebSEmmanuel Vadot * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 29*7ef62cebSEmmanuel Vadot * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 30*7ef62cebSEmmanuel Vadot * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 31*7ef62cebSEmmanuel Vadot * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 32*7ef62cebSEmmanuel Vadot * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 33*7ef62cebSEmmanuel Vadot */ 34*7ef62cebSEmmanuel Vadot 35*7ef62cebSEmmanuel Vadot/ { 36*7ef62cebSEmmanuel Vadot cpus { 37*7ef62cebSEmmanuel Vadot power-isa-version = "2.03"; 38*7ef62cebSEmmanuel Vadot power-isa-b; // Base 39*7ef62cebSEmmanuel Vadot power-isa-e; // Embedded 40*7ef62cebSEmmanuel Vadot power-isa-atb; // Alternate Time Base 41*7ef62cebSEmmanuel Vadot power-isa-cs; // Cache Specification 42*7ef62cebSEmmanuel Vadot power-isa-e.le; // Embedded.Little-Endian 43*7ef62cebSEmmanuel Vadot power-isa-e.pm; // Embedded.Performance Monitor 44*7ef62cebSEmmanuel Vadot power-isa-ecl; // Embedded Cache Locking 45*7ef62cebSEmmanuel Vadot power-isa-mmc; // Memory Coherence 46*7ef62cebSEmmanuel Vadot power-isa-sp; // Signal Processing Engine 47*7ef62cebSEmmanuel Vadot power-isa-sp.fs; // SPE.Embedded Float Scalar Single 48*7ef62cebSEmmanuel Vadot power-isa-sp.fv; // SPE.Embedded Float Vector 49*7ef62cebSEmmanuel Vadot mmu-type = "power-embedded"; 50*7ef62cebSEmmanuel Vadot }; 51*7ef62cebSEmmanuel Vadot}; 52