187787219SOlivia Yin/*
287787219SOlivia Yin * e5500 Power ISA Device Tree Source (include)
387787219SOlivia Yin *
487787219SOlivia Yin * Copyright 2012 Freescale Semiconductor Inc.
587787219SOlivia Yin *
687787219SOlivia Yin * Redistribution and use in source and binary forms, with or without
787787219SOlivia Yin * modification, are permitted provided that the following conditions are met:
887787219SOlivia Yin *     * Redistributions of source code must retain the above copyright
987787219SOlivia Yin *       notice, this list of conditions and the following disclaimer.
1087787219SOlivia Yin *     * Redistributions in binary form must reproduce the above copyright
1187787219SOlivia Yin *       notice, this list of conditions and the following disclaimer in the
1287787219SOlivia Yin *       documentation and/or other materials provided with the distribution.
1387787219SOlivia Yin *     * Neither the name of Freescale Semiconductor nor the
1487787219SOlivia Yin *       names of its contributors may be used to endorse or promote products
1587787219SOlivia Yin *       derived from this software without specific prior written permission.
1687787219SOlivia Yin *
1787787219SOlivia Yin *
1887787219SOlivia Yin * ALTERNATIVELY, this software may be distributed under the terms of the
1987787219SOlivia Yin * GNU General Public License ("GPL") as published by the Free Software
2087787219SOlivia Yin * Foundation, either version 2 of that License or (at your option) any
2187787219SOlivia Yin * later version.
2287787219SOlivia Yin *
2387787219SOlivia Yin * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor "AS IS" AND ANY
2487787219SOlivia Yin * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2587787219SOlivia Yin * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2687787219SOlivia Yin * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
2787787219SOlivia Yin * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2887787219SOlivia Yin * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2987787219SOlivia Yin * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
3087787219SOlivia Yin * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3187787219SOlivia Yin * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3287787219SOlivia Yin * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3387787219SOlivia Yin */
3487787219SOlivia Yin
3587787219SOlivia Yin/ {
3687787219SOlivia Yin	cpus {
3787787219SOlivia Yin		power-isa-version = "2.06";
3887787219SOlivia Yin		power-isa-b;		// Base
3987787219SOlivia Yin		power-isa-e;		// Embedded
4087787219SOlivia Yin		power-isa-atb;		// Alternate Time Base
4187787219SOlivia Yin		power-isa-cs;		// Cache Specification
4287787219SOlivia Yin		power-isa-ds;		// Decorated Storage
4387787219SOlivia Yin		power-isa-e.ed;		// Embedded.Enhanced Debug
4487787219SOlivia Yin		power-isa-e.pd;		// Embedded.External PID
4587787219SOlivia Yin		power-isa-e.hv;		// Embedded.Hypervisor
4687787219SOlivia Yin		power-isa-e.le;		// Embedded.Little-Endian
4787787219SOlivia Yin		power-isa-e.pm;		// Embedded.Performance Monitor
4887787219SOlivia Yin		power-isa-e.pc;		// Embedded.Processor Control
4987787219SOlivia Yin		power-isa-ecl;		// Embedded Cache Locking
5087787219SOlivia Yin		power-isa-exp;		// External Proxy
5187787219SOlivia Yin		power-isa-fp;		// Floating Point
5287787219SOlivia Yin		power-isa-fp.r;		// Floating Point.Record
5387787219SOlivia Yin		power-isa-mmc;		// Memory Coherence
5487787219SOlivia Yin		power-isa-scpm;		// Store Conditional Page Mobility
5587787219SOlivia Yin		power-isa-wt;		// Wait
5687787219SOlivia Yin		power-isa-64;		// 64-bit
57a419bb86SStuart Yoder		fsl,eref-deo;		// Data Cache Extended Operations
5887787219SOlivia Yin		mmu-type = "power-embedded";
5987787219SOlivia Yin	};
6087787219SOlivia Yin};
61