1ffeb33d2SKumar Gala/*
2ffeb33d2SKumar Gala * P1021/P1012 Silicon/SoC Device Tree Source (pre include)
3ffeb33d2SKumar Gala *
4ffeb33d2SKumar Gala * Copyright 2011 Freescale Semiconductor Inc.
5ffeb33d2SKumar Gala *
6ffeb33d2SKumar Gala * Redistribution and use in source and binary forms, with or without
7ffeb33d2SKumar Gala * modification, are permitted provided that the following conditions are met:
8ffeb33d2SKumar Gala *     * Redistributions of source code must retain the above copyright
9ffeb33d2SKumar Gala *       notice, this list of conditions and the following disclaimer.
10ffeb33d2SKumar Gala *     * Redistributions in binary form must reproduce the above copyright
11ffeb33d2SKumar Gala *       notice, this list of conditions and the following disclaimer in the
12ffeb33d2SKumar Gala *       documentation and/or other materials provided with the distribution.
13ffeb33d2SKumar Gala *     * Neither the name of Freescale Semiconductor nor the
14ffeb33d2SKumar Gala *       names of its contributors may be used to endorse or promote products
15ffeb33d2SKumar Gala *       derived from this software without specific prior written permission.
16ffeb33d2SKumar Gala *
17ffeb33d2SKumar Gala *
18ffeb33d2SKumar Gala * ALTERNATIVELY, this software may be distributed under the terms of the
19ffeb33d2SKumar Gala * GNU General Public License ("GPL") as published by the Free Software
20ffeb33d2SKumar Gala * Foundation, either version 2 of that License or (at your option) any
21ffeb33d2SKumar Gala * later version.
22ffeb33d2SKumar Gala *
23ffeb33d2SKumar Gala * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
24ffeb33d2SKumar Gala * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
25ffeb33d2SKumar Gala * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26ffeb33d2SKumar Gala * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
27ffeb33d2SKumar Gala * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28ffeb33d2SKumar Gala * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29ffeb33d2SKumar Gala * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
30ffeb33d2SKumar Gala * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31ffeb33d2SKumar Gala * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
32ffeb33d2SKumar Gala * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33ffeb33d2SKumar Gala */
34ffeb33d2SKumar Gala
35ffeb33d2SKumar Gala/dts-v1/;
36ffeb33d2SKumar Gala/ {
37ffeb33d2SKumar Gala	compatible = "fsl,P1021";
38ffeb33d2SKumar Gala	#address-cells = <2>;
39ffeb33d2SKumar Gala	#size-cells = <2>;
40ffeb33d2SKumar Gala	interrupt-parent = <&mpic>;
41ffeb33d2SKumar Gala
42ffeb33d2SKumar Gala	aliases {
43ffeb33d2SKumar Gala		serial0 = &serial0;
44ffeb33d2SKumar Gala		serial1 = &serial1;
45ffeb33d2SKumar Gala		ethernet0 = &enet0;
46ffeb33d2SKumar Gala		ethernet1 = &enet1;
47ffeb33d2SKumar Gala		ethernet2 = &enet2;
48ffeb33d2SKumar Gala		pci0 = &pci0;
49ffeb33d2SKumar Gala		pci1 = &pci1;
50ffeb33d2SKumar Gala	};
51ffeb33d2SKumar Gala
52ffeb33d2SKumar Gala	cpus {
53ffeb33d2SKumar Gala		#address-cells = <1>;
54ffeb33d2SKumar Gala		#size-cells = <0>;
55ffeb33d2SKumar Gala
56ffeb33d2SKumar Gala		PowerPC,P1021@0 {
57ffeb33d2SKumar Gala			device_type = "cpu";
58ffeb33d2SKumar Gala			reg = <0x0>;
59ffeb33d2SKumar Gala			next-level-cache = <&L2>;
60ffeb33d2SKumar Gala		};
61ffeb33d2SKumar Gala
62ffeb33d2SKumar Gala		PowerPC,P1021@1 {
63ffeb33d2SKumar Gala			device_type = "cpu";
64ffeb33d2SKumar Gala			reg = <0x1>;
65ffeb33d2SKumar Gala			next-level-cache = <&L2>;
66ffeb33d2SKumar Gala		};
67ffeb33d2SKumar Gala	};
68ffeb33d2SKumar Gala};
69