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