162306a36Sopenharmony_ci/*
262306a36Sopenharmony_ci * B4420 Silicon/SoC Device Tree Source (pre include)
362306a36Sopenharmony_ci *
462306a36Sopenharmony_ci * Copyright 2012 - 2015 Freescale Semiconductor, Inc.
562306a36Sopenharmony_ci *
662306a36Sopenharmony_ci * Redistribution and use in source and binary forms, with or without
762306a36Sopenharmony_ci * modification, are permitted provided that the following conditions are met:
862306a36Sopenharmony_ci *     * Redistributions of source code must retain the above copyright
962306a36Sopenharmony_ci *       notice, this list of conditions and the following disclaimer.
1062306a36Sopenharmony_ci *     * Redistributions in binary form must reproduce the above copyright
1162306a36Sopenharmony_ci *       notice, this list of conditions and the following disclaimer in the
1262306a36Sopenharmony_ci *       documentation and/or other materials provided with the distribution.
1362306a36Sopenharmony_ci *     * Neither the name of Freescale Semiconductor nor the
1462306a36Sopenharmony_ci *       names of its contributors may be used to endorse or promote products
1562306a36Sopenharmony_ci *       derived from this software without specific prior written permission.
1662306a36Sopenharmony_ci *
1762306a36Sopenharmony_ci *
1862306a36Sopenharmony_ci * ALTERNATIVELY, this software may be distributed under the terms of the
1962306a36Sopenharmony_ci * GNU General Public License ("GPL") as published by the Free Software
2062306a36Sopenharmony_ci * Foundation, either version 2 of that License or (at your option) any
2162306a36Sopenharmony_ci * later version.
2262306a36Sopenharmony_ci *
2362306a36Sopenharmony_ci * This software is provided by Freescale Semiconductor "as is" and any
2462306a36Sopenharmony_ci * express or implied warranties, including, but not limited to, the implied
2562306a36Sopenharmony_ci * warranties of merchantability and fitness for a particular purpose are
2662306a36Sopenharmony_ci * disclaimed. In no event shall Freescale Semiconductor be liable for any
2762306a36Sopenharmony_ci * direct, indirect, incidental, special, exemplary, or consequential damages
2862306a36Sopenharmony_ci * (including, but not limited to, procurement of substitute goods or services;
2962306a36Sopenharmony_ci * loss of use, data, or profits; or business interruption) however caused and
3062306a36Sopenharmony_ci * on any theory of liability, whether in contract, strict liability, or tort
3162306a36Sopenharmony_ci * (including negligence or otherwise) arising in any way out of the use of
3262306a36Sopenharmony_ci * this software, even if advised of the possibility of such damage.
3362306a36Sopenharmony_ci */
3462306a36Sopenharmony_ci
3562306a36Sopenharmony_ci/dts-v1/;
3662306a36Sopenharmony_ci
3762306a36Sopenharmony_ci/include/ "e6500_power_isa.dtsi"
3862306a36Sopenharmony_ci
3962306a36Sopenharmony_ci/ {
4062306a36Sopenharmony_ci	compatible = "fsl,B4420";
4162306a36Sopenharmony_ci	#address-cells = <2>;
4262306a36Sopenharmony_ci	#size-cells = <2>;
4362306a36Sopenharmony_ci	interrupt-parent = <&mpic>;
4462306a36Sopenharmony_ci
4562306a36Sopenharmony_ci	aliases {
4662306a36Sopenharmony_ci		ccsr = &soc;
4762306a36Sopenharmony_ci		dcsr = &dcsr;
4862306a36Sopenharmony_ci
4962306a36Sopenharmony_ci		serial0 = &serial0;
5062306a36Sopenharmony_ci		serial1 = &serial1;
5162306a36Sopenharmony_ci		serial2 = &serial2;
5262306a36Sopenharmony_ci		serial3 = &serial3;
5362306a36Sopenharmony_ci		pci0 = &pci0;
5462306a36Sopenharmony_ci		usb0 = &usb0;
5562306a36Sopenharmony_ci		dma0 = &dma0;
5662306a36Sopenharmony_ci		dma1 = &dma1;
5762306a36Sopenharmony_ci		sdhc = &sdhc;
5862306a36Sopenharmony_ci
5962306a36Sopenharmony_ci		fman0 = &fman0;
6062306a36Sopenharmony_ci		ethernet0 = &enet0;
6162306a36Sopenharmony_ci		ethernet1 = &enet1;
6262306a36Sopenharmony_ci		ethernet2 = &enet2;
6362306a36Sopenharmony_ci		ethernet3 = &enet3;
6462306a36Sopenharmony_ci	};
6562306a36Sopenharmony_ci
6662306a36Sopenharmony_ci	cpus {
6762306a36Sopenharmony_ci		#address-cells = <1>;
6862306a36Sopenharmony_ci		#size-cells = <0>;
6962306a36Sopenharmony_ci
7062306a36Sopenharmony_ci		cpu0: PowerPC,e6500@0 {
7162306a36Sopenharmony_ci			device_type = "cpu";
7262306a36Sopenharmony_ci			reg = <0 1>;
7362306a36Sopenharmony_ci			clocks = <&clockgen 1 0>;
7462306a36Sopenharmony_ci			next-level-cache = <&L2_1>;
7562306a36Sopenharmony_ci			fsl,portid-mapping = <0x80000000>;
7662306a36Sopenharmony_ci		};
7762306a36Sopenharmony_ci		cpu1: PowerPC,e6500@2 {
7862306a36Sopenharmony_ci			device_type = "cpu";
7962306a36Sopenharmony_ci			reg = <2 3>;
8062306a36Sopenharmony_ci			clocks = <&clockgen 1 0>;
8162306a36Sopenharmony_ci			next-level-cache = <&L2_1>;
8262306a36Sopenharmony_ci			fsl,portid-mapping = <0x80000000>;
8362306a36Sopenharmony_ci		};
8462306a36Sopenharmony_ci	};
8562306a36Sopenharmony_ci};
86