mpc8313erdb.dts (f0c8ac8083cbd9347b398bfddcca20f1e2786016) mpc8313erdb.dts (1b3c5cdab49a605f0e048e1ccbf4cc61a2626485)
1/*
2 * MPC8313E RDB Device Tree Source
3 *
4 * Copyright 2005, 2006, 2007 Freescale Semiconductor Inc.
5 *
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

--- 136 unchanged lines hidden (view full) ---

145 device_type = "serial";
146 compatible = "ns16550";
147 reg = <4600 100>;
148 clock-frequency = <0>;
149 interrupts = <a 8>;
150 interrupt-parent = < &ipic >;
151 };
152
1/*
2 * MPC8313E RDB Device Tree Source
3 *
4 * Copyright 2005, 2006, 2007 Freescale Semiconductor Inc.
5 *
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

--- 136 unchanged lines hidden (view full) ---

145 device_type = "serial";
146 compatible = "ns16550";
147 reg = <4600 100>;
148 clock-frequency = <0>;
149 interrupts = <a 8>;
150 interrupt-parent = < &ipic >;
151 };
152
153 pci@8500 {
154 interrupt-map-mask = <f800 0 0 7>;
155 interrupt-map = <
156
157 /* IDSEL 0x0E -mini PCI */
158 7000 0 0 1 &ipic 12 8
159 7000 0 0 2 &ipic 12 8
160 7000 0 0 3 &ipic 12 8
161 7000 0 0 4 &ipic 12 8
162
163 /* IDSEL 0x0F - PCI slot */
164 7800 0 0 1 &ipic 11 8
165 7800 0 0 2 &ipic 12 8
166 7800 0 0 3 &ipic 11 8
167 7800 0 0 4 &ipic 12 8>;
168 interrupt-parent = < &ipic >;
169 interrupts = <42 8>;
170 bus-range = <0 0>;
171 ranges = <02000000 0 90000000 90000000 0 10000000
172 42000000 0 80000000 80000000 0 10000000
173 01000000 0 00000000 e2000000 0 00100000>;
174 clock-frequency = <3f940aa>;
175 #interrupt-cells = <1>;
176 #size-cells = <2>;
177 #address-cells = <3>;
178 reg = <8500 100>;
179 compatible = "fsl,mpc8349-pci";
180 device_type = "pci";
181 };
182
183 crypto@30000 {
184 device_type = "crypto";
185 model = "SEC2";
186 compatible = "talitos";
187 reg = <30000 7000>;
188 interrupts = <b 8>;
189 interrupt-parent = < &ipic >;
190 /* Rev. 2.2 */

--- 12 unchanged lines hidden (view full) ---

203 ipic: pic@700 {
204 interrupt-controller;
205 #address-cells = <0>;
206 #interrupt-cells = <2>;
207 reg = <700 100>;
208 device_type = "ipic";
209 };
210 };
153 crypto@30000 {
154 device_type = "crypto";
155 model = "SEC2";
156 compatible = "talitos";
157 reg = <30000 7000>;
158 interrupts = <b 8>;
159 interrupt-parent = < &ipic >;
160 /* Rev. 2.2 */

--- 12 unchanged lines hidden (view full) ---

173 ipic: pic@700 {
174 interrupt-controller;
175 #address-cells = <0>;
176 #interrupt-cells = <2>;
177 reg = <700 100>;
178 device_type = "ipic";
179 };
180 };
181
182 pci@e0008500 {
183 interrupt-map-mask = <f800 0 0 7>;
184 interrupt-map = <
185
186 /* IDSEL 0x0E -mini PCI */
187 7000 0 0 1 &ipic 12 8
188 7000 0 0 2 &ipic 12 8
189 7000 0 0 3 &ipic 12 8
190 7000 0 0 4 &ipic 12 8
191
192 /* IDSEL 0x0F - PCI slot */
193 7800 0 0 1 &ipic 11 8
194 7800 0 0 2 &ipic 12 8
195 7800 0 0 3 &ipic 11 8
196 7800 0 0 4 &ipic 12 8>;
197 interrupt-parent = < &ipic >;
198 interrupts = <42 8>;
199 bus-range = <0 0>;
200 ranges = <02000000 0 90000000 90000000 0 10000000
201 42000000 0 80000000 80000000 0 10000000
202 01000000 0 00000000 e2000000 0 00100000>;
203 clock-frequency = <3f940aa>;
204 #interrupt-cells = <1>;
205 #size-cells = <2>;
206 #address-cells = <3>;
207 reg = <e0008500 100>;
208 compatible = "fsl,mpc8349-pci";
209 device_type = "pci";
210 };
211};
211};