1965fcb4dSShaveta Leekha/*
2965fcb4dSShaveta Leekha * B4860 Silicon/SoC Device Tree Source (pre include)
3965fcb4dSShaveta Leekha *
4965fcb4dSShaveta Leekha * Copyright 2012 Freescale Semiconductor Inc.
5965fcb4dSShaveta Leekha *
6965fcb4dSShaveta Leekha * Redistribution and use in source and binary forms, with or without
7965fcb4dSShaveta Leekha * modification, are permitted provided that the following conditions are met:
8965fcb4dSShaveta Leekha *     * Redistributions of source code must retain the above copyright
9965fcb4dSShaveta Leekha *       notice, this list of conditions and the following disclaimer.
10965fcb4dSShaveta Leekha *     * Redistributions in binary form must reproduce the above copyright
11965fcb4dSShaveta Leekha *       notice, this list of conditions and the following disclaimer in the
12965fcb4dSShaveta Leekha *       documentation and/or other materials provided with the distribution.
13965fcb4dSShaveta Leekha *     * Neither the name of Freescale Semiconductor nor the
14965fcb4dSShaveta Leekha *       names of its contributors may be used to endorse or promote products
15965fcb4dSShaveta Leekha *       derived from this software without specific prior written permission.
16965fcb4dSShaveta Leekha *
17965fcb4dSShaveta Leekha *
18965fcb4dSShaveta Leekha * ALTERNATIVELY, this software may be distributed under the terms of the
19965fcb4dSShaveta Leekha * GNU General Public License ("GPL") as published by the Free Software
20965fcb4dSShaveta Leekha * Foundation, either version 2 of that License or (at your option) any
21965fcb4dSShaveta Leekha * later version.
22965fcb4dSShaveta Leekha *
23965fcb4dSShaveta Leekha * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
24965fcb4dSShaveta Leekha * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
25965fcb4dSShaveta Leekha * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26965fcb4dSShaveta Leekha * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
27965fcb4dSShaveta Leekha * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28965fcb4dSShaveta Leekha * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29965fcb4dSShaveta Leekha * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
30965fcb4dSShaveta Leekha * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31965fcb4dSShaveta Leekha * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
32965fcb4dSShaveta Leekha * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33965fcb4dSShaveta Leekha */
34965fcb4dSShaveta Leekha
35965fcb4dSShaveta Leekha/dts-v1/;
36965fcb4dSShaveta Leekha
37965fcb4dSShaveta Leekha/ {
38965fcb4dSShaveta Leekha	compatible = "fsl,B4860";
39965fcb4dSShaveta Leekha	#address-cells = <2>;
40965fcb4dSShaveta Leekha	#size-cells = <2>;
41965fcb4dSShaveta Leekha	interrupt-parent = <&mpic>;
42965fcb4dSShaveta Leekha
43965fcb4dSShaveta Leekha	aliases {
44965fcb4dSShaveta Leekha		ccsr = &soc;
45965fcb4dSShaveta Leekha		dcsr = &dcsr;
46965fcb4dSShaveta Leekha
47965fcb4dSShaveta Leekha		serial0 = &serial0;
48965fcb4dSShaveta Leekha		serial1 = &serial1;
49965fcb4dSShaveta Leekha		serial2 = &serial2;
50965fcb4dSShaveta Leekha		serial3 = &serial3;
51965fcb4dSShaveta Leekha		pci0 = &pci0;
52965fcb4dSShaveta Leekha		dma0 = &dma0;
53965fcb4dSShaveta Leekha		dma1 = &dma1;
54965fcb4dSShaveta Leekha		sdhc = &sdhc;
55965fcb4dSShaveta Leekha	};
56965fcb4dSShaveta Leekha
57965fcb4dSShaveta Leekha
58965fcb4dSShaveta Leekha	cpus {
59965fcb4dSShaveta Leekha		#address-cells = <1>;
60965fcb4dSShaveta Leekha		#size-cells = <0>;
61965fcb4dSShaveta Leekha
62965fcb4dSShaveta Leekha		cpu0: PowerPC,e6500@0 {
63965fcb4dSShaveta Leekha			device_type = "cpu";
64965fcb4dSShaveta Leekha			reg = <0 1>;
65965fcb4dSShaveta Leekha			next-level-cache = <&L2>;
66965fcb4dSShaveta Leekha		};
67965fcb4dSShaveta Leekha		cpu1: PowerPC,e6500@2 {
68965fcb4dSShaveta Leekha			device_type = "cpu";
69965fcb4dSShaveta Leekha			reg = <2 3>;
70965fcb4dSShaveta Leekha			next-level-cache = <&L2>;
71965fcb4dSShaveta Leekha		};
72965fcb4dSShaveta Leekha		cpu2: PowerPC,e6500@4 {
73965fcb4dSShaveta Leekha			device_type = "cpu";
74965fcb4dSShaveta Leekha			reg = <4 5>;
75965fcb4dSShaveta Leekha			next-level-cache = <&L2>;
76965fcb4dSShaveta Leekha		};
77965fcb4dSShaveta Leekha		cpu3: PowerPC,e6500@6 {
78965fcb4dSShaveta Leekha			device_type = "cpu";
79965fcb4dSShaveta Leekha			reg = <6 7>;
80965fcb4dSShaveta Leekha			next-level-cache = <&L2>;
81965fcb4dSShaveta Leekha		};
82965fcb4dSShaveta Leekha	};
83965fcb4dSShaveta Leekha};
84