1b0e2f248SKumar Gala/*
2b0e2f248SKumar Gala * P1023/P1017 Silicon/SoC Device Tree Source (pre include)
3b0e2f248SKumar Gala *
4b0e2f248SKumar Gala * Copyright 2011 Freescale Semiconductor Inc.
5b0e2f248SKumar Gala *
6b0e2f248SKumar Gala * Redistribution and use in source and binary forms, with or without
7b0e2f248SKumar Gala * modification, are permitted provided that the following conditions are met:
8b0e2f248SKumar Gala *     * Redistributions of source code must retain the above copyright
9b0e2f248SKumar Gala *       notice, this list of conditions and the following disclaimer.
10b0e2f248SKumar Gala *     * Redistributions in binary form must reproduce the above copyright
11b0e2f248SKumar Gala *       notice, this list of conditions and the following disclaimer in the
12b0e2f248SKumar Gala *       documentation and/or other materials provided with the distribution.
13b0e2f248SKumar Gala *     * Neither the name of Freescale Semiconductor nor the
14b0e2f248SKumar Gala *       names of its contributors may be used to endorse or promote products
15b0e2f248SKumar Gala *       derived from this software without specific prior written permission.
16b0e2f248SKumar Gala *
17b0e2f248SKumar Gala *
18b0e2f248SKumar Gala * ALTERNATIVELY, this software may be distributed under the terms of the
19b0e2f248SKumar Gala * GNU General Public License ("GPL") as published by the Free Software
20b0e2f248SKumar Gala * Foundation, either version 2 of that License or (at your option) any
21b0e2f248SKumar Gala * later version.
22b0e2f248SKumar Gala *
23b0e2f248SKumar Gala * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
24b0e2f248SKumar Gala * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
25b0e2f248SKumar Gala * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26b0e2f248SKumar Gala * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
27b0e2f248SKumar Gala * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28b0e2f248SKumar Gala * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29b0e2f248SKumar Gala * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
30b0e2f248SKumar Gala * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31b0e2f248SKumar Gala * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
32b0e2f248SKumar Gala * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33b0e2f248SKumar Gala */
34b0e2f248SKumar Gala
35b0e2f248SKumar Gala/dts-v1/;
36b0e2f248SKumar Gala/ {
37b0e2f248SKumar Gala	compatible = "fsl,P1023";
38b0e2f248SKumar Gala	#address-cells = <2>;
39b0e2f248SKumar Gala	#size-cells = <2>;
40b0e2f248SKumar Gala	interrupt-parent = <&mpic>;
41b0e2f248SKumar Gala
42b0e2f248SKumar Gala	aliases {
43b0e2f248SKumar Gala		serial0 = &serial0;
44b0e2f248SKumar Gala		serial1 = &serial1;
45b0e2f248SKumar Gala		pci0 = &pci0;
46b0e2f248SKumar Gala		pci1 = &pci1;
47b0e2f248SKumar Gala		pci2 = &pci2;
48b0e2f248SKumar Gala
49b0e2f248SKumar Gala		crypto = &crypto;
50b0e2f248SKumar Gala		sec_jr0 = &sec_jr0;
51b0e2f248SKumar Gala		sec_jr1 = &sec_jr1;
52b0e2f248SKumar Gala		sec_jr2 = &sec_jr2;
53b0e2f248SKumar Gala		sec_jr3 = &sec_jr3;
54b0e2f248SKumar Gala		rtic_a = &rtic_a;
55b0e2f248SKumar Gala		rtic_b = &rtic_b;
56b0e2f248SKumar Gala		rtic_c = &rtic_c;
57b0e2f248SKumar Gala		rtic_d = &rtic_d;
58b0e2f248SKumar Gala	};
59b0e2f248SKumar Gala
60b0e2f248SKumar Gala	cpus {
61b0e2f248SKumar Gala		#address-cells = <1>;
62b0e2f248SKumar Gala		#size-cells = <0>;
63b0e2f248SKumar Gala
64b0e2f248SKumar Gala		PowerPC,P1023@0 {
65b0e2f248SKumar Gala			device_type = "cpu";
66b0e2f248SKumar Gala			reg = <0x0>;
67b0e2f248SKumar Gala			next-level-cache = <&L2>;
68b0e2f248SKumar Gala		};
69b0e2f248SKumar Gala
70b0e2f248SKumar Gala		PowerPC,P1023@1 {
71b0e2f248SKumar Gala			device_type = "cpu";
72b0e2f248SKumar Gala			reg = <0x1>;
73b0e2f248SKumar Gala			next-level-cache = <&L2>;
74b0e2f248SKumar Gala		};
75b0e2f248SKumar Gala	};
76b0e2f248SKumar Gala};
77