196488746SKumar Gala/*
296488746SKumar Gala * P1010/P1014 Silicon/SoC Device Tree Source (pre include)
396488746SKumar Gala *
496488746SKumar Gala * Copyright 2011 Freescale Semiconductor Inc.
596488746SKumar Gala *
696488746SKumar Gala * Redistribution and use in source and binary forms, with or without
796488746SKumar Gala * modification, are permitted provided that the following conditions are met:
896488746SKumar Gala *     * Redistributions of source code must retain the above copyright
996488746SKumar Gala *       notice, this list of conditions and the following disclaimer.
1096488746SKumar Gala *     * Redistributions in binary form must reproduce the above copyright
1196488746SKumar Gala *       notice, this list of conditions and the following disclaimer in the
1296488746SKumar Gala *       documentation and/or other materials provided with the distribution.
1396488746SKumar Gala *     * Neither the name of Freescale Semiconductor nor the
1496488746SKumar Gala *       names of its contributors may be used to endorse or promote products
1596488746SKumar Gala *       derived from this software without specific prior written permission.
1696488746SKumar Gala *
1796488746SKumar Gala *
1896488746SKumar Gala * ALTERNATIVELY, this software may be distributed under the terms of the
1996488746SKumar Gala * GNU General Public License ("GPL") as published by the Free Software
2096488746SKumar Gala * Foundation, either version 2 of that License or (at your option) any
2196488746SKumar Gala * later version.
2296488746SKumar Gala *
2396488746SKumar Gala * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
2496488746SKumar Gala * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2596488746SKumar Gala * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2696488746SKumar Gala * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
2796488746SKumar Gala * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2896488746SKumar Gala * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2996488746SKumar Gala * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
3096488746SKumar Gala * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3196488746SKumar Gala * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3296488746SKumar Gala * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3396488746SKumar Gala */
3496488746SKumar Gala
3596488746SKumar Gala/dts-v1/;
362eb28006SOlivia Yin
372eb28006SOlivia Yin/include/ "e500v2_power_isa.dtsi"
382eb28006SOlivia Yin
3996488746SKumar Gala/ {
4096488746SKumar Gala	compatible = "fsl,P1010";
4196488746SKumar Gala	#address-cells = <2>;
4296488746SKumar Gala	#size-cells = <2>;
4396488746SKumar Gala	interrupt-parent = <&mpic>;
4496488746SKumar Gala
4596488746SKumar Gala	aliases {
4696488746SKumar Gala		serial0 = &serial0;
4796488746SKumar Gala		serial1 = &serial1;
4896488746SKumar Gala		ethernet0 = &enet0;
4996488746SKumar Gala		ethernet1 = &enet1;
5096488746SKumar Gala		ethernet2 = &enet2;
5196488746SKumar Gala		pci0 = &pci0;
5296488746SKumar Gala		pci1 = &pci1;
5396488746SKumar Gala		can0 = &can0;
5496488746SKumar Gala		can1 = &can1;
5596488746SKumar Gala	};
5696488746SKumar Gala
5796488746SKumar Gala	cpus {
5896488746SKumar Gala		#address-cells = <1>;
5996488746SKumar Gala		#size-cells = <0>;
6096488746SKumar Gala
6196488746SKumar Gala		PowerPC,P1010@0 {
6296488746SKumar Gala			device_type = "cpu";
6396488746SKumar Gala			reg = <0x0>;
6496488746SKumar Gala			next-level-cache = <&L2>;
6596488746SKumar Gala		};
6696488746SKumar Gala	};
6796488746SKumar Gala};
68