diff options
Diffstat (limited to 'arch/powerpc/boot/dts/t104xqds.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/t104xqds.dtsi | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/t104xqds.dtsi b/arch/powerpc/boot/dts/t104xqds.dtsi index 234f4b596c5b..f7e9bfbeefc7 100644 --- a/arch/powerpc/boot/dts/t104xqds.dtsi +++ b/arch/powerpc/boot/dts/t104xqds.dtsi | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * T104xQDS Device Tree Source | 2 | * T104xQDS Device Tree Source |
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: |
@@ -38,6 +38,17 @@ | |||
38 | #size-cells = <2>; | 38 | #size-cells = <2>; |
39 | interrupt-parent = <&mpic>; | 39 | interrupt-parent = <&mpic>; |
40 | 40 | ||
41 | reserved-memory { | ||
42 | #address-cells = <2>; | ||
43 | #size-cells = <2>; | ||
44 | ranges; | ||
45 | |||
46 | bman_fbpr: bman-fbpr { | ||
47 | size = <0 0x1000000>; | ||
48 | alignment = <0 0x1000000>; | ||
49 | }; | ||
50 | }; | ||
51 | |||
41 | ifc: localbus@ffe124000 { | 52 | ifc: localbus@ffe124000 { |
42 | reg = <0xf 0xfe124000 0 0x2000>; | 53 | reg = <0xf 0xfe124000 0 0x2000>; |
43 | ranges = <0 0 0xf 0xe8000000 0x08000000 | 54 | ranges = <0 0 0xf 0xe8000000 0x08000000 |
@@ -77,6 +88,10 @@ | |||
77 | ranges = <0x00000000 0xf 0x00000000 0x01072000>; | 88 | ranges = <0x00000000 0xf 0x00000000 0x01072000>; |
78 | }; | 89 | }; |
79 | 90 | ||
91 | bportals: bman-portals@ff4000000 { | ||
92 | ranges = <0x0 0xf 0xf4000000 0x2000000>; | ||
93 | }; | ||
94 | |||
80 | soc: soc@ffe000000 { | 95 | soc: soc@ffe000000 { |
81 | ranges = <0x00000000 0xf 0xfe000000 0x1000000>; | 96 | ranges = <0x00000000 0xf 0xfe000000 0x1000000>; |
82 | reg = <0xf 0xfe000000 0 0x00001000>; | 97 | reg = <0xf 0xfe000000 0 0x00001000>; |