ARM: shmobile: r8a7790: Add CMT devices to DT
[deliverable/linux.git] / arch / powerpc / boot / dts / mpc8572ds_camp_core1.dts
CommitLineData
361425fc
HW
1/*
2 * MPC8572 DS Core1 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 allows core1 to have l2, dma2, eth2, eth3, pci2, msi.
7 *
8 * Please note to add "-b 1" for core1's dts compiling.
9 *
ca34040c 10 * Copyright 2007-2009 Freescale Semiconductor Inc.
361425fc
HW
11 *
12 * This program is free software; you can redistribute it and/or modify it
13 * under the terms of the GNU General Public License as published by the
14 * Free Software Foundation; either version 2 of the License, or (at your
15 * option) any later version.
16 */
17
53291959
KG
18/include/ "mpc8572ds.dts"
19
361425fc
HW
20/ {
21 model = "fsl,MPC8572DS";
22 compatible = "fsl,MPC8572DS", "fsl,MPC8572DS-CAMP";
361425fc
HW
23
24 cpus {
53291959
KG
25 PowerPC,8572@0 {
26 status = "disabled";
27 };
361425fc 28 PowerPC,8572@1 {
361425fc
HW
29 };
30 };
31
53291959
KG
32 localbus@ffe05000 {
33 status = "disabled";
361425fc
HW
34 };
35
36 soc8572@ffe00000 {
53291959
KG
37 ecm-law@0 {
38 status = "disabled";
361425fc 39 };
53291959
KG
40 ecm@1000 {
41 status = "disabled";
42 };
43 memory-controller@2000 {
44 status = "disabled";
45 };
46 memory-controller@6000 {
47 status = "disabled";
48 };
49 i2c@3000 {
50 status = "disabled";
51 };
52 i2c@3100 {
53 status = "disabled";
54 };
55 serial@4500 {
56 status = "disabled";
57 };
58 gpio-controller@f000 {
59 status = "disabled";
60 };
61 l2-cache-controller@20000 {
62 cache-size = <0x80000>; // L2, 512K
63 };
64 dma@21300 {
65 status = "disabled";
66 };
67 ethernet@24000 {
68 status = "disabled";
361425fc 69 };
53291959
KG
70 ptp_clock@24e00 {
71 status = "disabled";
361425fc 72 };
53291959
KG
73 ethernet@25000 {
74 status = "disabled";
361425fc 75 };
53291959
KG
76 mdio@25520 {
77 status = "disabled";
361425fc 78 };
53291959
KG
79 crypto@30000 {
80 status = "disabled";
361425fc 81 };
53291959 82 pic@40000 {
361425fc
HW
83 protected-sources = <
84 18 16 10 42 45 58 /* MEM L2 mdio serial crypto */
85 29 30 34 35 36 40 /* enet0 enet1 */
f084e8db 86 24 25 20 21 22 23 /* pci0 pci1 dma1 */
361425fc
HW
87 43 /* i2c */
88 0x1 0x2 0x3 0x4 /* pci slot */
89 0x9 0xa 0xb 0xc /* usb */
90 0x6 0x7 0xe 0x5 /* Audio elgacy SATA */
710e3383 91 0xe0 0xe1 0xe2 0xe3 /* msi */
361425fc
HW
92 >;
93 };
53291959
KG
94 timer@41100 {
95 status = "disabled";
361425fc 96 };
53291959
KG
97 msi@41600 {
98 msi-available-ranges = <0x80 0x80>;
99 interrupts = <
1f0e90ad
JH
100 0xe4 0 0 0
101 0xe5 0 0 0
102 0xe6 0 0 0
103 0xe7 0 0 0>;
53291959
KG
104 };
105 global-utilities@e0000 {
106 status = "disabled";
107 };
108 };
109 pcie@ffe08000 {
110 status = "disabled";
111 };
112 pcie@ffe09000 {
113 status = "disabled";
361425fc
HW
114 };
115};
This page took 0.315995 seconds and 5 git commands to generate.