153291959SKumar Gala/*
253291959SKumar Gala * MPC8572 Silicon/SoC Device Tree Source (pre include)
353291959SKumar Gala *
453291959SKumar Gala * Copyright 2011 Freescale Semiconductor Inc.
553291959SKumar Gala *
653291959SKumar Gala * Redistribution and use in source and binary forms, with or without
753291959SKumar Gala * modification, are permitted provided that the following conditions are met:
853291959SKumar Gala *     * Redistributions of source code must retain the above copyright
953291959SKumar Gala *       notice, this list of conditions and the following disclaimer.
1053291959SKumar Gala *     * Redistributions in binary form must reproduce the above copyright
1153291959SKumar Gala *       notice, this list of conditions and the following disclaimer in the
1253291959SKumar Gala *       documentation and/or other materials provided with the distribution.
1353291959SKumar Gala *     * Neither the name of Freescale Semiconductor nor the
1453291959SKumar Gala *       names of its contributors may be used to endorse or promote products
1553291959SKumar Gala *       derived from this software without specific prior written permission.
1653291959SKumar Gala *
1753291959SKumar Gala *
1853291959SKumar Gala * ALTERNATIVELY, this software may be distributed under the terms of the
1953291959SKumar Gala * GNU General Public License ("GPL") as published by the Free Software
2053291959SKumar Gala * Foundation, either version 2 of that License or (at your option) any
2153291959SKumar Gala * later version.
2253291959SKumar Gala *
2353291959SKumar Gala * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
2453291959SKumar Gala * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2553291959SKumar Gala * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2653291959SKumar Gala * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
2753291959SKumar Gala * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2853291959SKumar Gala * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2953291959SKumar Gala * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
3053291959SKumar Gala * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3153291959SKumar Gala * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3253291959SKumar Gala * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3353291959SKumar Gala */
3453291959SKumar Gala
3553291959SKumar Gala/dts-v1/;
362eb28006SOlivia Yin
372eb28006SOlivia Yin/include/ "e500v2_power_isa.dtsi"
382eb28006SOlivia Yin
3953291959SKumar Gala/ {
4053291959SKumar Gala	compatible = "fsl,MPC8572";
4153291959SKumar Gala	#address-cells = <2>;
4253291959SKumar Gala	#size-cells = <2>;
4353291959SKumar Gala	interrupt-parent = <&mpic>;
4453291959SKumar Gala
4553291959SKumar Gala	aliases {
4653291959SKumar Gala		serial0 = &serial0;
4753291959SKumar Gala		serial1 = &serial1;
4853291959SKumar Gala		ethernet0 = &enet0;
4953291959SKumar Gala		ethernet1 = &enet1;
5053291959SKumar Gala		ethernet2 = &enet2;
5153291959SKumar Gala		ethernet3 = &enet3;
5253291959SKumar Gala		pci0 = &pci0;
5353291959SKumar Gala		pci1 = &pci1;
5453291959SKumar Gala		pci2 = &pci2;
5553291959SKumar Gala	};
5653291959SKumar Gala
5753291959SKumar Gala	cpus {
5853291959SKumar Gala		#address-cells = <1>;
5953291959SKumar Gala		#size-cells = <0>;
6053291959SKumar Gala
6153291959SKumar Gala		PowerPC,8572@0 {
6253291959SKumar Gala			device_type = "cpu";
6353291959SKumar Gala			reg = <0x0>;
6453291959SKumar Gala			next-level-cache = <&L2>;
6553291959SKumar Gala		};
6653291959SKumar Gala
6753291959SKumar Gala		PowerPC,8572@1 {
6853291959SKumar Gala			device_type = "cpu";
6953291959SKumar Gala			reg = <0x1>;
7053291959SKumar Gala			next-level-cache = <&L2>;
7153291959SKumar Gala		};
7253291959SKumar Gala	};
7353291959SKumar Gala};
74