1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Lite5200 board Device Tree Source
5 * Copyright 2006-2007 Secret Lab Technologies Ltd.
6 * Grant Likely <grant.likely@secretlab.ca>
12 model = "fsl,lite5200";
13 compatible = "fsl,lite5200";
16 interrupt-parent = <&mpc5200_pic>;
25 d-cache-line-size = <32>;
26 i-cache-line-size = <32>;
27 d-cache-size = <0x4000>; // L1, 16K
28 i-cache-size = <0x4000>; // L1, 16K
29 timebase-frequency = <0>; // from bootloader
30 bus-frequency = <0>; // from bootloader
31 clock-frequency = <0>; // from bootloader
36 device_type = "memory";
37 reg = <0x00000000 0x04000000>; // 64MB
43 compatible = "fsl,mpc5200-immr";
44 ranges = <0 0xf0000000 0x0000c000>;
45 reg = <0xf0000000 0x00000100>;
46 bus-frequency = <0>; // from bootloader
47 system-frequency = <0>; // from bootloader
50 compatible = "fsl,mpc5200-cdm";
54 mpc5200_pic: interrupt-controller@500 {
55 // 5200 interrupts are encoded into two levels;
57 #interrupt-cells = <3>;
58 compatible = "fsl,mpc5200-pic";
62 timer@600 { // General Purpose Timer
63 compatible = "fsl,mpc5200-gpt";
69 timer@610 { // General Purpose Timer
70 compatible = "fsl,mpc5200-gpt";
72 interrupts = <1 10 0>;
75 timer@620 { // General Purpose Timer
76 compatible = "fsl,mpc5200-gpt";
78 interrupts = <1 11 0>;
81 timer@630 { // General Purpose Timer
82 compatible = "fsl,mpc5200-gpt";
84 interrupts = <1 12 0>;
87 timer@640 { // General Purpose Timer
88 compatible = "fsl,mpc5200-gpt";
90 interrupts = <1 13 0>;
93 timer@650 { // General Purpose Timer
94 compatible = "fsl,mpc5200-gpt";
96 interrupts = <1 14 0>;
99 timer@660 { // General Purpose Timer
100 compatible = "fsl,mpc5200-gpt";
102 interrupts = <1 15 0>;
105 timer@670 { // General Purpose Timer
106 compatible = "fsl,mpc5200-gpt";
108 interrupts = <1 16 0>;
111 rtc@800 { // Real time clock
112 compatible = "fsl,mpc5200-rtc";
114 interrupts = <1 5 0 1 6 0>;
118 compatible = "fsl,mpc5200-mscan";
119 interrupts = <2 17 0>;
124 compatible = "fsl,mpc5200-mscan";
125 interrupts = <2 18 0>;
130 compatible = "fsl,mpc5200-gpio";
132 interrupts = <1 7 0>;
138 compatible = "fsl,mpc5200-gpio-wkup";
140 interrupts = <1 8 0 0 3 0>;
146 compatible = "fsl,mpc5200-spi";
148 interrupts = <2 13 0 2 14 0>;
152 compatible = "fsl,mpc5200-ohci","ohci-be";
154 interrupts = <2 6 0>;
157 dma-controller@1200 {
158 compatible = "fsl,mpc5200-bestcomm";
160 interrupts = <3 0 0 3 1 0 3 2 0 3 3 0
161 3 4 0 3 5 0 3 6 0 3 7 0
162 3 8 0 3 9 0 3 10 0 3 11 0
163 3 12 0 3 13 0 3 14 0 3 15 0>;
167 compatible = "fsl,mpc5200-xlb";
168 reg = <0x1f00 0x100>;
171 serial@2000 { // PSC1
172 compatible = "fsl,mpc5200-psc-uart";
174 reg = <0x2000 0x100>;
175 interrupts = <2 1 0>;
178 // PSC2 in ac97 mode example
179 //ac97@2200 { // PSC2
180 // compatible = "fsl,mpc5200-psc-ac97";
182 // reg = <0x2200 0x100>;
183 // interrupts = <2 2 0>;
186 // PSC3 in CODEC mode example
188 // compatible = "fsl,mpc5200-psc-i2s";
190 // reg = <0x2400 0x100>;
191 // interrupts = <2 3 0>;
194 // PSC4 in uart mode example
195 //serial@2600 { // PSC4
196 // compatible = "fsl,mpc5200-psc-uart";
198 // reg = <0x2600 0x100>;
199 // interrupts = <2 11 0>;
202 // PSC5 in uart mode example
203 //serial@2800 { // PSC5
204 // compatible = "fsl,mpc5200-psc-uart";
206 // reg = <0x2800 0x100>;
207 // interrupts = <2 12 0>;
210 // PSC6 in spi mode example
212 // compatible = "fsl,mpc5200-psc-spi";
214 // reg = <0x2c00 0x100>;
215 // interrupts = <2 4 0>;
219 compatible = "fsl,mpc5200-fec";
220 reg = <0x3000 0x400>;
221 local-mac-address = [ 00 00 00 00 00 00 ];
222 interrupts = <2 5 0>;
223 phy-handle = <&phy0>;
227 #address-cells = <1>;
229 compatible = "fsl,mpc5200-mdio";
230 reg = <0x3000 0x400>; // fec range, since we need to setup fec interrupts
231 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
233 phy0: ethernet-phy@0 {
239 compatible = "fsl,mpc5200-ata";
240 reg = <0x3a00 0x100>;
241 interrupts = <2 7 0>;
245 #address-cells = <1>;
247 compatible = "fsl,mpc5200-i2c","fsl-i2c";
249 interrupts = <2 15 0>;
253 #address-cells = <1>;
255 compatible = "fsl,mpc5200-i2c","fsl-i2c";
257 interrupts = <2 16 0>;
260 compatible = "atmel,24c02";
266 compatible = "fsl,mpc5200-sram";
267 reg = <0x8000 0x4000>;
272 #interrupt-cells = <1>;
274 #address-cells = <3>;
276 compatible = "fsl,mpc5200-pci";
277 reg = <0xf0000d00 0x100>;
278 interrupt-map-mask = <0xf800 0 0 7>;
279 interrupt-map = <0xc000 0 0 1 &mpc5200_pic 0 0 3
280 0xc000 0 0 2 &mpc5200_pic 0 0 3
281 0xc000 0 0 3 &mpc5200_pic 0 0 3
282 0xc000 0 0 4 &mpc5200_pic 0 0 3>;
283 clock-frequency = <0>; // From boot loader
284 interrupts = <2 8 0 2 9 0 2 10 0>;
286 ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000
287 0x02000000 0 0xa0000000 0xa0000000 0 0x10000000
288 0x01000000 0 0x00000000 0xb0000000 0 0x01000000>;
292 compatible = "fsl,mpc5200-lpb","simple-bus";
293 #address-cells = <2>;
296 ranges = <0 0 0xff000000 0x01000000>;
299 compatible = "amd,am29lv652d", "cfi-flash";
300 reg = <0 0 0x01000000>;