1b4c3804dSKumar Gala/*
2b4c3804dSKumar Gala * P3041 Silicon/SoC Device Tree Source (pre include)
3b4c3804dSKumar Gala *
4b4c3804dSKumar Gala * Copyright 2011 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/;
36b4c3804dSKumar Gala/ {
37b4c3804dSKumar Gala	compatible = "fsl,P3041";
38b4c3804dSKumar Gala	#address-cells = <2>;
39b4c3804dSKumar Gala	#size-cells = <2>;
40b4c3804dSKumar Gala	interrupt-parent = <&mpic>;
41b4c3804dSKumar Gala
42b4c3804dSKumar Gala	aliases {
43b4c3804dSKumar Gala		ccsr = &soc;
44b4c3804dSKumar Gala		dcsr = &dcsr;
45b4c3804dSKumar Gala
46b4c3804dSKumar Gala		serial0 = &serial0;
47b4c3804dSKumar Gala		serial1 = &serial1;
48b4c3804dSKumar Gala		serial2 = &serial2;
49b4c3804dSKumar Gala		serial3 = &serial3;
50b4c3804dSKumar Gala		pci0 = &pci0;
51b4c3804dSKumar Gala		pci1 = &pci1;
52b4c3804dSKumar Gala		pci2 = &pci2;
53b4c3804dSKumar Gala		pci3 = &pci3;
54b4c3804dSKumar Gala		usb0 = &usb0;
55b4c3804dSKumar Gala		usb1 = &usb1;
56b4c3804dSKumar Gala		dma0 = &dma0;
57b4c3804dSKumar Gala		dma1 = &dma1;
58b4c3804dSKumar Gala		sdhc = &sdhc;
59b4c3804dSKumar Gala		msi0 = &msi0;
60b4c3804dSKumar Gala		msi1 = &msi1;
61b4c3804dSKumar Gala		msi2 = &msi2;
62b4c3804dSKumar Gala
63b4c3804dSKumar Gala		crypto = &crypto;
64b4c3804dSKumar Gala		sec_jr0 = &sec_jr0;
65b4c3804dSKumar Gala		sec_jr1 = &sec_jr1;
66b4c3804dSKumar Gala		sec_jr2 = &sec_jr2;
67b4c3804dSKumar Gala		sec_jr3 = &sec_jr3;
68b4c3804dSKumar Gala		rtic_a = &rtic_a;
69b4c3804dSKumar Gala		rtic_b = &rtic_b;
70b4c3804dSKumar Gala		rtic_c = &rtic_c;
71b4c3804dSKumar Gala		rtic_d = &rtic_d;
72b4c3804dSKumar Gala		sec_mon = &sec_mon;
73b4c3804dSKumar Gala	};
74b4c3804dSKumar Gala
75b4c3804dSKumar Gala	cpus {
76b4c3804dSKumar Gala		#address-cells = <1>;
77b4c3804dSKumar Gala		#size-cells = <0>;
78b4c3804dSKumar Gala
79b4c3804dSKumar Gala		cpu0: PowerPC,e500mc@0 {
80b4c3804dSKumar Gala			device_type = "cpu";
81b4c3804dSKumar Gala			reg = <0>;
82b4c3804dSKumar Gala			next-level-cache = <&L2_0>;
83b4c3804dSKumar Gala			L2_0: l2-cache {
84b4c3804dSKumar Gala				next-level-cache = <&cpc>;
85b4c3804dSKumar Gala			};
86b4c3804dSKumar Gala		};
87b4c3804dSKumar Gala		cpu1: PowerPC,e500mc@1 {
88b4c3804dSKumar Gala			device_type = "cpu";
89b4c3804dSKumar Gala			reg = <1>;
90b4c3804dSKumar Gala			next-level-cache = <&L2_1>;
91b4c3804dSKumar Gala			L2_1: l2-cache {
92b4c3804dSKumar Gala				next-level-cache = <&cpc>;
93b4c3804dSKumar Gala			};
94b4c3804dSKumar Gala		};
95b4c3804dSKumar Gala		cpu2: PowerPC,e500mc@2 {
96b4c3804dSKumar Gala			device_type = "cpu";
97b4c3804dSKumar Gala			reg = <2>;
98b4c3804dSKumar Gala			next-level-cache = <&L2_2>;
99b4c3804dSKumar Gala			L2_2: l2-cache {
100b4c3804dSKumar Gala				next-level-cache = <&cpc>;
101b4c3804dSKumar Gala			};
102b4c3804dSKumar Gala		};
103b4c3804dSKumar Gala		cpu3: PowerPC,e500mc@3 {
104b4c3804dSKumar Gala			device_type = "cpu";
105b4c3804dSKumar Gala			reg = <3>;
106b4c3804dSKumar Gala			next-level-cache = <&L2_3>;
107b4c3804dSKumar Gala			L2_3: l2-cache {
108b4c3804dSKumar Gala				next-level-cache = <&cpc>;
109b4c3804dSKumar Gala			};
110b4c3804dSKumar Gala		};
111b4c3804dSKumar Gala	};
112b4c3804dSKumar Gala};
113