2 * MPC8272 ADS Device Tree Source
4 * Copyright 2005 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.
14 compatible = "fsl,mpc8272ads";
25 d-cache-line-size = <d#32>;
26 i-cache-line-size = <d#32>;
27 d-cache-size = <d#16384>;
28 i-cache-size = <d#16384>;
29 timebase-frequency = <0>;
31 clock-frequency = <0>;
36 device_type = "memory";
41 compatible = "fsl,mpc8272-localbus",
47 ranges = <0 0 fe000000 02000000
49 3 0 f8200000 00008000>;
52 compatible = "jedec-flash";
60 compatible = "fsl,mpc8272ads-bcsr";
63 PCI_PIC: interrupt-controller@3,0 {
64 compatible = "fsl,mpc8272ads-pci-pic",
66 #interrupt-cells = <1>;
69 interrupt-parent = <&PIC>;
77 reg = <f0010800 10c f00101ac 8 f00101c4 8>;
78 compatible = "fsl,mpc8272-pci", "fsl,pq2-pci";
79 #interrupt-cells = <1>;
82 clock-frequency = <d#66666666>;
83 interrupt-map-mask = <f800 0 0 7>;
100 c000 0 0 3 &PCI_PIC a
101 c000 0 0 4 &PCI_PIC b>;
103 interrupt-parent = <&PIC>;
105 ranges = <42000000 0 80000000 80000000 0 20000000
106 02000000 0 a0000000 a0000000 0 20000000
107 01000000 0 00000000 f6000000 0 02000000>;
111 #address-cells = <1>;
114 compatible = "fsl,mpc8272", "fsl,pq2-soc";
115 ranges = <00000000 f0000000 00053000>;
117 // Temporary -- will go away once kernel uses ranges for get_immrbase().
118 reg = <f0000000 00053000>;
121 #address-cells = <1>;
123 compatible = "fsl,mpc8272-cpm", "fsl,cpm2";
128 #address-cells = <1>;
130 ranges = <0 0 10000>;
133 compatible = "fsl,cpm-muram-data";
134 reg = <0 2000 9800 800>;
139 compatible = "fsl,mpc8272-brg",
142 reg = <119f0 10 115f0 10>;
146 device_type = "serial";
147 compatible = "fsl,mpc8272-scc-uart",
149 reg = <11a00 20 8000 100>;
151 interrupt-parent = <&PIC>;
153 fsl,cpm-command = <00800000>;
157 device_type = "serial";
158 compatible = "fsl,mpc8272-scc-uart",
160 reg = <11a60 20 8300 100>;
162 interrupt-parent = <&PIC>;
164 fsl,cpm-command = <0ce00000>;
168 device_type = "mdio";
169 compatible = "fsl,mpc8272ads-mdio-bitbang",
170 "fsl,mpc8272-mdio-bitbang",
171 "fsl,cpm2-mdio-bitbang";
173 #address-cells = <1>;
178 PHY0: ethernet-phy@0 {
179 interrupt-parent = <&PIC>;
182 device_type = "ethernet-phy";
185 PHY1: ethernet-phy@1 {
186 interrupt-parent = <&PIC>;
189 device_type = "ethernet-phy";
194 device_type = "network";
195 compatible = "fsl,mpc8272-fcc-enet",
197 reg = <11300 20 8400 100 11390 1>;
198 local-mac-address = [ 00 00 00 00 00 00 ];
200 interrupt-parent = <&PIC>;
201 phy-handle = <&PHY0>;
202 linux,network-index = <0>;
203 fsl,cpm-command = <12000300>;
207 device_type = "network";
208 compatible = "fsl,mpc8272-fcc-enet",
210 reg = <11320 20 8500 100 113b0 1>;
211 local-mac-address = [ 00 00 00 00 00 00 ];
213 interrupt-parent = <&PIC>;
214 phy-handle = <&PHY1>;
215 linux,network-index = <1>;
216 fsl,cpm-command = <16200300>;
220 PIC: interrupt-controller@10c00 {
221 #interrupt-cells = <2>;
222 interrupt-controller;
224 compatible = "fsl,mpc8272-pic", "fsl,cpm2-pic";
227 /* May need to remove if on a part without crypto engine */
229 device_type = "crypto";
231 compatible = "fsl,mpc8272-talitos-sec2",
237 interrupt-parent = <&PIC>;
239 channel-fifo-len = <18>;
240 exec-units-mask = <0000007e>;
241 /* desc mask is for rev1.x, we need runtime fixup for >=2.x */
242 descriptor-types-mask = <01010ebf>;
247 linux,stdout-path = "/soc/cpm/serial@11a00";