1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * TQM5200 board Device Tree Source
5 * Copyright (C) 2007 Semihalf
6 * Marian Balakowicz <m8@semihalf.com>
12 model = "tqc,tqm5200";
13 compatible = "tqc,tqm5200";
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";
70 compatible = "fsl,mpc5200-mscan";
71 interrupts = <2 17 0>;
76 compatible = "fsl,mpc5200-mscan";
77 interrupts = <2 18 0>;
81 gpio_simple: gpio@b00 {
82 compatible = "fsl,mpc5200-gpio";
90 compatible = "fsl,mpc5200-ohci","ohci-be";
96 compatible = "fsl,mpc5200-bestcomm";
98 interrupts = <3 0 0 3 1 0 3 2 0 3 3 0
99 3 4 0 3 5 0 3 6 0 3 7 0
100 3 8 0 3 9 0 3 10 0 3 11 0
101 3 12 0 3 13 0 3 14 0 3 15 0>;
105 compatible = "fsl,mpc5200-xlb";
106 reg = <0x1f00 0x100>;
109 serial@2000 { // PSC1
110 compatible = "fsl,mpc5200-psc-uart";
111 reg = <0x2000 0x100>;
112 interrupts = <2 1 0>;
115 serial@2200 { // PSC2
116 compatible = "fsl,mpc5200-psc-uart";
117 reg = <0x2200 0x100>;
118 interrupts = <2 2 0>;
121 serial@2400 { // PSC3
122 compatible = "fsl,mpc5200-psc-uart";
123 reg = <0x2400 0x100>;
124 interrupts = <2 3 0>;
128 compatible = "fsl,mpc5200-fec";
129 reg = <0x3000 0x400>;
130 local-mac-address = [ 00 00 00 00 00 00 ];
131 interrupts = <2 5 0>;
132 phy-handle = <&phy0>;
136 #address-cells = <1>;
138 compatible = "fsl,mpc5200-mdio";
139 reg = <0x3000 0x400>; // fec range, since we need to setup fec interrupts
140 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
142 phy0: ethernet-phy@0 {
148 compatible = "fsl,mpc5200-ata";
149 reg = <0x3a00 0x100>;
150 interrupts = <2 7 0>;
154 #address-cells = <1>;
156 compatible = "fsl,mpc5200-i2c","fsl-i2c";
158 interrupts = <2 16 0>;
161 compatible = "dallas,ds1307";
167 compatible = "fsl,mpc5200-sram";
168 reg = <0x8000 0x4000>;
173 compatible = "fsl,mpc5200-lpb","simple-bus";
174 #address-cells = <2>;
176 ranges = <0 0 0xfc000000 0x02000000>;
179 compatible = "cfi-flash";
180 reg = <0 0 0x02000000>;
184 #address-cells = <1>;
189 #interrupt-cells = <1>;
191 #address-cells = <3>;
193 compatible = "fsl,mpc5200-pci";
194 reg = <0xf0000d00 0x100>;
195 interrupt-map-mask = <0xf800 0 0 7>;
196 interrupt-map = <0xc000 0 0 1 &mpc5200_pic 0 0 3
197 0xc000 0 0 2 &mpc5200_pic 0 0 3
198 0xc000 0 0 3 &mpc5200_pic 0 0 3
199 0xc000 0 0 4 &mpc5200_pic 0 0 3>;
200 clock-frequency = <0>; // From boot loader
201 interrupts = <2 8 0 2 9 0 2 10 0>;
203 ranges = <0x42000000 0 0x80000000 0x80000000 0 0x10000000
204 0x02000000 0 0x90000000 0x90000000 0 0x10000000
205 0x01000000 0 0x00000000 0xa0000000 0 0x01000000>;