103f4201bSKumar Gala/*
203f4201bSKumar Gala * P5020/P5010 Silicon/SoC Device Tree Source (pre include)
303f4201bSKumar Gala *
4da414bb9SIgal Liberman * Copyright 2011 - 2015 Freescale Semiconductor Inc.
503f4201bSKumar Gala *
603f4201bSKumar Gala * Redistribution and use in source and binary forms, with or without
703f4201bSKumar Gala * modification, are permitted provided that the following conditions are met:
803f4201bSKumar Gala *     * Redistributions of source code must retain the above copyright
903f4201bSKumar Gala *       notice, this list of conditions and the following disclaimer.
1003f4201bSKumar Gala *     * Redistributions in binary form must reproduce the above copyright
1103f4201bSKumar Gala *       notice, this list of conditions and the following disclaimer in the
1203f4201bSKumar Gala *       documentation and/or other materials provided with the distribution.
1303f4201bSKumar Gala *     * Neither the name of Freescale Semiconductor nor the
1403f4201bSKumar Gala *       names of its contributors may be used to endorse or promote products
1503f4201bSKumar Gala *       derived from this software without specific prior written permission.
1603f4201bSKumar Gala *
1703f4201bSKumar Gala *
1803f4201bSKumar Gala * ALTERNATIVELY, this software may be distributed under the terms of the
1903f4201bSKumar Gala * GNU General Public License ("GPL") as published by the Free Software
2003f4201bSKumar Gala * Foundation, either version 2 of that License or (at your option) any
2103f4201bSKumar Gala * later version.
2203f4201bSKumar Gala *
2303f4201bSKumar Gala * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
2403f4201bSKumar Gala * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2503f4201bSKumar Gala * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2603f4201bSKumar Gala * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
2703f4201bSKumar Gala * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2803f4201bSKumar Gala * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2903f4201bSKumar Gala * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
3003f4201bSKumar Gala * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3103f4201bSKumar Gala * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3203f4201bSKumar Gala * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3303f4201bSKumar Gala */
3403f4201bSKumar Gala
3503f4201bSKumar Gala/dts-v1/;
3687787219SOlivia Yin
3787787219SOlivia Yin/include/ "e5500_power_isa.dtsi"
3887787219SOlivia Yin
3903f4201bSKumar Gala/ {
4003f4201bSKumar Gala	compatible = "fsl,P5020";
4103f4201bSKumar Gala	#address-cells = <2>;
4203f4201bSKumar Gala	#size-cells = <2>;
4303f4201bSKumar Gala	interrupt-parent = <&mpic>;
4403f4201bSKumar Gala
4503f4201bSKumar Gala	aliases {
4603f4201bSKumar Gala		ccsr = &soc;
4703f4201bSKumar Gala		dcsr = &dcsr;
4803f4201bSKumar Gala
4903f4201bSKumar Gala		serial0 = &serial0;
5003f4201bSKumar Gala		serial1 = &serial1;
5103f4201bSKumar Gala		serial2 = &serial2;
5203f4201bSKumar Gala		serial3 = &serial3;
5303f4201bSKumar Gala		pci0 = &pci0;
5403f4201bSKumar Gala		pci1 = &pci1;
5503f4201bSKumar Gala		pci2 = &pci2;
5603f4201bSKumar Gala		pci3 = &pci3;
5703f4201bSKumar Gala		usb0 = &usb0;
5803f4201bSKumar Gala		usb1 = &usb1;
5903f4201bSKumar Gala		dma0 = &dma0;
6003f4201bSKumar Gala		dma1 = &dma1;
6103f4201bSKumar Gala		sdhc = &sdhc;
6203f4201bSKumar Gala		msi0 = &msi0;
6303f4201bSKumar Gala		msi1 = &msi1;
6403f4201bSKumar Gala		msi2 = &msi2;
6503f4201bSKumar Gala
6603f4201bSKumar Gala		crypto = &crypto;
6703f4201bSKumar Gala		sec_jr0 = &sec_jr0;
6803f4201bSKumar Gala		sec_jr1 = &sec_jr1;
6903f4201bSKumar Gala		sec_jr2 = &sec_jr2;
7003f4201bSKumar Gala		sec_jr3 = &sec_jr3;
7103f4201bSKumar Gala		rtic_a = &rtic_a;
7203f4201bSKumar Gala		rtic_b = &rtic_b;
7303f4201bSKumar Gala		rtic_c = &rtic_c;
7403f4201bSKumar Gala		rtic_d = &rtic_d;
7503f4201bSKumar Gala		sec_mon = &sec_mon;
761723d909SXuelin Shi
771723d909SXuelin Shi		raideng = &raideng;
781723d909SXuelin Shi		raideng_jr0 = &raideng_jr0;
791723d909SXuelin Shi		raideng_jr1 = &raideng_jr1;
801723d909SXuelin Shi		raideng_jr2 = &raideng_jr2;
811723d909SXuelin Shi		raideng_jr3 = &raideng_jr3;
82da414bb9SIgal Liberman
83da414bb9SIgal Liberman		fman0 = &fman0;
84da414bb9SIgal Liberman		ethernet0 = &enet0;
85da414bb9SIgal Liberman		ethernet1 = &enet1;
86da414bb9SIgal Liberman		ethernet2 = &enet2;
87da414bb9SIgal Liberman		ethernet3 = &enet3;
88da414bb9SIgal Liberman		ethernet4 = &enet4;
89da414bb9SIgal Liberman		ethernet5 = &enet5;
9003f4201bSKumar Gala	};
9103f4201bSKumar Gala
9203f4201bSKumar Gala	cpus {
9303f4201bSKumar Gala		#address-cells = <1>;
9403f4201bSKumar Gala		#size-cells = <0>;
9503f4201bSKumar Gala
9603f4201bSKumar Gala		cpu0: PowerPC,e5500@0 {
9703f4201bSKumar Gala			device_type = "cpu";
9803f4201bSKumar Gala			reg = <0>;
9954877957SScott Wood			clocks = <&clockgen 1 0>;
10003f4201bSKumar Gala			next-level-cache = <&L2_0>;
101e83eb028SScott Wood			fsl,portid-mapping = <0x80000000>;
10203f4201bSKumar Gala			L2_0: l2-cache {
10303f4201bSKumar Gala				next-level-cache = <&cpc>;
10403f4201bSKumar Gala			};
10503f4201bSKumar Gala		};
10603f4201bSKumar Gala		cpu1: PowerPC,e5500@1 {
10703f4201bSKumar Gala			device_type = "cpu";
10803f4201bSKumar Gala			reg = <1>;
10954877957SScott Wood			clocks = <&clockgen 1 1>;
11003f4201bSKumar Gala			next-level-cache = <&L2_1>;
111e83eb028SScott Wood			fsl,portid-mapping = <0x40000000>;
11203f4201bSKumar Gala			L2_1: l2-cache {
11303f4201bSKumar Gala				next-level-cache = <&cpc>;
11403f4201bSKumar Gala			};
11503f4201bSKumar Gala		};
11603f4201bSKumar Gala	};
11703f4201bSKumar Gala};
118