1965fcb4dSShaveta Leekha/*
2965fcb4dSShaveta Leekha * B4420 Silicon/SoC Device Tree Source (pre include)
3965fcb4dSShaveta Leekha *
4da414bb9SIgal Liberman * Copyright 2012 - 2015 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
374f6d45d7SLijun Pan/include/ "e6500_power_isa.dtsi"
384f6d45d7SLijun Pan
39965fcb4dSShaveta Leekha/ {
40965fcb4dSShaveta Leekha	compatible = "fsl,B4420";
41965fcb4dSShaveta Leekha	#address-cells = <2>;
42965fcb4dSShaveta Leekha	#size-cells = <2>;
43965fcb4dSShaveta Leekha	interrupt-parent = <&mpic>;
44965fcb4dSShaveta Leekha
45965fcb4dSShaveta Leekha	aliases {
46965fcb4dSShaveta Leekha		ccsr = &soc;
47965fcb4dSShaveta Leekha		dcsr = &dcsr;
48965fcb4dSShaveta Leekha
49965fcb4dSShaveta Leekha		serial0 = &serial0;
50965fcb4dSShaveta Leekha		serial1 = &serial1;
51965fcb4dSShaveta Leekha		serial2 = &serial2;
52965fcb4dSShaveta Leekha		serial3 = &serial3;
53965fcb4dSShaveta Leekha		pci0 = &pci0;
54ae9ac1d3SSriram Dash		usb0 = &usb0;
55965fcb4dSShaveta Leekha		dma0 = &dma0;
56965fcb4dSShaveta Leekha		dma1 = &dma1;
57965fcb4dSShaveta Leekha		sdhc = &sdhc;
58965fcb4dSShaveta Leekha
59da414bb9SIgal Liberman		fman0 = &fman0;
60da414bb9SIgal Liberman		ethernet0 = &enet0;
61da414bb9SIgal Liberman		ethernet1 = &enet1;
62da414bb9SIgal Liberman		ethernet2 = &enet2;
63da414bb9SIgal Liberman		ethernet3 = &enet3;
64da414bb9SIgal Liberman	};
65965fcb4dSShaveta Leekha
66965fcb4dSShaveta Leekha	cpus {
67965fcb4dSShaveta Leekha		#address-cells = <1>;
68965fcb4dSShaveta Leekha		#size-cells = <0>;
69965fcb4dSShaveta Leekha
70965fcb4dSShaveta Leekha		cpu0: PowerPC,e6500@0 {
71965fcb4dSShaveta Leekha			device_type = "cpu";
72965fcb4dSShaveta Leekha			reg = <0 1>;
7354877957SScott Wood			clocks = <&clockgen 1 0>;
7452246445Spoonam aggrwal			next-level-cache = <&L2_1>;
75f2e7bfbbSDiana Craciun			fsl,portid-mapping = <0x80000000>;
76965fcb4dSShaveta Leekha		};
77965fcb4dSShaveta Leekha		cpu1: PowerPC,e6500@2 {
78965fcb4dSShaveta Leekha			device_type = "cpu";
79965fcb4dSShaveta Leekha			reg = <2 3>;
8054877957SScott Wood			clocks = <&clockgen 1 0>;
8152246445Spoonam aggrwal			next-level-cache = <&L2_1>;
82f2e7bfbbSDiana Craciun			fsl,portid-mapping = <0x80000000>;
83965fcb4dSShaveta Leekha		};
84965fcb4dSShaveta Leekha	};
85965fcb4dSShaveta Leekha};
86