xref: /linux/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi (revision 965fcb4def356b1822083d264e1d6df817b66d1a)
1*965fcb4dSShaveta Leekha/*
2*965fcb4dSShaveta Leekha * B4420 Silicon/SoC Device Tree Source (pre include)
3*965fcb4dSShaveta Leekha *
4*965fcb4dSShaveta Leekha * Copyright 2012 Freescale Semiconductor, Inc.
5*965fcb4dSShaveta Leekha *
6*965fcb4dSShaveta Leekha * Redistribution and use in source and binary forms, with or without
7*965fcb4dSShaveta Leekha * modification, are permitted provided that the following conditions are met:
8*965fcb4dSShaveta Leekha *     * Redistributions of source code must retain the above copyright
9*965fcb4dSShaveta Leekha *       notice, this list of conditions and the following disclaimer.
10*965fcb4dSShaveta Leekha *     * Redistributions in binary form must reproduce the above copyright
11*965fcb4dSShaveta Leekha *       notice, this list of conditions and the following disclaimer in the
12*965fcb4dSShaveta Leekha *       documentation and/or other materials provided with the distribution.
13*965fcb4dSShaveta Leekha *     * Neither the name of Freescale Semiconductor nor the
14*965fcb4dSShaveta Leekha *       names of its contributors may be used to endorse or promote products
15*965fcb4dSShaveta Leekha *       derived from this software without specific prior written permission.
16*965fcb4dSShaveta Leekha *
17*965fcb4dSShaveta Leekha *
18*965fcb4dSShaveta Leekha * ALTERNATIVELY, this software may be distributed under the terms of the
19*965fcb4dSShaveta Leekha * GNU General Public License ("GPL") as published by the Free Software
20*965fcb4dSShaveta Leekha * Foundation, either version 2 of that License or (at your option) any
21*965fcb4dSShaveta Leekha * later version.
22*965fcb4dSShaveta Leekha *
23*965fcb4dSShaveta Leekha * This software is provided by Freescale Semiconductor "as is" and any
24*965fcb4dSShaveta Leekha * express or implied warranties, including, but not limited to, the implied
25*965fcb4dSShaveta Leekha * warranties of merchantability and fitness for a particular purpose are
26*965fcb4dSShaveta Leekha * disclaimed. In no event shall Freescale Semiconductor be liable for any
27*965fcb4dSShaveta Leekha * direct, indirect, incidental, special, exemplary, or consequential damages
28*965fcb4dSShaveta Leekha * (including, but not limited to, procurement of substitute goods or services;
29*965fcb4dSShaveta Leekha * loss of use, data, or profits; or business interruption) however caused and
30*965fcb4dSShaveta Leekha * on any theory of liability, whether in contract, strict liability, or tort
31*965fcb4dSShaveta Leekha * (including negligence or otherwise) arising in any way out of the use of
32*965fcb4dSShaveta Leekha * this software, even if advised of the possibility of such damage.
33*965fcb4dSShaveta Leekha */
34*965fcb4dSShaveta Leekha
35*965fcb4dSShaveta Leekha/dts-v1/;
36*965fcb4dSShaveta Leekha
37*965fcb4dSShaveta Leekha/ {
38*965fcb4dSShaveta Leekha	compatible = "fsl,B4420";
39*965fcb4dSShaveta Leekha	#address-cells = <2>;
40*965fcb4dSShaveta Leekha	#size-cells = <2>;
41*965fcb4dSShaveta Leekha	interrupt-parent = <&mpic>;
42*965fcb4dSShaveta Leekha
43*965fcb4dSShaveta Leekha	aliases {
44*965fcb4dSShaveta Leekha		ccsr = &soc;
45*965fcb4dSShaveta Leekha		dcsr = &dcsr;
46*965fcb4dSShaveta Leekha
47*965fcb4dSShaveta Leekha		serial0 = &serial0;
48*965fcb4dSShaveta Leekha		serial1 = &serial1;
49*965fcb4dSShaveta Leekha		serial2 = &serial2;
50*965fcb4dSShaveta Leekha		serial3 = &serial3;
51*965fcb4dSShaveta Leekha		pci0 = &pci0;
52*965fcb4dSShaveta Leekha		dma0 = &dma0;
53*965fcb4dSShaveta Leekha		dma1 = &dma1;
54*965fcb4dSShaveta Leekha		sdhc = &sdhc;
55*965fcb4dSShaveta Leekha	};
56*965fcb4dSShaveta Leekha
57*965fcb4dSShaveta Leekha
58*965fcb4dSShaveta Leekha	cpus {
59*965fcb4dSShaveta Leekha		#address-cells = <1>;
60*965fcb4dSShaveta Leekha		#size-cells = <0>;
61*965fcb4dSShaveta Leekha
62*965fcb4dSShaveta Leekha		cpu0: PowerPC,e6500@0 {
63*965fcb4dSShaveta Leekha			device_type = "cpu";
64*965fcb4dSShaveta Leekha			reg = <0 1>;
65*965fcb4dSShaveta Leekha			next-level-cache = <&L2>;
66*965fcb4dSShaveta Leekha		};
67*965fcb4dSShaveta Leekha		cpu1: PowerPC,e6500@2 {
68*965fcb4dSShaveta Leekha			device_type = "cpu";
69*965fcb4dSShaveta Leekha			reg = <2 3>;
70*965fcb4dSShaveta Leekha			next-level-cache = <&L2>;
71*965fcb4dSShaveta Leekha		};
72*965fcb4dSShaveta Leekha	};
73*965fcb4dSShaveta Leekha};
74