1*b0e2f248SKumar Gala/* 2*b0e2f248SKumar Gala * P1023/P1017 Silicon/SoC Device Tree Source (pre include) 3*b0e2f248SKumar Gala * 4*b0e2f248SKumar Gala * Copyright 2011 Freescale Semiconductor Inc. 5*b0e2f248SKumar Gala * 6*b0e2f248SKumar Gala * Redistribution and use in source and binary forms, with or without 7*b0e2f248SKumar Gala * modification, are permitted provided that the following conditions are met: 8*b0e2f248SKumar Gala * * Redistributions of source code must retain the above copyright 9*b0e2f248SKumar Gala * notice, this list of conditions and the following disclaimer. 10*b0e2f248SKumar Gala * * Redistributions in binary form must reproduce the above copyright 11*b0e2f248SKumar Gala * notice, this list of conditions and the following disclaimer in the 12*b0e2f248SKumar Gala * documentation and/or other materials provided with the distribution. 13*b0e2f248SKumar Gala * * Neither the name of Freescale Semiconductor nor the 14*b0e2f248SKumar Gala * names of its contributors may be used to endorse or promote products 15*b0e2f248SKumar Gala * derived from this software without specific prior written permission. 16*b0e2f248SKumar Gala * 17*b0e2f248SKumar Gala * 18*b0e2f248SKumar Gala * ALTERNATIVELY, this software may be distributed under the terms of the 19*b0e2f248SKumar Gala * GNU General Public License ("GPL") as published by the Free Software 20*b0e2f248SKumar Gala * Foundation, either version 2 of that License or (at your option) any 21*b0e2f248SKumar Gala * later version. 22*b0e2f248SKumar Gala * 23*b0e2f248SKumar Gala * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY 24*b0e2f248SKumar Gala * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 25*b0e2f248SKumar Gala * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 26*b0e2f248SKumar Gala * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 27*b0e2f248SKumar Gala * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 28*b0e2f248SKumar Gala * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 29*b0e2f248SKumar Gala * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 30*b0e2f248SKumar Gala * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 31*b0e2f248SKumar Gala * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 32*b0e2f248SKumar Gala * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 33*b0e2f248SKumar Gala */ 34*b0e2f248SKumar Gala 35*b0e2f248SKumar Gala/dts-v1/; 36*b0e2f248SKumar Gala/ { 37*b0e2f248SKumar Gala compatible = "fsl,P1023"; 38*b0e2f248SKumar Gala #address-cells = <2>; 39*b0e2f248SKumar Gala #size-cells = <2>; 40*b0e2f248SKumar Gala interrupt-parent = <&mpic>; 41*b0e2f248SKumar Gala 42*b0e2f248SKumar Gala aliases { 43*b0e2f248SKumar Gala serial0 = &serial0; 44*b0e2f248SKumar Gala serial1 = &serial1; 45*b0e2f248SKumar Gala pci0 = &pci0; 46*b0e2f248SKumar Gala pci1 = &pci1; 47*b0e2f248SKumar Gala pci2 = &pci2; 48*b0e2f248SKumar Gala 49*b0e2f248SKumar Gala crypto = &crypto; 50*b0e2f248SKumar Gala sec_jr0 = &sec_jr0; 51*b0e2f248SKumar Gala sec_jr1 = &sec_jr1; 52*b0e2f248SKumar Gala sec_jr2 = &sec_jr2; 53*b0e2f248SKumar Gala sec_jr3 = &sec_jr3; 54*b0e2f248SKumar Gala rtic_a = &rtic_a; 55*b0e2f248SKumar Gala rtic_b = &rtic_b; 56*b0e2f248SKumar Gala rtic_c = &rtic_c; 57*b0e2f248SKumar Gala rtic_d = &rtic_d; 58*b0e2f248SKumar Gala }; 59*b0e2f248SKumar Gala 60*b0e2f248SKumar Gala cpus { 61*b0e2f248SKumar Gala #address-cells = <1>; 62*b0e2f248SKumar Gala #size-cells = <0>; 63*b0e2f248SKumar Gala 64*b0e2f248SKumar Gala PowerPC,P1023@0 { 65*b0e2f248SKumar Gala device_type = "cpu"; 66*b0e2f248SKumar Gala reg = <0x0>; 67*b0e2f248SKumar Gala next-level-cache = <&L2>; 68*b0e2f248SKumar Gala }; 69*b0e2f248SKumar Gala 70*b0e2f248SKumar Gala PowerPC,P1023@1 { 71*b0e2f248SKumar Gala device_type = "cpu"; 72*b0e2f248SKumar Gala reg = <0x1>; 73*b0e2f248SKumar Gala next-level-cache = <&L2>; 74*b0e2f248SKumar Gala }; 75*b0e2f248SKumar Gala }; 76*b0e2f248SKumar Gala}; 77