153e23dcbSKumar Gala/*
253e23dcbSKumar Gala * MPC8548 Silicon/SoC Device Tree Source (pre include)
353e23dcbSKumar Gala *
453e23dcbSKumar Gala * Copyright 2011 Freescale Semiconductor Inc.
553e23dcbSKumar Gala *
653e23dcbSKumar Gala * Redistribution and use in source and binary forms, with or without
753e23dcbSKumar Gala * modification, are permitted provided that the following conditions are met:
853e23dcbSKumar Gala *     * Redistributions of source code must retain the above copyright
953e23dcbSKumar Gala *       notice, this list of conditions and the following disclaimer.
1053e23dcbSKumar Gala *     * Redistributions in binary form must reproduce the above copyright
1153e23dcbSKumar Gala *       notice, this list of conditions and the following disclaimer in the
1253e23dcbSKumar Gala *       documentation and/or other materials provided with the distribution.
1353e23dcbSKumar Gala *     * Neither the name of Freescale Semiconductor nor the
1453e23dcbSKumar Gala *       names of its contributors may be used to endorse or promote products
1553e23dcbSKumar Gala *       derived from this software without specific prior written permission.
1653e23dcbSKumar Gala *
1753e23dcbSKumar Gala *
1853e23dcbSKumar Gala * ALTERNATIVELY, this software may be distributed under the terms of the
1953e23dcbSKumar Gala * GNU General Public License ("GPL") as published by the Free Software
2053e23dcbSKumar Gala * Foundation, either version 2 of that License or (at your option) any
2153e23dcbSKumar Gala * later version.
2253e23dcbSKumar Gala *
2353e23dcbSKumar Gala * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
2453e23dcbSKumar Gala * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2553e23dcbSKumar Gala * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2653e23dcbSKumar Gala * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
2753e23dcbSKumar Gala * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2853e23dcbSKumar Gala * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2953e23dcbSKumar Gala * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
3053e23dcbSKumar Gala * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3153e23dcbSKumar Gala * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3253e23dcbSKumar Gala * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3353e23dcbSKumar Gala */
3453e23dcbSKumar Gala
3553e23dcbSKumar Gala/dts-v1/;
362eb28006SOlivia Yin
372eb28006SOlivia Yin/include/ "e500v2_power_isa.dtsi"
382eb28006SOlivia Yin
3953e23dcbSKumar Gala/ {
4053e23dcbSKumar Gala	compatible = "fsl,MPC8548";
4153e23dcbSKumar Gala	#address-cells = <2>;
4253e23dcbSKumar Gala	#size-cells = <2>;
4353e23dcbSKumar Gala	interrupt-parent = <&mpic>;
4453e23dcbSKumar Gala
4553e23dcbSKumar Gala	aliases {
4653e23dcbSKumar Gala		serial0 = &serial0;
4753e23dcbSKumar Gala		serial1 = &serial1;
4853e23dcbSKumar Gala		ethernet0 = &enet0;
4996939e79SZhao Chenhui		ethernet1 = &enet1;
5096939e79SZhao Chenhui		ethernet2 = &enet2;
5196939e79SZhao Chenhui		ethernet3 = &enet3;
5253e23dcbSKumar Gala		pci0 = &pci0;
5353e23dcbSKumar Gala		pci1 = &pci1;
5453e23dcbSKumar Gala		pci2 = &pci2;
5553e23dcbSKumar Gala	};
5653e23dcbSKumar Gala
5753e23dcbSKumar Gala	cpus {
5853e23dcbSKumar Gala		#address-cells = <1>;
5953e23dcbSKumar Gala		#size-cells = <0>;
6053e23dcbSKumar Gala
6153e23dcbSKumar Gala		PowerPC,8548@0 {
6253e23dcbSKumar Gala			device_type = "cpu";
6353e23dcbSKumar Gala			reg = <0x0>;
6453e23dcbSKumar Gala			next-level-cache = <&L2>;
6553e23dcbSKumar Gala		};
6653e23dcbSKumar Gala	};
6753e23dcbSKumar Gala};
68