12c2f036aSMingkai Hu/*
22c2f036aSMingkai Hu * C293 Silicon/SoC Device Tree Source (pre include)
32c2f036aSMingkai Hu *
42c2f036aSMingkai Hu * Copyright 2012 Freescale Semiconductor Inc.
52c2f036aSMingkai Hu *
62c2f036aSMingkai Hu * Redistribution and use in source and binary forms, with or without
72c2f036aSMingkai Hu * modification, are permitted provided that the following conditions are met:
82c2f036aSMingkai Hu *     * Redistributions of source code must retain the above copyright
92c2f036aSMingkai Hu *       notice, this list of conditions and the following disclaimer.
102c2f036aSMingkai Hu *     * Redistributions in binary form must reproduce the above copyright
112c2f036aSMingkai Hu *       notice, this list of conditions and the following disclaimer in the
122c2f036aSMingkai Hu *       documentation and/or other materials provided with the distribution.
132c2f036aSMingkai Hu *     * Neither the name of Freescale Semiconductor nor the
142c2f036aSMingkai Hu *       names of its contributors may be used to endorse or promote products
152c2f036aSMingkai Hu *       derived from this software without specific prior written permission.
162c2f036aSMingkai Hu *
172c2f036aSMingkai Hu *
182c2f036aSMingkai Hu * ALTERNATIVELY, this software may be distributed under the terms of the
192c2f036aSMingkai Hu * GNU General Public License ("GPL") as published by the Free Software
202c2f036aSMingkai Hu * Foundation, either version 2 of that License or (at your option) any
212c2f036aSMingkai Hu * later version.
222c2f036aSMingkai Hu *
232c2f036aSMingkai Hu * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
242c2f036aSMingkai Hu * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
252c2f036aSMingkai Hu * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
262c2f036aSMingkai Hu * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
272c2f036aSMingkai Hu * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
282c2f036aSMingkai Hu * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
292c2f036aSMingkai Hu * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
302c2f036aSMingkai Hu * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
312c2f036aSMingkai Hu * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
322c2f036aSMingkai Hu * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
332c2f036aSMingkai Hu */
342c2f036aSMingkai Hu
352c2f036aSMingkai Hu/dts-v1/;
362c2f036aSMingkai Hu
372c2f036aSMingkai Hu/include/ "e500v2_power_isa.dtsi"
382c2f036aSMingkai Hu
392c2f036aSMingkai Hu/ {
402c2f036aSMingkai Hu	compatible = "fsl,C293";
412c2f036aSMingkai Hu	#address-cells = <2>;
422c2f036aSMingkai Hu	#size-cells = <2>;
432c2f036aSMingkai Hu	interrupt-parent = <&mpic>;
442c2f036aSMingkai Hu
452c2f036aSMingkai Hu	aliases {
462c2f036aSMingkai Hu		serial0 = &serial0;
472c2f036aSMingkai Hu		serial1 = &serial1;
482c2f036aSMingkai Hu		ethernet0 = &enet0;
492c2f036aSMingkai Hu		ethernet1 = &enet1;
502c2f036aSMingkai Hu		pci0 = &pci0;
512c2f036aSMingkai Hu	};
522c2f036aSMingkai Hu
532c2f036aSMingkai Hu	cpus {
542c2f036aSMingkai Hu		#address-cells = <1>;
552c2f036aSMingkai Hu		#size-cells = <0>;
562c2f036aSMingkai Hu
572c2f036aSMingkai Hu		PowerPC,e500v2@0 {
582c2f036aSMingkai Hu			device_type = "cpu";
592c2f036aSMingkai Hu			reg = <0x0>;
602c2f036aSMingkai Hu			next-level-cache = <&L2>;
612c2f036aSMingkai Hu		};
622c2f036aSMingkai Hu	};
632c2f036aSMingkai Hu};
64