diff options
-rw-r--r-- | arch/arm/boot/dts/armada-385-linksys.dtsi | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/arch/arm/boot/dts/armada-385-linksys.dtsi b/arch/arm/boot/dts/armada-385-linksys.dtsi index f1d6b77c73fe..4049eaf80638 100644 --- a/arch/arm/boot/dts/armada-385-linksys.dtsi +++ b/arch/arm/boot/dts/armada-385-linksys.dtsi | |||
@@ -52,7 +52,7 @@ | |||
52 | 52 | ||
53 | memory { | 53 | memory { |
54 | device_type = "memory"; | 54 | device_type = "memory"; |
55 | reg = <0x00000000 0x20000000>; /* 512 MB */ | 55 | reg = <0x00000000 0x20000000>; /* 512 MiB */ |
56 | }; | 56 | }; |
57 | 57 | ||
58 | soc { | 58 | soc { |
@@ -180,50 +180,50 @@ | |||
180 | 180 | ||
181 | partition@0 { | 181 | partition@0 { |
182 | label = "u-boot"; | 182 | label = "u-boot"; |
183 | reg = <0x0000000 0x200000>; /* 2MB */ | 183 | reg = <0x0000000 0x200000>; /* 2MiB */ |
184 | read-only; | 184 | read-only; |
185 | }; | 185 | }; |
186 | 186 | ||
187 | partition@100000 { | 187 | partition@100000 { |
188 | label = "u_env"; | 188 | label = "u_env"; |
189 | reg = <0x200000 0x40000>; /* 256KB */ | 189 | reg = <0x200000 0x40000>; /* 256KiB */ |
190 | }; | 190 | }; |
191 | 191 | ||
192 | partition@140000 { | 192 | partition@140000 { |
193 | label = "s_env"; | 193 | label = "s_env"; |
194 | reg = <0x240000 0x40000>; /* 256KB */ | 194 | reg = <0x240000 0x40000>; /* 256KiB */ |
195 | }; | 195 | }; |
196 | 196 | ||
197 | partition@900000 { | 197 | partition@900000 { |
198 | label = "devinfo"; | 198 | label = "devinfo"; |
199 | reg = <0x900000 0x100000>; /* 1MB */ | 199 | reg = <0x900000 0x100000>; /* 1MiB */ |
200 | read-only; | 200 | read-only; |
201 | }; | 201 | }; |
202 | 202 | ||
203 | /* kernel1 overlaps with rootfs1 by design */ | 203 | /* kernel1 overlaps with rootfs1 by design */ |
204 | partition@a00000 { | 204 | partition@a00000 { |
205 | label = "kernel1"; | 205 | label = "kernel1"; |
206 | reg = <0xa00000 0x2800000>; /* 40MB */ | 206 | reg = <0xa00000 0x2800000>; /* 40MiB */ |
207 | }; | 207 | }; |
208 | 208 | ||
209 | partition@1000000 { | 209 | partition@1000000 { |
210 | label = "rootfs1"; | 210 | label = "rootfs1"; |
211 | reg = <0x1000000 0x2200000>; /* 34MB */ | 211 | reg = <0x1000000 0x2200000>; /* 34MiB */ |
212 | }; | 212 | }; |
213 | 213 | ||
214 | /* kernel2 overlaps with rootfs2 by design */ | 214 | /* kernel2 overlaps with rootfs2 by design */ |
215 | partition@3200000 { | 215 | partition@3200000 { |
216 | label = "kernel2"; | 216 | label = "kernel2"; |
217 | reg = <0x3200000 0x2800000>; /* 40MB */ | 217 | reg = <0x3200000 0x2800000>; /* 40MiB */ |
218 | }; | 218 | }; |
219 | 219 | ||
220 | partition@3800000 { | 220 | partition@3800000 { |
221 | label = "rootfs2"; | 221 | label = "rootfs2"; |
222 | reg = <0x3800000 0x2200000>; /* 34MB */ | 222 | reg = <0x3800000 0x2200000>; /* 34MiB */ |
223 | }; | 223 | }; |
224 | 224 | ||
225 | /* | 225 | /* |
226 | * 38MB, last MB is for the BBT, not writable | 226 | * 38MiB, last MiB is for the BBT, not writable |
227 | */ | 227 | */ |
228 | partition@5a00000 { | 228 | partition@5a00000 { |
229 | label = "syscfg"; | 229 | label = "syscfg"; |
@@ -238,7 +238,7 @@ | |||
238 | */ | 238 | */ |
239 | partition@180000 { | 239 | partition@180000 { |
240 | label = "unused_area"; | 240 | label = "unused_area"; |
241 | reg = <0x280000 0x680000>; /* 6.5MB */ | 241 | reg = <0x280000 0x680000>; /* 6.5MiB */ |
242 | }; | 242 | }; |
243 | }; | 243 | }; |
244 | 244 | ||