1/* 2 * P2020 RDB Core0 Device Tree Source in CAMP mode. 3 * 4 * In CAMP mode, each core needs to have its own dts. Only mpic and L2 cache 5 * can be shared, all the other devices must be assigned to one core only. 6 * This dts file allows core0 to have memory, l2, i2c, spi, gpio, dma1, usb, 7 * eth1, eth2, sdhc, crypto, global-util, pci0. 8 * 9 * Copyright 2009-2011 Freescale Semiconductor Inc. 10 * 11 * This program is free software; you can redistribute it and/or modify it 12 * under the terms of the GNU General Public License as published by the 13 * Free Software Foundation; either version 2 of the License, or (at your 14 * option) any later version. 15 */ 16 17/include/ "p2020rdb.dts" 18 19/ { 20 model = "fsl,P2020RDB"; 21 compatible = "fsl,P2020RDB", "fsl,MPC85XXRDB-CAMP"; 22 23 cpus { 24 PowerPC,P2020@1 { 25 status = "disabled"; 26 }; 27 }; 28 29 localbus@ffe05000 { 30 status = "disabled"; 31 }; 32 33 soc@ffe00000 { 34 serial1: serial@4600 { 35 status = "disabled"; 36 }; 37 38 dma@c300 { 39 status = "disabled"; 40 }; 41 42 enet0: ethernet@24000 { 43 status = "disabled"; 44 }; 45 46 mpic: pic@40000 { 47 protected-sources = < 48 42 76 77 78 79 /* serial1 , dma2 */ 49 29 30 34 26 /* enet0, pci1 */ 50 0xe0 0xe1 0xe2 0xe3 /* msi */ 51 0xe4 0xe5 0xe6 0xe7 52 >; 53 }; 54 55 msi@41600 { 56 status = "disabled"; 57 }; 58 }; 59 60 pci0: pcie@ffe08000 { 61 status = "disabled"; 62 }; 63 64 pci2: pcie@ffe0a000 { 65 status = "disabled"; 66 }; 67}; 68