14e36afa7SKumar Gala/*
24e36afa7SKumar Gala * P1020/P1011 Silicon/SoC Device Tree Source (pre include)
34e36afa7SKumar Gala *
44e36afa7SKumar Gala * Copyright 2011 Freescale Semiconductor Inc.
54e36afa7SKumar Gala *
64e36afa7SKumar Gala * Redistribution and use in source and binary forms, with or without
74e36afa7SKumar Gala * modification, are permitted provided that the following conditions are met:
84e36afa7SKumar Gala *     * Redistributions of source code must retain the above copyright
94e36afa7SKumar Gala *       notice, this list of conditions and the following disclaimer.
104e36afa7SKumar Gala *     * Redistributions in binary form must reproduce the above copyright
114e36afa7SKumar Gala *       notice, this list of conditions and the following disclaimer in the
124e36afa7SKumar Gala *       documentation and/or other materials provided with the distribution.
134e36afa7SKumar Gala *     * Neither the name of Freescale Semiconductor nor the
144e36afa7SKumar Gala *       names of its contributors may be used to endorse or promote products
154e36afa7SKumar Gala *       derived from this software without specific prior written permission.
164e36afa7SKumar Gala *
174e36afa7SKumar Gala *
184e36afa7SKumar Gala * ALTERNATIVELY, this software may be distributed under the terms of the
194e36afa7SKumar Gala * GNU General Public License ("GPL") as published by the Free Software
204e36afa7SKumar Gala * Foundation, either version 2 of that License or (at your option) any
214e36afa7SKumar Gala * later version.
224e36afa7SKumar Gala *
234e36afa7SKumar Gala * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
244e36afa7SKumar Gala * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
254e36afa7SKumar Gala * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
264e36afa7SKumar Gala * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
274e36afa7SKumar Gala * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
284e36afa7SKumar Gala * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
294e36afa7SKumar Gala * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
304e36afa7SKumar Gala * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
314e36afa7SKumar Gala * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
324e36afa7SKumar Gala * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
334e36afa7SKumar Gala */
344e36afa7SKumar Gala
354e36afa7SKumar Gala/dts-v1/;
362eb28006SOlivia Yin
372eb28006SOlivia Yin/include/ "e500v2_power_isa.dtsi"
382eb28006SOlivia Yin
394e36afa7SKumar Gala/ {
404e36afa7SKumar Gala	compatible = "fsl,P1020";
414e36afa7SKumar Gala	#address-cells = <2>;
424e36afa7SKumar Gala	#size-cells = <2>;
434e36afa7SKumar Gala	interrupt-parent = <&mpic>;
444e36afa7SKumar Gala
454e36afa7SKumar Gala	aliases {
464e36afa7SKumar Gala		serial0 = &serial0;
474e36afa7SKumar Gala		serial1 = &serial1;
484e36afa7SKumar Gala		ethernet0 = &enet0;
494e36afa7SKumar Gala		ethernet1 = &enet1;
504e36afa7SKumar Gala		ethernet2 = &enet2;
514e36afa7SKumar Gala		pci0 = &pci0;
524e36afa7SKumar Gala		pci1 = &pci1;
534e36afa7SKumar Gala	};
544e36afa7SKumar Gala
554e36afa7SKumar Gala	cpus {
564e36afa7SKumar Gala		#address-cells = <1>;
574e36afa7SKumar Gala		#size-cells = <0>;
584e36afa7SKumar Gala
594e36afa7SKumar Gala		PowerPC,P1020@0 {
604e36afa7SKumar Gala			device_type = "cpu";
614e36afa7SKumar Gala			reg = <0x0>;
624e36afa7SKumar Gala			next-level-cache = <&L2>;
634e36afa7SKumar Gala		};
644e36afa7SKumar Gala
654e36afa7SKumar Gala		PowerPC,P1020@1 {
664e36afa7SKumar Gala			device_type = "cpu";
674e36afa7SKumar Gala			reg = <0x1>;
684e36afa7SKumar Gala			next-level-cache = <&L2>;
694e36afa7SKumar Gala		};
704e36afa7SKumar Gala	};
714e36afa7SKumar Gala};
72