12eb28006SOlivia Yin/*
22eb28006SOlivia Yin * e500v2 Power ISA Device Tree Source (include)
32eb28006SOlivia Yin *
42eb28006SOlivia Yin * Copyright 2012 Freescale Semiconductor Inc.
52eb28006SOlivia Yin *
62eb28006SOlivia Yin * Redistribution and use in source and binary forms, with or without
72eb28006SOlivia Yin * modification, are permitted provided that the following conditions are met:
82eb28006SOlivia Yin *     * Redistributions of source code must retain the above copyright
92eb28006SOlivia Yin *       notice, this list of conditions and the following disclaimer.
102eb28006SOlivia Yin *     * Redistributions in binary form must reproduce the above copyright
112eb28006SOlivia Yin *       notice, this list of conditions and the following disclaimer in the
122eb28006SOlivia Yin *       documentation and/or other materials provided with the distribution.
132eb28006SOlivia Yin *     * Neither the name of Freescale Semiconductor nor the
142eb28006SOlivia Yin *       names of its contributors may be used to endorse or promote products
152eb28006SOlivia Yin *       derived from this software without specific prior written permission.
162eb28006SOlivia Yin *
172eb28006SOlivia Yin *
182eb28006SOlivia Yin * ALTERNATIVELY, this software may be distributed under the terms of the
192eb28006SOlivia Yin * GNU General Public License ("GPL") as published by the Free Software
202eb28006SOlivia Yin * Foundation, either version 2 of that License or (at your option) any
212eb28006SOlivia Yin * later version.
222eb28006SOlivia Yin *
232eb28006SOlivia Yin * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor "AS IS" AND ANY
242eb28006SOlivia Yin * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
252eb28006SOlivia Yin * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
262eb28006SOlivia Yin * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
272eb28006SOlivia Yin * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
282eb28006SOlivia Yin * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
292eb28006SOlivia Yin * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
302eb28006SOlivia Yin * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
312eb28006SOlivia Yin * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
322eb28006SOlivia Yin * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
332eb28006SOlivia Yin */
342eb28006SOlivia Yin
352eb28006SOlivia Yin/ {
362eb28006SOlivia Yin	cpus {
372eb28006SOlivia Yin		power-isa-version = "2.03";
382eb28006SOlivia Yin		power-isa-b;		// Base
392eb28006SOlivia Yin		power-isa-e;		// Embedded
402eb28006SOlivia Yin		power-isa-atb;		// Alternate Time Base
412eb28006SOlivia Yin		power-isa-cs;		// Cache Specification
422eb28006SOlivia Yin		power-isa-e.le;		// Embedded.Little-Endian
432eb28006SOlivia Yin		power-isa-e.pm;		// Embedded.Performance Monitor
442eb28006SOlivia Yin		power-isa-ecl;		// Embedded Cache Locking
452eb28006SOlivia Yin		power-isa-mmc;		// Memory Coherence
462eb28006SOlivia Yin		power-isa-sp;		// Signal Processing Engine
472eb28006SOlivia Yin		power-isa-sp.fd;	// SPE.Embedded Float Scalar Double
482eb28006SOlivia Yin		power-isa-sp.fs;	// SPE.Embedded Float Scalar Single
492eb28006SOlivia Yin		power-isa-sp.fv;	// SPE.Embedded Float Vector
502eb28006SOlivia Yin		mmu-type = "power-embedded";
512eb28006SOlivia Yin	};
522eb28006SOlivia Yin};
53