diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8349emitxgp.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8349emitxgp.dts | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/arch/powerpc/boot/dts/mpc8349emitxgp.dts b/arch/powerpc/boot/dts/mpc8349emitxgp.dts index 7c89ff7f6a37..fa852ba1b6ba 100644 --- a/arch/powerpc/boot/dts/mpc8349emitxgp.dts +++ b/arch/powerpc/boot/dts/mpc8349emitxgp.dts | |||
@@ -134,28 +134,6 @@ | |||
134 | interrupt-parent = < &ipic >; | 134 | interrupt-parent = < &ipic >; |
135 | }; | 135 | }; |
136 | 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 { | 137 | crypto@30000 { |
160 | device_type = "crypto"; | 138 | device_type = "crypto"; |
161 | model = "SEC2"; | 139 | model = "SEC2"; |
@@ -177,4 +155,26 @@ | |||
177 | device_type = "ipic"; | 155 | device_type = "ipic"; |
178 | }; | 156 | }; |
179 | }; | 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 | }; |