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.
14 * WARNING: Do not depend on this tree layout remaining static just yet.
15 * The MPC5200 device tree conventions are still in flux
16 * Keep an eye on the linuxppc-dev mailing list for more details
20 model = "tqc,tqm5200";
21 compatible = "tqc,tqm5200";
32 d-cache-line-size = <20>;
33 i-cache-line-size = <20>;
34 d-cache-size = <4000>; // L1, 16K
35 i-cache-size = <4000>; // L1, 16K
36 timebase-frequency = <0>; // from bootloader
37 bus-frequency = <0>; // from bootloader
38 clock-frequency = <0>; // from bootloader
43 device_type = "memory";
44 reg = <00000000 04000000>; // 64MB
48 model = "fsl,mpc5200";
49 compatible = "fsl,mpc5200";
50 revision = ""; // from bootloader
52 ranges = <0 f0000000 0000c000>;
53 reg = <f0000000 00000100>;
54 bus-frequency = <0>; // from bootloader
55 system-frequency = <0>; // from bootloader
58 compatible = "mpc5200-cdm";
62 mpc5200_pic: pic@500 {
63 // 5200 interrupts are encoded into two levels;
65 #interrupt-cells = <3>;
66 compatible = "mpc5200-pic";
70 gpt@600 { // General Purpose Timer
71 compatible = "fsl,mpc5200-gpt";
74 interrupt-parent = <&mpc5200_pic>;
79 compatible = "mpc5200-gpio";
82 interrupt-parent = <&mpc5200_pic>;
86 compatible = "mpc5200-ohci","ohci-be";
89 interrupt-parent = <&mpc5200_pic>;
93 compatible = "mpc5200-bestcomm";
95 interrupts = <3 0 0 3 1 0 3 2 0 3 3 0
96 3 4 0 3 5 0 3 6 0 3 7 0
97 3 8 0 3 9 0 3 a 0 3 b 0
98 3 c 0 3 d 0 3 e 0 3 f 0>;
99 interrupt-parent = <&mpc5200_pic>;
103 compatible = "mpc5200-xlb";
107 serial@2000 { // PSC1
108 device_type = "serial";
109 compatible = "mpc5200-psc-uart";
110 port-number = <0>; // Logical port assignment
112 interrupts = <2 1 0>;
113 interrupt-parent = <&mpc5200_pic>;
116 serial@2200 { // PSC2
117 device_type = "serial";
118 compatible = "mpc5200-psc-uart";
119 port-number = <1>; // Logical port assignment
121 interrupts = <2 2 0>;
122 interrupt-parent = <&mpc5200_pic>;
125 serial@2400 { // PSC3
126 device_type = "serial";
127 compatible = "mpc5200-psc-uart";
128 port-number = <2>; // Logical port assignment
130 interrupts = <2 3 0>;
131 interrupt-parent = <&mpc5200_pic>;
135 device_type = "network";
136 compatible = "mpc5200-fec";
138 local-mac-address = [ 00 00 00 00 00 00 ]; /* Filled in by U-Boot */
139 interrupts = <2 5 0>;
140 interrupt-parent = <&mpc5200_pic>;
144 compatible = "mpc5200-ata";
146 interrupts = <2 7 0>;
147 interrupt-parent = <&mpc5200_pic>;
151 compatible = "mpc5200-i2c","fsl-i2c";
153 interrupts = <2 10 0>;
154 interrupt-parent = <&mpc5200_pic>;
159 compatible = "mpc5200-sram";
165 #interrupt-cells = <1>;
167 #address-cells = <3>;
169 compatible = "fsl,mpc5200-pci";
170 reg = <f0000d00 100>;
171 interrupt-map-mask = <f800 0 0 7>;
172 interrupt-map = <c000 0 0 1 &mpc5200_pic 0 0 3
173 c000 0 0 2 &mpc5200_pic 0 0 3
174 c000 0 0 3 &mpc5200_pic 0 0 3
175 c000 0 0 4 &mpc5200_pic 0 0 3>;
176 clock-frequency = <0>; // From boot loader
177 interrupts = <2 8 0 2 9 0 2 a 0>;
178 interrupt-parent = <&mpc5200_pic>;
180 ranges = <42000000 0 80000000 80000000 0 10000000
181 02000000 0 90000000 90000000 0 10000000
182 01000000 0 00000000 a0000000 0 01000000>;