12e8685a4SKumar Gala/*
22e8685a4SKumar Gala * MPC8536 Silicon/SoC Device Tree Source (pre include)
32e8685a4SKumar Gala *
42e8685a4SKumar Gala * Copyright 2011 Freescale Semiconductor Inc.
52e8685a4SKumar Gala *
62e8685a4SKumar Gala * Redistribution and use in source and binary forms, with or without
72e8685a4SKumar Gala * modification, are permitted provided that the following conditions are met:
82e8685a4SKumar Gala *     * Redistributions of source code must retain the above copyright
92e8685a4SKumar Gala *       notice, this list of conditions and the following disclaimer.
102e8685a4SKumar Gala *     * Redistributions in binary form must reproduce the above copyright
112e8685a4SKumar Gala *       notice, this list of conditions and the following disclaimer in the
122e8685a4SKumar Gala *       documentation and/or other materials provided with the distribution.
132e8685a4SKumar Gala *     * Neither the name of Freescale Semiconductor nor the
142e8685a4SKumar Gala *       names of its contributors may be used to endorse or promote products
152e8685a4SKumar Gala *       derived from this software without specific prior written permission.
162e8685a4SKumar Gala *
172e8685a4SKumar Gala *
182e8685a4SKumar Gala * ALTERNATIVELY, this software may be distributed under the terms of the
192e8685a4SKumar Gala * GNU General Public License ("GPL") as published by the Free Software
202e8685a4SKumar Gala * Foundation, either version 2 of that License or (at your option) any
212e8685a4SKumar Gala * later version.
222e8685a4SKumar Gala *
232e8685a4SKumar Gala * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
242e8685a4SKumar Gala * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
252e8685a4SKumar Gala * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
262e8685a4SKumar Gala * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
272e8685a4SKumar Gala * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
282e8685a4SKumar Gala * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
292e8685a4SKumar Gala * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
302e8685a4SKumar Gala * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
312e8685a4SKumar Gala * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
322e8685a4SKumar Gala * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
332e8685a4SKumar Gala */
342e8685a4SKumar Gala
352e8685a4SKumar Gala/dts-v1/;
362eb28006SOlivia Yin
372eb28006SOlivia Yin/include/ "e500v2_power_isa.dtsi"
382eb28006SOlivia Yin
392e8685a4SKumar Gala/ {
402e8685a4SKumar Gala	compatible = "fsl,MPC8536";
412e8685a4SKumar Gala	#address-cells = <2>;
422e8685a4SKumar Gala	#size-cells = <2>;
432e8685a4SKumar Gala	interrupt-parent = <&mpic>;
442e8685a4SKumar Gala
452e8685a4SKumar Gala	aliases {
462e8685a4SKumar Gala		serial0 = &serial0;
472e8685a4SKumar Gala		serial1 = &serial1;
482e8685a4SKumar Gala		ethernet0 = &enet0;
492e8685a4SKumar Gala		ethernet1 = &enet2;
502e8685a4SKumar Gala		pci0 = &pci0;
512e8685a4SKumar Gala		pci1 = &pci1;
522e8685a4SKumar Gala		pci2 = &pci2;
532e8685a4SKumar Gala		pci3 = &pci3;
542e8685a4SKumar Gala	};
552e8685a4SKumar Gala
562e8685a4SKumar Gala	cpus {
572e8685a4SKumar Gala		#address-cells = <1>;
582e8685a4SKumar Gala		#size-cells = <0>;
592e8685a4SKumar Gala
602e8685a4SKumar Gala		PowerPC,8536@0 {
612e8685a4SKumar Gala			device_type = "cpu";
622e8685a4SKumar Gala			reg = <0x0>;
632e8685a4SKumar Gala			next-level-cache = <&L2>;
642e8685a4SKumar Gala		};
652e8685a4SKumar Gala	};
662e8685a4SKumar Gala};
67