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