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