2 * TQM5200 board Device Tree Source
4 * Copyright (C) 2007 Semihalf
5 * Marian Balakowicz <m8@semihalf.com>
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the
9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version.
16 model = "tqc,tqm5200";
17 compatible = "tqc,tqm5200";
20 interrupt-parent = <&mpc5200_pic>;
29 d-cache-line-size = <32>;
30 i-cache-line-size = <32>;
31 d-cache-size = <0x4000>; // L1, 16K
32 i-cache-size = <0x4000>; // L1, 16K
33 timebase-frequency = <0>; // from bootloader
34 bus-frequency = <0>; // from bootloader
35 clock-frequency = <0>; // from bootloader
40 device_type = "memory";
41 reg = <0x00000000 0x04000000>; // 64MB
47 compatible = "fsl,mpc5200-immr";
48 ranges = <0 0xf0000000 0x0000c000>;
49 reg = <0xf0000000 0x00000100>;
50 bus-frequency = <0>; // from bootloader
51 system-frequency = <0>; // from bootloader
54 compatible = "fsl,mpc5200-cdm";
58 mpc5200_pic: interrupt-controller@500 {
59 // 5200 interrupts are encoded into two levels;
61 #interrupt-cells = <3>;
62 compatible = "fsl,mpc5200-pic";
66 timer@600 { // General Purpose Timer
67 compatible = "fsl,mpc5200-gpt";
74 compatible = "fsl,mpc5200-mscan";
75 interrupts = <2 17 0>;
80 compatible = "fsl,mpc5200-mscan";
81 interrupts = <2 18 0>;
85 gpio_simple: gpio@b00 {
86 compatible = "fsl,mpc5200-gpio";
94 compatible = "fsl,mpc5200-ohci","ohci-be";
100 compatible = "fsl,mpc5200-bestcomm";
102 interrupts = <3 0 0 3 1 0 3 2 0 3 3 0
103 3 4 0 3 5 0 3 6 0 3 7 0
104 3 8 0 3 9 0 3 10 0 3 11 0
105 3 12 0 3 13 0 3 14 0 3 15 0>;
109 compatible = "fsl,mpc5200-xlb";
110 reg = <0x1f00 0x100>;
113 serial@2000 { // PSC1
114 compatible = "fsl,mpc5200-psc-uart";
115 reg = <0x2000 0x100>;
116 interrupts = <2 1 0>;
119 serial@2200 { // PSC2
120 compatible = "fsl,mpc5200-psc-uart";
121 reg = <0x2200 0x100>;
122 interrupts = <2 2 0>;
125 serial@2400 { // PSC3
126 compatible = "fsl,mpc5200-psc-uart";
127 reg = <0x2400 0x100>;
128 interrupts = <2 3 0>;
132 compatible = "fsl,mpc5200-fec";
133 reg = <0x3000 0x400>;
134 local-mac-address = [ 00 00 00 00 00 00 ];
135 interrupts = <2 5 0>;
136 phy-handle = <&phy0>;
140 #address-cells = <1>;
142 compatible = "fsl,mpc5200-mdio";
143 reg = <0x3000 0x400>; // fec range, since we need to setup fec interrupts
144 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
146 phy0: ethernet-phy@0 {
152 compatible = "fsl,mpc5200-ata";
153 reg = <0x3a00 0x100>;
154 interrupts = <2 7 0>;
158 #address-cells = <1>;
160 compatible = "fsl,mpc5200-i2c","fsl-i2c";
162 interrupts = <2 16 0>;
166 compatible = "dallas,ds1307";
172 compatible = "fsl,mpc5200-sram";
173 reg = <0x8000 0x4000>;
178 compatible = "fsl,mpc5200-lpb","simple-bus";
179 #address-cells = <2>;
181 ranges = <0 0 0xfc000000 0x02000000>;
184 compatible = "cfi-flash";
185 reg = <0 0 0x02000000>;
189 #address-cells = <1>;
194 #interrupt-cells = <1>;
196 #address-cells = <3>;
198 compatible = "fsl,mpc5200-pci";
199 reg = <0xf0000d00 0x100>;
200 interrupt-map-mask = <0xf800 0 0 7>;
201 interrupt-map = <0xc000 0 0 1 &mpc5200_pic 0 0 3
202 0xc000 0 0 2 &mpc5200_pic 0 0 3
203 0xc000 0 0 3 &mpc5200_pic 0 0 3
204 0xc000 0 0 4 &mpc5200_pic 0 0 3>;
205 clock-frequency = <0>; // From boot loader
206 interrupts = <2 8 0 2 9 0 2 10 0>;
208 ranges = <0x42000000 0 0x80000000 0x80000000 0 0x10000000
209 0x02000000 0 0x90000000 0x90000000 0 0x10000000
210 0x01000000 0 0x00000000 0xa0000000 0 0x01000000>;