11be62c6cSharninder rai/* 21be62c6cSharninder rai * BSC9132 Silicon/SoC Device Tree Source (pre include) 31be62c6cSharninder rai * 41be62c6cSharninder rai * Copyright 2014 Freescale Semiconductor Inc. 51be62c6cSharninder rai * 61be62c6cSharninder rai * Redistribution and use in source and binary forms, with or without 71be62c6cSharninder rai * modification, are permitted provided that the following conditions are met: 81be62c6cSharninder rai * * Redistributions of source code must retain the above copyright 91be62c6cSharninder rai * notice, this list of conditions and the following disclaimer. 101be62c6cSharninder rai * * Redistributions in binary form must reproduce the above copyright 111be62c6cSharninder rai * notice, this list of conditions and the following disclaimer in the 121be62c6cSharninder rai * documentation and/or other materials provided with the distribution. 131be62c6cSharninder rai * * Neither the name of Freescale Semiconductor nor the 141be62c6cSharninder rai * names of its contributors may be used to endorse or promote products 151be62c6cSharninder rai * derived from this software without specific prior written permission. 161be62c6cSharninder rai * 171be62c6cSharninder rai * 181be62c6cSharninder rai * ALTERNATIVELY, this software may be distributed under the terms of the 191be62c6cSharninder rai * GNU General Public License ("GPL") as published by the Free Software 201be62c6cSharninder rai * Foundation, either version 2 of that License or (at your option) any 211be62c6cSharninder rai * later version. 221be62c6cSharninder rai * 231be62c6cSharninder rai * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY 241be62c6cSharninder rai * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 251be62c6cSharninder rai * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 261be62c6cSharninder rai * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 271be62c6cSharninder rai * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 281be62c6cSharninder rai * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 291be62c6cSharninder rai * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 301be62c6cSharninder rai * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 311be62c6cSharninder rai * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 321be62c6cSharninder rai * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 331be62c6cSharninder rai */ 341be62c6cSharninder rai 351be62c6cSharninder rai/dts-v1/; 361be62c6cSharninder rai 371be62c6cSharninder rai/include/ "e500v2_power_isa.dtsi" 381be62c6cSharninder rai 391be62c6cSharninder rai/ { 401be62c6cSharninder rai #address-cells = <2>; 411be62c6cSharninder rai #size-cells = <2>; 421be62c6cSharninder rai interrupt-parent = <&mpic>; 431be62c6cSharninder rai 441be62c6cSharninder rai aliases { 451be62c6cSharninder rai serial0 = &serial0; 461be62c6cSharninder rai ethernet0 = &enet0; 471be62c6cSharninder rai ethernet1 = &enet1; 48*230dd605SHarninder Rai pci0 = &pci0; 491be62c6cSharninder rai }; 501be62c6cSharninder rai 511be62c6cSharninder rai cpus { 521be62c6cSharninder rai #address-cells = <1>; 531be62c6cSharninder rai #size-cells = <0>; 541be62c6cSharninder rai 551be62c6cSharninder rai cpu0: PowerPC,e500v2@0 { 561be62c6cSharninder rai device_type = "cpu"; 571be62c6cSharninder rai reg = <0x0>; 581be62c6cSharninder rai next-level-cache = <&L2>; 591be62c6cSharninder rai }; 601be62c6cSharninder rai 611be62c6cSharninder rai cpu1: PowerPC,e500v2@1 { 621be62c6cSharninder rai device_type = "cpu"; 631be62c6cSharninder rai reg = <0x1>; 641be62c6cSharninder rai next-level-cache = <&L2>; 651be62c6cSharninder rai }; 661be62c6cSharninder rai }; 671be62c6cSharninder rai}; 68