diff options
Diffstat (limited to 'arch/powerpc/boot/dts/t4240rdb.dts')
-rw-r--r-- | arch/powerpc/boot/dts/t4240rdb.dts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/t4240rdb.dts b/arch/powerpc/boot/dts/t4240rdb.dts index 53761d4e8c51..46049cf37f02 100644 --- a/arch/powerpc/boot/dts/t4240rdb.dts +++ b/arch/powerpc/boot/dts/t4240rdb.dts | |||
@@ -69,10 +69,25 @@ | |||
69 | device_type = "memory"; | 69 | device_type = "memory"; |
70 | }; | 70 | }; |
71 | 71 | ||
72 | reserved-memory { | ||
73 | #address-cells = <2>; | ||
74 | #size-cells = <2>; | ||
75 | ranges; | ||
76 | |||
77 | bman_fbpr: bman-fbpr { | ||
78 | size = <0 0x1000000>; | ||
79 | alignment = <0 0x1000000>; | ||
80 | }; | ||
81 | }; | ||
82 | |||
72 | dcsr: dcsr@f00000000 { | 83 | dcsr: dcsr@f00000000 { |
73 | ranges = <0x00000000 0xf 0x00000000 0x01072000>; | 84 | ranges = <0x00000000 0xf 0x00000000 0x01072000>; |
74 | }; | 85 | }; |
75 | 86 | ||
87 | bportals: bman-portals@ff4000000 { | ||
88 | ranges = <0x0 0xf 0xf4000000 0x2000000>; | ||
89 | }; | ||
90 | |||
76 | soc: soc@ffe000000 { | 91 | soc: soc@ffe000000 { |
77 | ranges = <0x00000000 0xf 0xfe000000 0x1000000>; | 92 | ranges = <0x00000000 0xf 0xfe000000 0x1000000>; |
78 | reg = <0xf 0xfe000000 0 0x00001000>; | 93 | reg = <0xf 0xfe000000 0 0x00001000>; |