1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Analogue & Micro ASP8347 Device Tree Source
5 * Copyright 2008 Codehermit
11 model = "Analogue & Micro ASP8347E";
12 compatible = "analogue-and-micro,asp8347e";
30 d-cache-line-size = <32>;
31 i-cache-line-size = <32>;
32 d-cache-size = <32768>;
33 i-cache-size = <32768>;
34 timebase-frequency = <0>; // from bootloader
35 bus-frequency = <0>; // from bootloader
36 clock-frequency = <0>; // from bootloader
41 device_type = "memory";
42 reg = <0x00000000 0x8000000>; // 128MB at 0
48 compatible = "fsl,mpc8347e-localbus",
49 "fsl,pq2pro-localbus",
51 reg = <0xff005000 0x1000>;
52 interrupts = <77 0x8>;
53 interrupt-parent = <&ipic>;
56 0 0 0xf0000000 0x02000000
60 compatible = "cfi-flash";
61 reg = <0 0 0x02000000>;
71 ranges = <0x0 0xff000000 0x00100000>;
72 reg = <0xff000000 0x00000200>;
76 device_type = "watchdog";
77 compatible = "mpc83xx_wdt";
85 compatible = "fsl-i2c";
87 interrupts = <14 0x8>;
88 interrupt-parent = <&ipic>;
92 compatible = "dallas,ds1374";
101 compatible = "fsl-i2c";
102 reg = <0x3100 0x100>;
103 interrupts = <15 0x8>;
104 interrupt-parent = <&ipic>;
110 compatible = "fsl,spi";
111 reg = <0x7000 0x1000>;
112 interrupts = <16 0x8>;
113 interrupt-parent = <&ipic>;
118 #address-cells = <1>;
120 compatible = "fsl,mpc8347-dma", "fsl,elo-dma";
122 ranges = <0 0x8100 0x1a8>;
123 interrupt-parent = <&ipic>;
127 compatible = "fsl,mpc8347-dma-channel", "fsl,elo-dma-channel";
130 interrupt-parent = <&ipic>;
134 compatible = "fsl,mpc8347-dma-channel", "fsl,elo-dma-channel";
137 interrupt-parent = <&ipic>;
141 compatible = "fsl,mpc8347-dma-channel", "fsl,elo-dma-channel";
144 interrupt-parent = <&ipic>;
148 compatible = "fsl,mpc8347-dma-channel", "fsl,elo-dma-channel";
151 interrupt-parent = <&ipic>;
156 /* phy type (ULPI or SERIAL) are only types supported for MPH */
159 compatible = "fsl-usb2-mph";
160 reg = <0x22000 0x1000>;
161 #address-cells = <1>;
163 interrupt-parent = <&ipic>;
164 interrupts = <39 0x8>;
168 /* phy type (ULPI, UTMI, UTMI_WIDE, SERIAL) */
170 compatible = "fsl-usb2-dr";
171 reg = <0x23000 0x1000>;
172 #address-cells = <1>;
174 interrupt-parent = <&ipic>;
175 interrupts = <38 0x8>;
180 enet0: ethernet@24000 {
181 #address-cells = <1>;
184 device_type = "network";
186 compatible = "gianfar";
187 reg = <0x24000 0x1000>;
188 ranges = <0x0 0x24000 0x1000>;
189 local-mac-address = [ 00 08 e5 11 32 33 ];
190 interrupts = <32 0x8 33 0x8 34 0x8>;
191 interrupt-parent = <&ipic>;
192 tbi-handle = <&tbi0>;
193 phy-handle = <&phy0>;
194 linux,network-index = <0>;
197 #address-cells = <1>;
199 compatible = "fsl,gianfar-mdio";
202 phy0: ethernet-phy@0 {
203 interrupt-parent = <&ipic>;
204 interrupts = <17 0x8>;
208 phy1: ethernet-phy@1 {
209 interrupt-parent = <&ipic>;
210 interrupts = <18 0x8>;
216 device_type = "tbi-phy";
221 enet1: ethernet@25000 {
222 #address-cells = <1>;
225 device_type = "network";
227 compatible = "gianfar";
228 reg = <0x25000 0x1000>;
229 ranges = <0x0 0x25000 0x1000>;
230 local-mac-address = [ 00 08 e5 11 32 34 ];
231 interrupts = <35 0x8 36 0x8 37 0x8>;
232 interrupt-parent = <&ipic>;
233 tbi-handle = <&tbi1>;
234 phy-handle = <&phy1>;
235 linux,network-index = <1>;
238 #address-cells = <1>;
240 compatible = "fsl,gianfar-tbi";
245 device_type = "tbi-phy";
250 serial0: serial@4500 {
252 device_type = "serial";
253 compatible = "fsl,ns16550", "ns16550";
254 reg = <0x4500 0x100>;
255 clock-frequency = <400000000>;
256 interrupts = <9 0x8>;
257 interrupt-parent = <&ipic>;
260 serial1: serial@4600 {
262 device_type = "serial";
263 compatible = "fsl,ns16550", "ns16550";
264 reg = <0x4600 0x100>;
265 clock-frequency = <400000000>;
266 interrupts = <10 0x8>;
267 interrupt-parent = <&ipic>;
270 /* May need to remove if on a part without crypto engine */
272 device_type = "crypto";
274 compatible = "talitos";
275 reg = <0x30000 0x10000>;
276 interrupts = <11 0x8>;
277 interrupt-parent = <&ipic>;
279 channel-fifo-len = <24>;
280 exec-units-mask = <0x0000007e>;
281 /* desc mask is for rev2.0,
282 * we need runtime fixup for >2.0 */
283 descriptor-types-mask = <0x01010ebf>;
287 * interrupts cell = <intr #, sense>
288 * sense values match linux IORESOURCE_IRQ_* defines:
289 * sense == 8: Level, low assertion
290 * sense == 2: Edge, high-to-low change
293 interrupt-controller;
294 #address-cells = <0>;
295 #interrupt-cells = <2>;
297 device_type = "ipic";
302 bootargs = "console=ttyS0,38400 root=/dev/mtdblock3 rootfstype=jffs2";
303 stdout-path = &serial0;