1b4c3804dSKumar Gala/* 2b4c3804dSKumar Gala * P3041 Silicon/SoC Device Tree Source (pre include) 3b4c3804dSKumar Gala * 4b4c3804dSKumar Gala * Copyright 2011 Freescale Semiconductor Inc. 5b4c3804dSKumar Gala * 6b4c3804dSKumar Gala * Redistribution and use in source and binary forms, with or without 7b4c3804dSKumar Gala * modification, are permitted provided that the following conditions are met: 8b4c3804dSKumar Gala * * Redistributions of source code must retain the above copyright 9b4c3804dSKumar Gala * notice, this list of conditions and the following disclaimer. 10b4c3804dSKumar Gala * * Redistributions in binary form must reproduce the above copyright 11b4c3804dSKumar Gala * notice, this list of conditions and the following disclaimer in the 12b4c3804dSKumar Gala * documentation and/or other materials provided with the distribution. 13b4c3804dSKumar Gala * * Neither the name of Freescale Semiconductor nor the 14b4c3804dSKumar Gala * names of its contributors may be used to endorse or promote products 15b4c3804dSKumar Gala * derived from this software without specific prior written permission. 16b4c3804dSKumar Gala * 17b4c3804dSKumar Gala * 18b4c3804dSKumar Gala * ALTERNATIVELY, this software may be distributed under the terms of the 19b4c3804dSKumar Gala * GNU General Public License ("GPL") as published by the Free Software 20b4c3804dSKumar Gala * Foundation, either version 2 of that License or (at your option) any 21b4c3804dSKumar Gala * later version. 22b4c3804dSKumar Gala * 23b4c3804dSKumar Gala * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY 24b4c3804dSKumar Gala * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 25b4c3804dSKumar Gala * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 26b4c3804dSKumar Gala * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 27b4c3804dSKumar Gala * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 28b4c3804dSKumar Gala * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 29b4c3804dSKumar Gala * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 30b4c3804dSKumar Gala * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 31b4c3804dSKumar Gala * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 32b4c3804dSKumar Gala * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 33b4c3804dSKumar Gala */ 34b4c3804dSKumar Gala 35b4c3804dSKumar Gala/dts-v1/; 362f4acb05SOlivia Yin 372f4acb05SOlivia Yin/include/ "e500mc_power_isa.dtsi" 382f4acb05SOlivia Yin 39b4c3804dSKumar Gala/ { 40b4c3804dSKumar Gala compatible = "fsl,P3041"; 41b4c3804dSKumar Gala #address-cells = <2>; 42b4c3804dSKumar Gala #size-cells = <2>; 43b4c3804dSKumar Gala interrupt-parent = <&mpic>; 44b4c3804dSKumar Gala 45b4c3804dSKumar Gala aliases { 46b4c3804dSKumar Gala ccsr = &soc; 47b4c3804dSKumar Gala dcsr = &dcsr; 48b4c3804dSKumar Gala 49b4c3804dSKumar Gala serial0 = &serial0; 50b4c3804dSKumar Gala serial1 = &serial1; 51b4c3804dSKumar Gala serial2 = &serial2; 52b4c3804dSKumar Gala serial3 = &serial3; 53b4c3804dSKumar Gala pci0 = &pci0; 54b4c3804dSKumar Gala pci1 = &pci1; 55b4c3804dSKumar Gala pci2 = &pci2; 56b4c3804dSKumar Gala pci3 = &pci3; 57b4c3804dSKumar Gala usb0 = &usb0; 58b4c3804dSKumar Gala usb1 = &usb1; 59b4c3804dSKumar Gala dma0 = &dma0; 60b4c3804dSKumar Gala dma1 = &dma1; 61b4c3804dSKumar Gala sdhc = &sdhc; 62b4c3804dSKumar Gala msi0 = &msi0; 63b4c3804dSKumar Gala msi1 = &msi1; 64b4c3804dSKumar Gala msi2 = &msi2; 65b4c3804dSKumar Gala 66b4c3804dSKumar Gala crypto = &crypto; 67b4c3804dSKumar Gala sec_jr0 = &sec_jr0; 68b4c3804dSKumar Gala sec_jr1 = &sec_jr1; 69b4c3804dSKumar Gala sec_jr2 = &sec_jr2; 70b4c3804dSKumar Gala sec_jr3 = &sec_jr3; 71b4c3804dSKumar Gala rtic_a = &rtic_a; 72b4c3804dSKumar Gala rtic_b = &rtic_b; 73b4c3804dSKumar Gala rtic_c = &rtic_c; 74b4c3804dSKumar Gala rtic_d = &rtic_d; 75b4c3804dSKumar Gala sec_mon = &sec_mon; 76b4c3804dSKumar Gala }; 77b4c3804dSKumar Gala 78b4c3804dSKumar Gala cpus { 79b4c3804dSKumar Gala #address-cells = <1>; 80b4c3804dSKumar Gala #size-cells = <0>; 81b4c3804dSKumar Gala 82b4c3804dSKumar Gala cpu0: PowerPC,e500mc@0 { 83b4c3804dSKumar Gala device_type = "cpu"; 84b4c3804dSKumar Gala reg = <0>; 855d1a566eSTang Yuantian clocks = <&mux0>; 86b4c3804dSKumar Gala next-level-cache = <&L2_0>; 87e83eb028SScott Wood fsl,portid-mapping = <0x80000000>; 88b4c3804dSKumar Gala L2_0: l2-cache { 89b4c3804dSKumar Gala next-level-cache = <&cpc>; 90b4c3804dSKumar Gala }; 91b4c3804dSKumar Gala }; 92b4c3804dSKumar Gala cpu1: PowerPC,e500mc@1 { 93b4c3804dSKumar Gala device_type = "cpu"; 94b4c3804dSKumar Gala reg = <1>; 955d1a566eSTang Yuantian clocks = <&mux1>; 96b4c3804dSKumar Gala next-level-cache = <&L2_1>; 97e83eb028SScott Wood fsl,portid-mapping = <0x40000000>; 98b4c3804dSKumar Gala L2_1: l2-cache { 99b4c3804dSKumar Gala next-level-cache = <&cpc>; 100b4c3804dSKumar Gala }; 101b4c3804dSKumar Gala }; 102b4c3804dSKumar Gala cpu2: PowerPC,e500mc@2 { 103b4c3804dSKumar Gala device_type = "cpu"; 104b4c3804dSKumar Gala reg = <2>; 1055d1a566eSTang Yuantian clocks = <&mux2>; 106b4c3804dSKumar Gala next-level-cache = <&L2_2>; 107e83eb028SScott Wood fsl,portid-mapping = <0x20000000>; 108b4c3804dSKumar Gala L2_2: l2-cache { 109b4c3804dSKumar Gala next-level-cache = <&cpc>; 110b4c3804dSKumar Gala }; 111b4c3804dSKumar Gala }; 112b4c3804dSKumar Gala cpu3: PowerPC,e500mc@3 { 113b4c3804dSKumar Gala device_type = "cpu"; 114b4c3804dSKumar Gala reg = <3>; 1155d1a566eSTang Yuantian clocks = <&mux3>; 116b4c3804dSKumar Gala next-level-cache = <&L2_3>; 117e83eb028SScott Wood fsl,portid-mapping = <0x10000000>; 118b4c3804dSKumar Gala L2_3: l2-cache { 119b4c3804dSKumar Gala next-level-cache = <&cpc>; 120b4c3804dSKumar Gala }; 121b4c3804dSKumar Gala }; 122b4c3804dSKumar Gala }; 123b4c3804dSKumar Gala}; 124