1b4c3804dSKumar Gala/*
2b4c3804dSKumar Gala * P3041 Silicon/SoC Device Tree Source (pre include)
3b4c3804dSKumar Gala *
4da414bb9SIgal Liberman * Copyright 2011 - 2015 Freescale Semiconductor Inc.
5b4c3804dSKumar Gala *
6b4c3804dSKumar Gala * Redistribution and use in source and binary forms, with or without
7b4c3804dSKumar Gala * modification, are permitted provided that the following conditions are met:
8b4c3804dSKumar Gala *     * Redistributions of source code must retain the above copyright
9b4c3804dSKumar Gala *       notice, this list of conditions and the following disclaimer.
10b4c3804dSKumar Gala *     * Redistributions in binary form must reproduce the above copyright
11b4c3804dSKumar Gala *       notice, this list of conditions and the following disclaimer in the
12b4c3804dSKumar Gala *       documentation and/or other materials provided with the distribution.
13b4c3804dSKumar Gala *     * Neither the name of Freescale Semiconductor nor the
14b4c3804dSKumar Gala *       names of its contributors may be used to endorse or promote products
15b4c3804dSKumar Gala *       derived from this software without specific prior written permission.
16b4c3804dSKumar Gala *
17b4c3804dSKumar Gala *
18b4c3804dSKumar Gala * ALTERNATIVELY, this software may be distributed under the terms of the
19b4c3804dSKumar Gala * GNU General Public License ("GPL") as published by the Free Software
20b4c3804dSKumar Gala * Foundation, either version 2 of that License or (at your option) any
21b4c3804dSKumar Gala * later version.
22b4c3804dSKumar Gala *
23b4c3804dSKumar Gala * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
24b4c3804dSKumar Gala * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
25b4c3804dSKumar Gala * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26b4c3804dSKumar Gala * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
27b4c3804dSKumar Gala * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28b4c3804dSKumar Gala * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29b4c3804dSKumar Gala * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
30b4c3804dSKumar Gala * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31b4c3804dSKumar Gala * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
32b4c3804dSKumar Gala * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33b4c3804dSKumar Gala */
34b4c3804dSKumar Gala
35b4c3804dSKumar Gala/dts-v1/;
362f4acb05SOlivia Yin
372f4acb05SOlivia Yin/include/ "e500mc_power_isa.dtsi"
382f4acb05SOlivia Yin
39b4c3804dSKumar Gala/ {
40b4c3804dSKumar Gala	compatible = "fsl,P3041";
41b4c3804dSKumar Gala	#address-cells = <2>;
42b4c3804dSKumar Gala	#size-cells = <2>;
43b4c3804dSKumar Gala	interrupt-parent = <&mpic>;
44b4c3804dSKumar Gala
45b4c3804dSKumar Gala	aliases {
46b4c3804dSKumar Gala		ccsr = &soc;
47b4c3804dSKumar Gala		dcsr = &dcsr;
48b4c3804dSKumar Gala
49b4c3804dSKumar Gala		serial0 = &serial0;
50b4c3804dSKumar Gala		serial1 = &serial1;
51b4c3804dSKumar Gala		serial2 = &serial2;
52b4c3804dSKumar Gala		serial3 = &serial3;
53b4c3804dSKumar Gala		pci0 = &pci0;
54b4c3804dSKumar Gala		pci1 = &pci1;
55b4c3804dSKumar Gala		pci2 = &pci2;
56b4c3804dSKumar Gala		pci3 = &pci3;
57b4c3804dSKumar Gala		usb0 = &usb0;
58b4c3804dSKumar Gala		usb1 = &usb1;
59b4c3804dSKumar Gala		dma0 = &dma0;
60b4c3804dSKumar Gala		dma1 = &dma1;
61b4c3804dSKumar Gala		sdhc = &sdhc;
62b4c3804dSKumar Gala		msi0 = &msi0;
63b4c3804dSKumar Gala		msi1 = &msi1;
64b4c3804dSKumar Gala		msi2 = &msi2;
65b4c3804dSKumar Gala
66b4c3804dSKumar Gala		crypto = &crypto;
67b4c3804dSKumar Gala		sec_jr0 = &sec_jr0;
68b4c3804dSKumar Gala		sec_jr1 = &sec_jr1;
69b4c3804dSKumar Gala		sec_jr2 = &sec_jr2;
70b4c3804dSKumar Gala		sec_jr3 = &sec_jr3;
71b4c3804dSKumar Gala		rtic_a = &rtic_a;
72b4c3804dSKumar Gala		rtic_b = &rtic_b;
73b4c3804dSKumar Gala		rtic_c = &rtic_c;
74b4c3804dSKumar Gala		rtic_d = &rtic_d;
75b4c3804dSKumar Gala		sec_mon = &sec_mon;
76da414bb9SIgal Liberman
77da414bb9SIgal Liberman		fman0 = &fman0;
78da414bb9SIgal Liberman		ethernet0 = &enet0;
79da414bb9SIgal Liberman		ethernet1 = &enet1;
80da414bb9SIgal Liberman		ethernet2 = &enet2;
81da414bb9SIgal Liberman		ethernet3 = &enet3;
82da414bb9SIgal Liberman		ethernet4 = &enet4;
83da414bb9SIgal Liberman		ethernet5 = &enet5;
84b4c3804dSKumar Gala	};
85b4c3804dSKumar Gala
86b4c3804dSKumar Gala	cpus {
87b4c3804dSKumar Gala		#address-cells = <1>;
88b4c3804dSKumar Gala		#size-cells = <0>;
89b4c3804dSKumar Gala
90b4c3804dSKumar Gala		cpu0: PowerPC,e500mc@0 {
91b4c3804dSKumar Gala			device_type = "cpu";
92b4c3804dSKumar Gala			reg = <0>;
9354877957SScott Wood			clocks = <&clockgen 1 0>;
94b4c3804dSKumar Gala			next-level-cache = <&L2_0>;
95e83eb028SScott Wood			fsl,portid-mapping = <0x80000000>;
96b4c3804dSKumar Gala			L2_0: l2-cache {
97b4c3804dSKumar Gala				next-level-cache = <&cpc>;
98b4c3804dSKumar Gala			};
99b4c3804dSKumar Gala		};
100b4c3804dSKumar Gala		cpu1: PowerPC,e500mc@1 {
101b4c3804dSKumar Gala			device_type = "cpu";
102b4c3804dSKumar Gala			reg = <1>;
10354877957SScott Wood			clocks = <&clockgen 1 1>;
104b4c3804dSKumar Gala			next-level-cache = <&L2_1>;
105e83eb028SScott Wood			fsl,portid-mapping = <0x40000000>;
106b4c3804dSKumar Gala			L2_1: l2-cache {
107b4c3804dSKumar Gala				next-level-cache = <&cpc>;
108b4c3804dSKumar Gala			};
109b4c3804dSKumar Gala		};
110b4c3804dSKumar Gala		cpu2: PowerPC,e500mc@2 {
111b4c3804dSKumar Gala			device_type = "cpu";
112b4c3804dSKumar Gala			reg = <2>;
11354877957SScott Wood			clocks = <&clockgen 1 2>;
114b4c3804dSKumar Gala			next-level-cache = <&L2_2>;
115e83eb028SScott Wood			fsl,portid-mapping = <0x20000000>;
116b4c3804dSKumar Gala			L2_2: l2-cache {
117b4c3804dSKumar Gala				next-level-cache = <&cpc>;
118b4c3804dSKumar Gala			};
119b4c3804dSKumar Gala		};
120b4c3804dSKumar Gala		cpu3: PowerPC,e500mc@3 {
121b4c3804dSKumar Gala			device_type = "cpu";
122b4c3804dSKumar Gala			reg = <3>;
12354877957SScott Wood			clocks = <&clockgen 1 3>;
124b4c3804dSKumar Gala			next-level-cache = <&L2_3>;
125e83eb028SScott Wood			fsl,portid-mapping = <0x10000000>;
126b4c3804dSKumar Gala			L2_3: l2-cache {
127b4c3804dSKumar Gala				next-level-cache = <&cpc>;
128b4c3804dSKumar Gala			};
129b4c3804dSKumar Gala		};
130b4c3804dSKumar Gala	};
131b4c3804dSKumar Gala};
132