2 * base MPC5200b Device Tree Source
4 * Copyright (C) 2010 SecretLab
5 * Grant Likely <grant@secretlab.ca>
6 * John Bonesio <bones@secretlab.ca>
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License as published by the
10 * Free Software Foundation; either version 2 of the License, or (at your
11 * option) any later version.
17 model = "fsl,mpc5200b";
18 compatible = "fsl,mpc5200b";
21 interrupt-parent = <&mpc5200_pic>;
27 powerpc: PowerPC,5200@0 {
30 d-cache-line-size = <32>;
31 i-cache-line-size = <32>;
32 d-cache-size = <0x4000>; // L1, 16K
33 i-cache-size = <0x4000>; // L1, 16K
34 timebase-frequency = <0>; // from bootloader
35 bus-frequency = <0>; // from bootloader
36 clock-frequency = <0>; // from bootloader
41 device_type = "memory";
42 reg = <0x00000000 0x04000000>; // 64MB
45 soc: soc5200@f0000000 {
48 compatible = "fsl,mpc5200b-immr";
49 ranges = <0 0xf0000000 0x0000c000>;
50 reg = <0xf0000000 0x00000100>;
51 bus-frequency = <0>; // from bootloader
52 system-frequency = <0>; // from bootloader
55 compatible = "fsl,mpc5200b-cdm","fsl,mpc5200-cdm";
59 mpc5200_pic: interrupt-controller@500 {
60 // 5200 interrupts are encoded into two levels;
62 #interrupt-cells = <3>;
63 compatible = "fsl,mpc5200b-pic","fsl,mpc5200-pic";
67 timer@600 { // General Purpose Timer
68 compatible = "fsl,mpc5200b-gpt","fsl,mpc5200-gpt";
73 timer@610 { // General Purpose Timer
74 compatible = "fsl,mpc5200b-gpt","fsl,mpc5200-gpt";
76 interrupts = <1 10 0>;
79 timer@620 { // General Purpose Timer
80 compatible = "fsl,mpc5200b-gpt","fsl,mpc5200-gpt";
82 interrupts = <1 11 0>;
85 timer@630 { // General Purpose Timer
86 compatible = "fsl,mpc5200b-gpt","fsl,mpc5200-gpt";
88 interrupts = <1 12 0>;
91 timer@640 { // General Purpose Timer
92 compatible = "fsl,mpc5200b-gpt","fsl,mpc5200-gpt";
94 interrupts = <1 13 0>;
97 timer@650 { // General Purpose Timer
98 compatible = "fsl,mpc5200b-gpt","fsl,mpc5200-gpt";
100 interrupts = <1 14 0>;
103 timer@660 { // General Purpose Timer
104 compatible = "fsl,mpc5200b-gpt","fsl,mpc5200-gpt";
106 interrupts = <1 15 0>;
109 timer@670 { // General Purpose Timer
110 compatible = "fsl,mpc5200b-gpt","fsl,mpc5200-gpt";
112 interrupts = <1 16 0>;
115 rtc@800 { // Real time clock
116 compatible = "fsl,mpc5200b-rtc","fsl,mpc5200-rtc";
118 interrupts = <1 5 0 1 6 0>;
122 compatible = "fsl,mpc5200b-mscan","fsl,mpc5200-mscan";
123 interrupts = <2 17 0>;
128 compatible = "fsl,mpc5200b-mscan","fsl,mpc5200-mscan";
129 interrupts = <2 18 0>;
133 gpio_simple: gpio@b00 {
134 compatible = "fsl,mpc5200b-gpio","fsl,mpc5200-gpio";
136 interrupts = <1 7 0>;
141 gpio_wkup: gpio@c00 {
142 compatible = "fsl,mpc5200b-gpio-wkup","fsl,mpc5200-gpio-wkup";
144 interrupts = <1 8 0 0 3 0>;
150 #address-cells = <1>;
152 compatible = "fsl,mpc5200b-spi","fsl,mpc5200-spi";
154 interrupts = <2 13 0 2 14 0>;
158 compatible = "fsl,mpc5200b-ohci","fsl,mpc5200-ohci","ohci-be";
160 interrupts = <2 6 0>;
163 dma-controller@1200 {
164 compatible = "fsl,mpc5200b-bestcomm","fsl,mpc5200-bestcomm";
166 interrupts = <3 0 0 3 1 0 3 2 0 3 3 0
167 3 4 0 3 5 0 3 6 0 3 7 0
168 3 8 0 3 9 0 3 10 0 3 11 0
169 3 12 0 3 13 0 3 14 0 3 15 0>;
173 compatible = "fsl,mpc5200b-xlb","fsl,mpc5200-xlb";
174 reg = <0x1f00 0x100>;
177 psc1: psc@2000 { // PSC1
178 compatible = "fsl,mpc5200b-psc","fsl,mpc5200-psc";
179 reg = <0x2000 0x100>;
180 interrupts = <2 1 0>;
183 psc2: psc@2200 { // PSC2
184 compatible = "fsl,mpc5200b-psc","fsl,mpc5200-psc";
185 reg = <0x2200 0x100>;
186 interrupts = <2 2 0>;
189 psc3: psc@2400 { // PSC3
190 compatible = "fsl,mpc5200b-psc","fsl,mpc5200-psc";
191 reg = <0x2400 0x100>;
192 interrupts = <2 3 0>;
195 psc4: psc@2600 { // PSC4
196 compatible = "fsl,mpc5200b-psc","fsl,mpc5200-psc";
197 reg = <0x2600 0x100>;
198 interrupts = <2 11 0>;
201 psc5: psc@2800 { // PSC5
202 compatible = "fsl,mpc5200b-psc","fsl,mpc5200-psc";
203 reg = <0x2800 0x100>;
204 interrupts = <2 12 0>;
207 psc6: psc@2c00 { // PSC6
208 compatible = "fsl,mpc5200b-psc","fsl,mpc5200-psc";
209 reg = <0x2c00 0x100>;
210 interrupts = <2 4 0>;
213 eth0: ethernet@3000 {
214 compatible = "fsl,mpc5200b-fec","fsl,mpc5200-fec";
215 reg = <0x3000 0x400>;
216 local-mac-address = [ 00 00 00 00 00 00 ];
217 interrupts = <2 5 0>;
221 #address-cells = <1>;
223 compatible = "fsl,mpc5200b-mdio","fsl,mpc5200-mdio";
224 reg = <0x3000 0x400>; // fec range, since we need to setup fec interrupts
225 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
229 compatible = "fsl,mpc5200b-ata","fsl,mpc5200-ata";
230 reg = <0x3a00 0x100>;
231 interrupts = <2 7 0>;
235 #address-cells = <1>;
237 compatible = "fsl,mpc5200b-i2c","fsl,mpc5200-i2c","fsl-i2c";
239 interrupts = <2 15 0>;
243 #address-cells = <1>;
245 compatible = "fsl,mpc5200b-i2c","fsl,mpc5200-i2c","fsl-i2c";
247 interrupts = <2 16 0>;
251 compatible = "fsl,mpc5200b-sram","fsl,mpc5200-sram";
252 reg = <0x8000 0x4000>;
257 #interrupt-cells = <1>;
259 #address-cells = <3>;
261 compatible = "fsl,mpc5200b-pci","fsl,mpc5200-pci";
262 reg = <0xf0000d00 0x100>;
263 // interrupt-map-mask = need to add
264 // interrupt-map = need to add
265 clock-frequency = <0>; // From boot loader
266 interrupts = <2 8 0 2 9 0 2 10 0>;
268 // ranges = need to add
272 compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus";
273 #address-cells = <2>;
275 ranges = <0 0 0xfc000000 0x2000000>;