diff options
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/p4080si-post.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/p4080si-post.dtsi | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi b/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi index 7005a4a4cef0..89482c9b2301 100644 --- a/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * P4080/P4040 Silicon/SoC Device Tree Source (post include) | 2 | * P4080/P4040 Silicon/SoC Device Tree Source (post include) |
3 | * | 3 | * |
4 | * Copyright 2011 Freescale Semiconductor Inc. | 4 | * Copyright 2011 - 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 0x10 0>; | ||
38 | }; | ||
39 | |||
35 | &lbc { | 40 | &lbc { |
36 | compatible = "fsl,p4080-elbc", "fsl,elbc", "simple-bus"; | 41 | compatible = "fsl,p4080-elbc", "fsl,elbc", "simple-bus"; |
37 | interrupts = <25 2 0 0>; | 42 | interrupts = <25 2 0 0>; |
@@ -243,6 +248,8 @@ | |||
243 | 248 | ||
244 | }; | 249 | }; |
245 | 250 | ||
251 | /include/ "qoriq-bman1-portals.dtsi" | ||
252 | |||
246 | &soc { | 253 | &soc { |
247 | #address-cells = <1>; | 254 | #address-cells = <1>; |
248 | #size-cells = <1>; | 255 | #size-cells = <1>; |
@@ -490,4 +497,6 @@ | |||
490 | crypto: crypto@300000 { | 497 | crypto: crypto@300000 { |
491 | fsl,iommu-parent = <&pamu1>; | 498 | fsl,iommu-parent = <&pamu1>; |
492 | }; | 499 | }; |
500 | |||
501 | /include/ "qoriq-bman1.dtsi" | ||
493 | }; | 502 | }; |