1*c66ec88fSEmmanuel Vadot/*
2*c66ec88fSEmmanuel Vadot * e6500 Power ISA Device Tree Source (include)
3*c66ec88fSEmmanuel Vadot *
4*c66ec88fSEmmanuel Vadot * Copyright 2013 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 THIS
32*c66ec88fSEmmanuel Vadot * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33*c66ec88fSEmmanuel Vadot */
34*c66ec88fSEmmanuel Vadot
35*c66ec88fSEmmanuel Vadot/ {
36*c66ec88fSEmmanuel Vadot	cpus {
37*c66ec88fSEmmanuel Vadot		power-isa-version = "2.06";
38*c66ec88fSEmmanuel Vadot		power-isa-b;		// Base
39*c66ec88fSEmmanuel Vadot		power-isa-e;		// Embedded
40*c66ec88fSEmmanuel Vadot		power-isa-atb;		// Alternate Time Base
41*c66ec88fSEmmanuel Vadot		power-isa-cs;		// Cache Specification
42*c66ec88fSEmmanuel Vadot		power-isa-ds;		// Decorated Storage
43*c66ec88fSEmmanuel Vadot		power-isa-e.ed;		// Embedded.Enhanced Debug
44*c66ec88fSEmmanuel Vadot		power-isa-e.pd;		// Embedded.External PID
45*c66ec88fSEmmanuel Vadot		power-isa-e.hv;		// Embedded.Hypervisor
46*c66ec88fSEmmanuel Vadot		power-isa-e.le;		// Embedded.Little-Endian
47*c66ec88fSEmmanuel Vadot		power-isa-e.pm;		// Embedded.Performance Monitor
48*c66ec88fSEmmanuel Vadot		power-isa-e.pc;		// Embedded.Processor Control
49*c66ec88fSEmmanuel Vadot		power-isa-ecl;		// Embedded Cache Locking
50*c66ec88fSEmmanuel Vadot		power-isa-exp;		// External Proxy
51*c66ec88fSEmmanuel Vadot		power-isa-fp;		// Floating Point
52*c66ec88fSEmmanuel Vadot		power-isa-fp.r;		// Floating Point.Record
53*c66ec88fSEmmanuel Vadot		power-isa-mmc;		// Memory Coherence
54*c66ec88fSEmmanuel Vadot		power-isa-scpm;		// Store Conditional Page Mobility
55*c66ec88fSEmmanuel Vadot		power-isa-wt;		// Wait
56*c66ec88fSEmmanuel Vadot		power-isa-64;		// 64-bit
57*c66ec88fSEmmanuel Vadot		power-isa-e.pt;		// Embedded.Page Table
58*c66ec88fSEmmanuel Vadot		power-isa-e.hv.lrat;	// Embedded.Hypervisor.LRAT
59*c66ec88fSEmmanuel Vadot		power-isa-e.em;		// Embedded Multi-Threading
60*c66ec88fSEmmanuel Vadot		power-isa-v;		// Vector (AltiVec)
61*c66ec88fSEmmanuel Vadot		fsl,eref-er;		// Enhanced Reservations (Load and Reserve and Store Cond.)
62*c66ec88fSEmmanuel Vadot		fsl,eref-deo;		// Data Cache Extended Operations
63*c66ec88fSEmmanuel Vadot		mmu-type = "power-embedded";
64*c66ec88fSEmmanuel Vadot	};
65*c66ec88fSEmmanuel Vadot};
66