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