diff options
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/t2081si-post.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/t2081si-post.dtsi | 105 |
1 files changed, 104 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t2081si-post.dtsi b/arch/powerpc/boot/dts/fsl/t2081si-post.dtsi index 1ce91e3485a9..86bdaf6cbd14 100644 --- a/arch/powerpc/boot/dts/fsl/t2081si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/t2081si-post.dtsi | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * T2081 Silicon/SoC Device Tree Source (post include) | 2 | * T2081 Silicon/SoC Device Tree Source (post include) |
3 | * | 3 | * |
4 | * Copyright 2013 Freescale Semiconductor Inc. | 4 | * Copyright 2013 - 2014 Freescale Semiconductor Inc. |
5 | * | 5 | * |
6 | * Redistribution and use in source and binary forms, with or without | 6 | * Redistribution and use in source and binary forms, with or without |
7 | * modification, are permitted provided that the following conditions are met: | 7 | * modification, are permitted provided that the following conditions are met: |
@@ -32,6 +32,11 @@ | |||
32 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 32 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
33 | */ | 33 | */ |
34 | 34 | ||
35 | &bman_fbpr { | ||
36 | compatible = "fsl,bman-fbpr"; | ||
37 | alloc-ranges = <0 0 0x10000 0>; | ||
38 | }; | ||
39 | |||
35 | &ifc { | 40 | &ifc { |
36 | #address-cells = <2>; | 41 | #address-cells = <2>; |
37 | #size-cells = <1>; | 42 | #size-cells = <1>; |
@@ -224,6 +229,103 @@ | |||
224 | }; | 229 | }; |
225 | }; | 230 | }; |
226 | 231 | ||
232 | &bportals { | ||
233 | #address-cells = <0x1>; | ||
234 | #size-cells = <0x1>; | ||
235 | compatible = "simple-bus"; | ||
236 | |||
237 | bman-portal@0 { | ||
238 | compatible = "fsl,bman-portal"; | ||
239 | reg = <0x0 0x4000>, <0x1000000 0x1000>; | ||
240 | interrupts = <105 2 0 0>; | ||
241 | }; | ||
242 | bman-portal@4000 { | ||
243 | compatible = "fsl,bman-portal"; | ||
244 | reg = <0x4000 0x4000>, <0x1001000 0x1000>; | ||
245 | interrupts = <107 2 0 0>; | ||
246 | }; | ||
247 | bman-portal@8000 { | ||
248 | compatible = "fsl,bman-portal"; | ||
249 | reg = <0x8000 0x4000>, <0x1002000 0x1000>; | ||
250 | interrupts = <109 2 0 0>; | ||
251 | }; | ||
252 | bman-portal@c000 { | ||
253 | compatible = "fsl,bman-portal"; | ||
254 | reg = <0xc000 0x4000>, <0x1003000 0x1000>; | ||
255 | interrupts = <111 2 0 0>; | ||
256 | }; | ||
257 | bman-portal@10000 { | ||
258 | compatible = "fsl,bman-portal"; | ||
259 | reg = <0x10000 0x4000>, <0x1004000 0x1000>; | ||
260 | interrupts = <113 2 0 0>; | ||
261 | }; | ||
262 | bman-portal@14000 { | ||
263 | compatible = "fsl,bman-portal"; | ||
264 | reg = <0x14000 0x4000>, <0x1005000 0x1000>; | ||
265 | interrupts = <115 2 0 0>; | ||
266 | }; | ||
267 | bman-portal@18000 { | ||
268 | compatible = "fsl,bman-portal"; | ||
269 | reg = <0x18000 0x4000>, <0x1006000 0x1000>; | ||
270 | interrupts = <117 2 0 0>; | ||
271 | }; | ||
272 | bman-portal@1c000 { | ||
273 | compatible = "fsl,bman-portal"; | ||
274 | reg = <0x1c000 0x4000>, <0x1007000 0x1000>; | ||
275 | interrupts = <119 2 0 0>; | ||
276 | }; | ||
277 | bman-portal@20000 { | ||
278 | compatible = "fsl,bman-portal"; | ||
279 | reg = <0x20000 0x4000>, <0x1008000 0x1000>; | ||
280 | interrupts = <121 2 0 0>; | ||
281 | }; | ||
282 | bman-portal@24000 { | ||
283 | compatible = "fsl,bman-portal"; | ||
284 | reg = <0x24000 0x4000>, <0x1009000 0x1000>; | ||
285 | interrupts = <123 2 0 0>; | ||
286 | }; | ||
287 | bman-portal@28000 { | ||
288 | compatible = "fsl,bman-portal"; | ||
289 | reg = <0x28000 0x4000>, <0x100a000 0x1000>; | ||
290 | interrupts = <125 2 0 0>; | ||
291 | }; | ||
292 | bman-portal@2c000 { | ||
293 | compatible = "fsl,bman-portal"; | ||
294 | reg = <0x2c000 0x4000>, <0x100b000 0x1000>; | ||
295 | interrupts = <127 2 0 0>; | ||
296 | }; | ||
297 | bman-portal@30000 { | ||
298 | compatible = "fsl,bman-portal"; | ||
299 | reg = <0x30000 0x4000>, <0x100c000 0x1000>; | ||
300 | interrupts = <129 2 0 0>; | ||
301 | }; | ||
302 | bman-portal@34000 { | ||
303 | compatible = "fsl,bman-portal"; | ||
304 | reg = <0x34000 0x4000>, <0x100d000 0x1000>; | ||
305 | interrupts = <131 2 0 0>; | ||
306 | }; | ||
307 | bman-portal@38000 { | ||
308 | compatible = "fsl,bman-portal"; | ||
309 | reg = <0x38000 0x4000>, <0x100e000 0x1000>; | ||
310 | interrupts = <133 2 0 0>; | ||
311 | }; | ||
312 | bman-portal@3c000 { | ||
313 | compatible = "fsl,bman-portal"; | ||
314 | reg = <0x3c000 0x4000>, <0x100f000 0x1000>; | ||
315 | interrupts = <135 2 0 0>; | ||
316 | }; | ||
317 | bman-portal@40000 { | ||
318 | compatible = "fsl,bman-portal"; | ||
319 | reg = <0x40000 0x4000>, <0x1010000 0x1000>; | ||
320 | interrupts = <137 2 0 0>; | ||
321 | }; | ||
322 | bman-portal@44000 { | ||
323 | compatible = "fsl,bman-portal"; | ||
324 | reg = <0x44000 0x4000>, <0x1011000 0x1000>; | ||
325 | interrupts = <139 2 0 0>; | ||
326 | }; | ||
327 | }; | ||
328 | |||
227 | &soc { | 329 | &soc { |
228 | #address-cells = <1>; | 330 | #address-cells = <1>; |
229 | #size-cells = <1>; | 331 | #size-cells = <1>; |
@@ -400,6 +502,7 @@ | |||
400 | phy_type = "utmi"; | 502 | phy_type = "utmi"; |
401 | }; | 503 | }; |
402 | /include/ "qoriq-sec5.2-0.dtsi" | 504 | /include/ "qoriq-sec5.2-0.dtsi" |
505 | /include/ "qoriq-bman1.dtsi" | ||
403 | 506 | ||
404 | L2_1: l2-cache-controller@c20000 { | 507 | L2_1: l2-cache-controller@c20000 { |
405 | /* Cluster 0 L2 cache */ | 508 | /* Cluster 0 L2 cache */ |