17f9ce714SKumar Gala/*
27f9ce714SKumar Gala * P2020/P2010 Silicon/SoC Device Tree Source (pre include)
37f9ce714SKumar Gala *
47f9ce714SKumar Gala * Copyright 2011 Freescale Semiconductor Inc.
57f9ce714SKumar Gala *
67f9ce714SKumar Gala * Redistribution and use in source and binary forms, with or without
77f9ce714SKumar Gala * modification, are permitted provided that the following conditions are met:
87f9ce714SKumar Gala *     * Redistributions of source code must retain the above copyright
97f9ce714SKumar Gala *       notice, this list of conditions and the following disclaimer.
107f9ce714SKumar Gala *     * Redistributions in binary form must reproduce the above copyright
117f9ce714SKumar Gala *       notice, this list of conditions and the following disclaimer in the
127f9ce714SKumar Gala *       documentation and/or other materials provided with the distribution.
137f9ce714SKumar Gala *     * Neither the name of Freescale Semiconductor nor the
147f9ce714SKumar Gala *       names of its contributors may be used to endorse or promote products
157f9ce714SKumar Gala *       derived from this software without specific prior written permission.
167f9ce714SKumar Gala *
177f9ce714SKumar Gala *
187f9ce714SKumar Gala * ALTERNATIVELY, this software may be distributed under the terms of the
197f9ce714SKumar Gala * GNU General Public License ("GPL") as published by the Free Software
207f9ce714SKumar Gala * Foundation, either version 2 of that License or (at your option) any
217f9ce714SKumar Gala * later version.
227f9ce714SKumar Gala *
237f9ce714SKumar Gala * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
247f9ce714SKumar Gala * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
257f9ce714SKumar Gala * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
267f9ce714SKumar Gala * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
277f9ce714SKumar Gala * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
287f9ce714SKumar Gala * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
297f9ce714SKumar Gala * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
307f9ce714SKumar Gala * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
317f9ce714SKumar Gala * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
327f9ce714SKumar Gala * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
337f9ce714SKumar Gala */
347f9ce714SKumar Gala
357f9ce714SKumar Gala/dts-v1/;
362eb28006SOlivia Yin
372eb28006SOlivia Yin/include/ "e500v2_power_isa.dtsi"
382eb28006SOlivia Yin
397f9ce714SKumar Gala/ {
407f9ce714SKumar Gala	compatible = "fsl,P2020";
417f9ce714SKumar Gala	#address-cells = <2>;
427f9ce714SKumar Gala	#size-cells = <2>;
437f9ce714SKumar Gala	interrupt-parent = <&mpic>;
447f9ce714SKumar Gala
457f9ce714SKumar Gala	aliases {
467f9ce714SKumar Gala		serial0 = &serial0;
477f9ce714SKumar Gala		serial1 = &serial1;
487f9ce714SKumar Gala		ethernet0 = &enet0;
497f9ce714SKumar Gala		ethernet1 = &enet1;
507f9ce714SKumar Gala		ethernet2 = &enet2;
517f9ce714SKumar Gala		pci0 = &pci0;
527f9ce714SKumar Gala		pci1 = &pci1;
537f9ce714SKumar Gala		pci2 = &pci2;
547f9ce714SKumar Gala	};
557f9ce714SKumar Gala
567f9ce714SKumar Gala	cpus {
577f9ce714SKumar Gala		#address-cells = <1>;
587f9ce714SKumar Gala		#size-cells = <0>;
597f9ce714SKumar Gala
607f9ce714SKumar Gala		PowerPC,P2020@0 {
617f9ce714SKumar Gala			device_type = "cpu";
627f9ce714SKumar Gala			reg = <0x0>;
637f9ce714SKumar Gala			next-level-cache = <&L2>;
647f9ce714SKumar Gala		};
657f9ce714SKumar Gala
667f9ce714SKumar Gala		PowerPC,P2020@1 {
677f9ce714SKumar Gala			device_type = "cpu";
687f9ce714SKumar Gala			reg = <0x1>;
697f9ce714SKumar Gala			next-level-cache = <&L2>;
707f9ce714SKumar Gala		};
717f9ce714SKumar Gala	};
727f9ce714SKumar Gala};
73