aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorchenhui zhao <chenhui.zhao@freescale.com>2012-03-06 04:06:40 -0500
committerKumar Gala <galak@kernel.crashing.org>2012-03-16 16:58:20 -0400
commitbcf3302c3c5cee587e5662d7f597f99c1a93cdd1 (patch)
tree44be5a37caea495b393eb30c2fe027d139f7b104 /arch/powerpc
parentad68ee016d928975161f82619410296af8eba2e8 (diff)
powerpc/85xx: mpc8548cds - Add NOR flash node to dts
Signed-off-by: Zhao Chenhui <chenhui.zhao@freescale.com> Signed-off-by: Li Yang <leoli@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/boot/dts/mpc8548cds.dts40
1 files changed, 39 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc8548cds.dts b/arch/powerpc/boot/dts/mpc8548cds.dts
index 07b8dae0f46e..c3c8741b4e4c 100644
--- a/arch/powerpc/boot/dts/mpc8548cds.dts
+++ b/arch/powerpc/boot/dts/mpc8548cds.dts
@@ -1,7 +1,7 @@
1/* 1/*
2 * MPC8548 CDS Device Tree Source 2 * MPC8548 CDS Device Tree Source
3 * 3 *
4 * Copyright 2006, 2008 Freescale Semiconductor Inc. 4 * Copyright 2006, 2008, 2011 Freescale Semiconductor Inc.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the 7 * under the terms of the GNU General Public License as published by the
@@ -34,6 +34,44 @@
34 34
35 lbc: localbus@e0005000 { 35 lbc: localbus@e0005000 {
36 reg = <0 0xe0005000 0 0x1000>; 36 reg = <0 0xe0005000 0 0x1000>;
37
38 ranges = <0x0 0x0 0x0 0xff000000 0x01000000>;
39
40 nor@0,0 {
41 #address-cells = <1>;
42 #size-cells = <1>;
43 compatible = "cfi-flash";
44 reg = <0x0 0x0 0x01000000>;
45 bank-width = <2>;
46 device-width = <2>;
47
48 partition@0 {
49 reg = <0x0 0x0b00000>;
50 label = "ramdisk-nor";
51 };
52
53 partition@300000 {
54 reg = <0x0b00000 0x0400000>;
55 label = "kernel-nor";
56 };
57
58 partition@700000 {
59 reg = <0x0f00000 0x060000>;
60 label = "dtb-nor";
61 };
62
63 partition@760000 {
64 reg = <0x0f60000 0x020000>;
65 label = "env-nor";
66 read-only;
67 };
68
69 partition@780000 {
70 reg = <0x0f80000 0x080000>;
71 label = "u-boot-nor";
72 read-only;
73 };
74 };
37 }; 75 };
38 76
39 soc: soc8548@e0000000 { 77 soc: soc8548@e0000000 {