1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * MPC8349E-mITX-GP Device Tree Source
5 * Copyright 2007 Freescale Semiconductor Inc.
11 model = "MPC8349EMITXGP";
12 compatible = "MPC8349EMITXGP", "MPC834xMITX", "MPC83xxMITX";
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 0x10000000>;
49 compatible = "simple-bus";
50 ranges = <0x0 0xe0000000 0x00100000>;
51 reg = <0xe0000000 0x00000200>;
52 bus-frequency = <0>; // from bootloader
55 device_type = "watchdog";
56 compatible = "mpc83xx_wdt";
64 compatible = "fsl-i2c";
66 interrupts = <14 0x8>;
67 interrupt-parent = <&ipic>;
75 compatible = "fsl-i2c";
77 interrupts = <15 0x8>;
78 interrupt-parent = <&ipic>;
82 compatible = "dallas,ds1339";
84 interrupts = <18 0x8>;
85 interrupt-parent = <&ipic>;
91 compatible = "fsl,spi";
92 reg = <0x7000 0x1000>;
93 interrupts = <16 0x8>;
94 interrupt-parent = <&ipic>;
101 compatible = "fsl,mpc8349-dma", "fsl,elo-dma";
103 ranges = <0 0x8100 0x1a8>;
104 interrupt-parent = <&ipic>;
108 compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel";
111 interrupt-parent = <&ipic>;
115 compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel";
118 interrupt-parent = <&ipic>;
122 compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel";
125 interrupt-parent = <&ipic>;
129 compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel";
132 interrupt-parent = <&ipic>;
138 compatible = "fsl-usb2-dr";
139 reg = <0x23000 0x1000>;
140 #address-cells = <1>;
142 interrupt-parent = <&ipic>;
143 interrupts = <38 0x8>;
148 enet0: ethernet@24000 {
149 #address-cells = <1>;
152 device_type = "network";
154 compatible = "gianfar";
155 reg = <0x24000 0x1000>;
156 ranges = <0x0 0x24000 0x1000>;
157 local-mac-address = [ 00 00 00 00 00 00 ];
158 interrupts = <32 0x8 33 0x8 34 0x8>;
159 interrupt-parent = <&ipic>;
160 tbi-handle = <&tbi0>;
161 phy-handle = <&phy1c>;
162 linux,network-index = <0>;
165 #address-cells = <1>;
167 compatible = "fsl,gianfar-mdio";
171 phy1c: ethernet-phy@1c {
172 interrupt-parent = <&ipic>;
173 interrupts = <18 0x8>;
179 device_type = "tbi-phy";
184 serial0: serial@4500 {
186 device_type = "serial";
187 compatible = "fsl,ns16550", "ns16550";
188 reg = <0x4500 0x100>;
189 clock-frequency = <0>; // from bootloader
190 interrupts = <9 0x8>;
191 interrupt-parent = <&ipic>;
194 serial1: serial@4600 {
196 device_type = "serial";
197 compatible = "fsl,ns16550", "ns16550";
198 reg = <0x4600 0x100>;
199 clock-frequency = <0>; // from bootloader
200 interrupts = <10 0x8>;
201 interrupt-parent = <&ipic>;
205 compatible = "fsl,sec2.0";
206 reg = <0x30000 0x10000>;
207 interrupts = <11 0x8>;
208 interrupt-parent = <&ipic>;
209 fsl,num-channels = <4>;
210 fsl,channel-fifo-len = <24>;
211 fsl,exec-units-mask = <0x7e>;
212 fsl,descriptor-types-mask = <0x01010ebf>;
216 interrupt-controller;
217 #address-cells = <0>;
218 #interrupt-cells = <2>;
220 device_type = "ipic";
225 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
227 /* IDSEL 0x0F - PCI Slot */
228 0x7800 0x0 0x0 0x1 &ipic 20 0x8 /* PCI_INTA */
229 0x7800 0x0 0x0 0x2 &ipic 21 0x8 /* PCI_INTB */
231 interrupt-parent = <&ipic>;
232 interrupts = <67 0x8>;
233 bus-range = <0x1 0x1>;
234 ranges = <0x42000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
235 0x02000000 0x0 0xb0000000 0xb0000000 0x0 0x10000000
236 0x01000000 0x0 0x00000000 0xe3000000 0x0 0x01000000>;
237 clock-frequency = <66666666>;
238 #interrupt-cells = <1>;
240 #address-cells = <3>;
241 reg = <0xe0008600 0x100 /* internal registers */
242 0xe0008380 0x8>; /* config space access registers */
243 compatible = "fsl,mpc8349-pci";