2 * MPC8540 ADS Device Tree Source
4 * Copyright 2006 Freescale Semiconductor Inc.
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version.
15 compatible = "MPC8540ADS", "MPC85xxADS";
26 d-cache-line-size = <20>; // 32 bytes
27 i-cache-line-size = <20>; // 32 bytes
28 d-cache-size = <8000>; // L1, 32K
29 i-cache-size = <8000>; // L1, 32K
30 timebase-frequency = <0>; // 33 MHz, from uboot
31 bus-frequency = <0>; // 166 MHz
32 clock-frequency = <0>; // 825 MHz, from uboot
37 device_type = "memory";
38 reg = <00000000 08000000>; // 128M at 0x0
45 ranges = <0 e0000000 00100000>;
46 reg = <e0000000 00100000>; // CCSRBAR 1M
49 memory-controller@2000 {
50 compatible = "fsl,8540-memory-controller";
52 interrupt-parent = <&mpic>;
56 l2-cache-controller@20000 {
57 compatible = "fsl,8540-l2-cache-controller";
59 cache-line-size = <20>; // 32 bytes
60 cache-size = <40000>; // L2, 256K
61 interrupt-parent = <&mpic>;
67 compatible = "fsl-i2c";
70 interrupt-parent = <&mpic>;
78 compatible = "gianfar";
80 phy0: ethernet-phy@0 {
81 interrupt-parent = <&mpic>;
84 device_type = "ethernet-phy";
86 phy1: ethernet-phy@1 {
87 interrupt-parent = <&mpic>;
90 device_type = "ethernet-phy";
92 phy3: ethernet-phy@3 {
93 interrupt-parent = <&mpic>;
96 device_type = "ethernet-phy";
101 #address-cells = <1>;
103 device_type = "network";
105 compatible = "gianfar";
108 * address is deprecated and will be removed
109 * in 2.6.25. Only recent versions of
110 * U-Boot support local-mac-address, however.
112 address = [ 00 00 00 00 00 00 ];
113 local-mac-address = [ 00 00 00 00 00 00 ];
114 interrupts = <1d 2 1e 2 22 2>;
115 interrupt-parent = <&mpic>;
116 phy-handle = <&phy0>;
120 #address-cells = <1>;
122 device_type = "network";
124 compatible = "gianfar";
127 * address is deprecated and will be removed
128 * in 2.6.25. Only recent versions of
129 * U-Boot support local-mac-address, however.
131 address = [ 00 00 00 00 00 00 ];
132 local-mac-address = [ 00 00 00 00 00 00 ];
133 interrupts = <23 2 24 2 28 2>;
134 interrupt-parent = <&mpic>;
135 phy-handle = <&phy1>;
139 #address-cells = <1>;
141 device_type = "network";
143 compatible = "gianfar";
146 * address is deprecated and will be removed
147 * in 2.6.25. Only recent versions of
148 * U-Boot support local-mac-address, however.
150 address = [ 00 00 00 00 00 00 ];
151 local-mac-address = [ 00 00 00 00 00 00 ];
153 interrupt-parent = <&mpic>;
154 phy-handle = <&phy3>;
158 device_type = "serial";
159 compatible = "ns16550";
160 reg = <4500 100>; // reg base, size
161 clock-frequency = <0>; // should we fill in in uboot?
163 interrupt-parent = <&mpic>;
167 device_type = "serial";
168 compatible = "ns16550";
169 reg = <4600 100>; // reg base, size
170 clock-frequency = <0>; // should we fill in in uboot?
172 interrupt-parent = <&mpic>;
175 clock-frequency = <0>;
176 interrupt-controller;
177 #address-cells = <0>;
178 #interrupt-cells = <2>;
180 compatible = "chrp,open-pic";
181 device_type = "open-pic";
187 interrupt-map-mask = <f800 0 0 7>;
260 a800 0 0 4 &mpic 1 1>;
261 interrupt-parent = <&mpic>;
264 ranges = <02000000 0 80000000 80000000 0 20000000
265 01000000 0 00000000 e2000000 0 00100000>;
266 clock-frequency = <3f940aa>;
267 #interrupt-cells = <1>;
269 #address-cells = <3>;
270 reg = <e0008000 1000>;
271 compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci";