1965fcb4dSShaveta Leekha/*
2965fcb4dSShaveta Leekha * B4420 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
32965fcb4dSShaveta Leekha * this 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,B4420";
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	};
73965fcb4dSShaveta Leekha};
74