diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2011-06-14 01:22:27 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-06-27 09:31:11 -0400 |
commit | 67e64f4aee53152ce22b35e4f1b61ebe78d24f3b (patch) | |
tree | d1f7c0e445ee8e69d92fd297e50ddbf97ec61879 /arch/powerpc/boot | |
parent | 04243c4d32b96c06430f2d25c936fef38765a91b (diff) |
powerpc/85xx: tqm8540 - add description for onboard flash
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/tqm8540.dts | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/tqm8540.dts b/arch/powerpc/boot/dts/tqm8540.dts index 15ca731bc24e..e028457dff62 100644 --- a/arch/powerpc/boot/dts/tqm8540.dts +++ b/arch/powerpc/boot/dts/tqm8540.dts | |||
@@ -277,6 +277,46 @@ | |||
277 | }; | 277 | }; |
278 | }; | 278 | }; |
279 | 279 | ||
280 | localbus@e0005000 { | ||
281 | #address-cells = <2>; | ||
282 | #size-cells = <1>; | ||
283 | compatible = "fsl,mpc8540-localbus", "fsl,pq3-localbus", | ||
284 | "simple-bus"; | ||
285 | reg = <0xe0005000 0x1000>; | ||
286 | |||
287 | ranges = <0x0 0x0 0xfe000000 0x02000000>; | ||
288 | |||
289 | nor@0,0 { | ||
290 | #address-cells = <1>; | ||
291 | #size-cells = <1>; | ||
292 | compatible = "cfi-flash"; | ||
293 | reg = <0x0 0x0 0x02000000>; | ||
294 | bank-width = <4>; | ||
295 | device-width = <2>; | ||
296 | partition@0 { | ||
297 | label = "kernel"; | ||
298 | reg = <0x00000000 0x00180000>; | ||
299 | }; | ||
300 | partition@180000 { | ||
301 | label = "root"; | ||
302 | reg = <0x00180000 0x01dc0000>; | ||
303 | }; | ||
304 | partition@1f40000 { | ||
305 | label = "env1"; | ||
306 | reg = <0x01f40000 0x00040000>; | ||
307 | }; | ||
308 | partition@1f80000 { | ||
309 | label = "env2"; | ||
310 | reg = <0x01f80000 0x00040000>; | ||
311 | }; | ||
312 | partition@1fc0000 { | ||
313 | label = "u-boot"; | ||
314 | reg = <0x01fc0000 0x00040000>; | ||
315 | read-only; | ||
316 | }; | ||
317 | }; | ||
318 | }; | ||
319 | |||
280 | pci0: pci@e0008000 { | 320 | pci0: pci@e0008000 { |
281 | #interrupt-cells = <1>; | 321 | #interrupt-cells = <1>; |
282 | #size-cells = <2>; | 322 | #size-cells = <2>; |