mpc8349emitxgp.dts (f0c8ac8083cbd9347b398bfddcca20f1e2786016) mpc8349emitxgp.dts (1b3c5cdab49a605f0e048e1ccbf4cc61a2626485)
1/*
2 * MPC8349E-mITX-GP Device Tree Source
3 *
4 * Copyright 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

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

129 device_type = "serial";
130 compatible = "ns16550";
131 reg = <4600 100>;
132 clock-frequency = <0>; // from bootloader
133 interrupts = <a 8>;
134 interrupt-parent = < &ipic >;
135 };
136
1/*
2 * MPC8349E-mITX-GP Device Tree Source
3 *
4 * Copyright 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

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

129 device_type = "serial";
130 compatible = "ns16550";
131 reg = <4600 100>;
132 clock-frequency = <0>; // from bootloader
133 interrupts = <a 8>;
134 interrupt-parent = < &ipic >;
135 };
136
137 pci@8600 {
138 interrupt-map-mask = <f800 0 0 7>;
139 interrupt-map = <
140 /* IDSEL 0x0F - PCI Slot */
141 7800 0 0 1 &ipic 14 8 /* PCI_INTA */
142 7800 0 0 2 &ipic 15 8 /* PCI_INTB */
143 >;
144 interrupt-parent = < &ipic >;
145 interrupts = <43 8>;
146 bus-range = <1 1>;
147 ranges = <42000000 0 a0000000 a0000000 0 10000000
148 02000000 0 b0000000 b0000000 0 10000000
149 01000000 0 00000000 e3000000 0 01000000>;
150 clock-frequency = <3f940aa>;
151 #interrupt-cells = <1>;
152 #size-cells = <2>;
153 #address-cells = <3>;
154 reg = <8600 100>;
155 compatible = "fsl,mpc8349-pci";
156 device_type = "pci";
157 };
158
159 crypto@30000 {
160 device_type = "crypto";
161 model = "SEC2";
162 compatible = "talitos";
163 reg = <30000 10000>;
164 interrupts = <b 8>;
165 interrupt-parent = < &ipic >;
166 num-channels = <4>;

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

172 ipic: pic@700 {
173 interrupt-controller;
174 #address-cells = <0>;
175 #interrupt-cells = <2>;
176 reg = <700 100>;
177 device_type = "ipic";
178 };
179 };
137 crypto@30000 {
138 device_type = "crypto";
139 model = "SEC2";
140 compatible = "talitos";
141 reg = <30000 10000>;
142 interrupts = <b 8>;
143 interrupt-parent = < &ipic >;
144 num-channels = <4>;

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

150 ipic: pic@700 {
151 interrupt-controller;
152 #address-cells = <0>;
153 #interrupt-cells = <2>;
154 reg = <700 100>;
155 device_type = "ipic";
156 };
157 };
158
159 pci@e0008600 {
160 interrupt-map-mask = <f800 0 0 7>;
161 interrupt-map = <
162 /* IDSEL 0x0F - PCI Slot */
163 7800 0 0 1 &ipic 14 8 /* PCI_INTA */
164 7800 0 0 2 &ipic 15 8 /* PCI_INTB */
165 >;
166 interrupt-parent = < &ipic >;
167 interrupts = <43 8>;
168 bus-range = <1 1>;
169 ranges = <42000000 0 a0000000 a0000000 0 10000000
170 02000000 0 b0000000 b0000000 0 10000000
171 01000000 0 00000000 e3000000 0 01000000>;
172 clock-frequency = <3f940aa>;
173 #interrupt-cells = <1>;
174 #size-cells = <2>;
175 #address-cells = <3>;
176 reg = <e0008600 100>;
177 compatible = "fsl,mpc8349-pci";
178 device_type = "pci";
179 };
180};
180};