blob: d34d12712125ea398e1d2fccfee5c8dce715bf8b [file] [log] [blame]
Haiying Wang361425f2008-12-03 14:03:09 -05001/*
2 * MPC8572 DS 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, dma1, global-util, eth0,
7 * eth1, crypto, pci0, pci1.
8 *
Kumar Galaca340402009-02-09 21:33:06 -06009 * Copyright 2007-2009 Freescale Semiconductor Inc.
Haiying Wang361425f2008-12-03 14:03:09 -050010 *
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
Kumar Gala53291952011-11-03 01:07:56 -050017/include/ "mpc8572ds.dts"
18
Haiying Wang361425f2008-12-03 14:03:09 -050019/ {
20 model = "fsl,MPC8572DS";
21 compatible = "fsl,MPC8572DS", "fsl,MPC8572DS-CAMP";
Haiying Wang361425f2008-12-03 14:03:09 -050022
23 cpus {
Haiying Wang361425f2008-12-03 14:03:09 -050024 PowerPC,8572@0 {
Haiying Wang361425f2008-12-03 14:03:09 -050025 };
Kumar Gala53291952011-11-03 01:07:56 -050026 PowerPC,8572@1 {
27 status = "disabled";
28 };
Haiying Wang361425f2008-12-03 14:03:09 -050029 };
30
Kumar Gala53291952011-11-03 01:07:56 -050031 localbus@ffe05000 {
32 status = "disabled";
Haiying Wang361425f2008-12-03 14:03:09 -050033 };
34
35 soc8572@ffe00000 {
Kumar Gala53291952011-11-03 01:07:56 -050036 serial@4600 {
37 status = "disabled";
Kumar Galae1a22892009-04-22 13:17:42 -050038 };
Kumar Gala53291952011-11-03 01:07:56 -050039 dma@c300 {
40 status = "disabled";
Kumar Galae1a22892009-04-22 13:17:42 -050041 };
Kumar Gala53291952011-11-03 01:07:56 -050042 gpio-controller@f000 {
Haiying Wang361425f2008-12-03 14:03:09 -050043 };
Kumar Gala53291952011-11-03 01:07:56 -050044 l2-cache-controller@20000 {
Haiying Wang361425f2008-12-03 14:03:09 -050045 cache-size = <0x80000>; // L2, 512K
Haiying Wang361425f2008-12-03 14:03:09 -050046 };
Kumar Gala53291952011-11-03 01:07:56 -050047 ethernet@26000 {
48 status = "disabled";
Haiying Wang361425f2008-12-03 14:03:09 -050049 };
Kumar Gala53291952011-11-03 01:07:56 -050050 mdio@26520 {
51 status = "disabled";
Haiying Wang361425f2008-12-03 14:03:09 -050052 };
Kumar Gala53291952011-11-03 01:07:56 -050053 ethernet@27000 {
54 status = "disabled";
Haiying Wang361425f2008-12-03 14:03:09 -050055 };
Kumar Gala53291952011-11-03 01:07:56 -050056 mdio@27520 {
57 status = "disabled";
Haiying Wang361425f2008-12-03 14:03:09 -050058 };
Kumar Gala53291952011-11-03 01:07:56 -050059 pic@40000 {
Haiying Wang361425f2008-12-03 14:03:09 -050060 protected-sources = <
61 31 32 33 37 38 39 /* enet2 enet3 */
Ted Petersf084e8d2009-02-26 12:15:16 -060062 76 77 78 79 26 42 /* dma2 pci2 serial*/
Li Yang710e3382010-04-22 16:31:38 +080063 0xe4 0xe5 0xe6 0xe7 /* msi */
Haiying Wang361425f2008-12-03 14:03:09 -050064 >;
65 };
Haiying Wang361425f2008-12-03 14:03:09 -050066
Kumar Gala53291952011-11-03 01:07:56 -050067 msi@41600 {
68 msi-available-ranges = <0 0x80>;
69 interrupts = <
70 0xe0 0
71 0xe1 0
72 0xe2 0
73 0xe3 0>;
Haiying Wang361425f2008-12-03 14:03:09 -050074 };
Kumar Gala53291952011-11-03 01:07:56 -050075 timer@42100 {
76 status = "disabled";
Haiying Wang361425f2008-12-03 14:03:09 -050077 };
78 };
Kumar Gala53291952011-11-03 01:07:56 -050079 pcie@ffe0a000 {
80 status = "disabled";
81 };
Haiying Wang361425f2008-12-03 14:03:09 -050082};