aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/spear1310-evb.dts
diff options
context:
space:
mode:
authorVipin Kumar <vipin.kumar@st.com>2012-07-04 23:51:47 -0400
committerViresh Kumar <viresh.kumar@linaro.org>2012-11-26 05:22:54 -0500
commit482a8f3f53e9bc7a52ef54f6cd40bcf2c270e2f5 (patch)
tree35913c61886127100c9f737f2278fa7c257e3abf /arch/arm/boot/dts/spear1310-evb.dts
parent7db083e0e1b70b0300eeb5945538e725c018f8e0 (diff)
ARM: SPEAr: DT: Update partition info for MTD devices
This patch enhances partition information of MTD devices like fsmc-nand and spear-smi. Signed-off-by: Shiraz Hashim <shiraz.hashim@st.com> Signed-off-by: Vipin Kumar <vipin.kumar@st.com> Signed-off-by: Vipul Kumar Samar <vipulkumar.samar@st.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/spear1310-evb.dts')
-rw-r--r--arch/arm/boot/dts/spear1310-evb.dts43
1 files changed, 38 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/spear1310-evb.dts b/arch/arm/boot/dts/spear1310-evb.dts
index 3448d60117ec..010e21deb867 100644
--- a/arch/arm/boot/dts/spear1310-evb.dts
+++ b/arch/arm/boot/dts/spear1310-evb.dts
@@ -120,6 +120,31 @@
120 120
121 fsmc: flash@b0000000 { 121 fsmc: flash@b0000000 {
122 status = "okay"; 122 status = "okay";
123
124 partition@0 {
125 label = "xloader";
126 reg = <0x0 0x80000>;
127 };
128 partition@80000 {
129 label = "u-boot";
130 reg = <0x80000 0x140000>;
131 };
132 partition@1C0000 {
133 label = "environment";
134 reg = <0x1C0000 0x40000>;
135 };
136 partition@200000 {
137 label = "dtb";
138 reg = <0x200000 0x40000>;
139 };
140 partition@240000 {
141 label = "linux";
142 reg = <0x240000 0xC00000>;
143 };
144 partition@E40000 {
145 label = "rootfs";
146 reg = <0xE40000 0x0>;
147 };
123 }; 148 };
124 149
125 gmac0: eth@e2000000 { 150 gmac0: eth@e2000000 {
@@ -146,15 +171,23 @@
146 }; 171 };
147 partition@10000 { 172 partition@10000 {
148 label = "u-boot"; 173 label = "u-boot";
149 reg = <0x10000 0x40000>; 174 reg = <0x10000 0x50000>;
175 };
176 partition@60000 {
177 label = "environment";
178 reg = <0x60000 0x10000>;
179 };
180 partition@70000 {
181 label = "dtb";
182 reg = <0x70000 0x10000>;
150 }; 183 };
151 partition@50000 { 184 partition@80000 {
152 label = "linux"; 185 label = "linux";
153 reg = <0x50000 0x2c0000>; 186 reg = <0x80000 0x310000>;
154 }; 187 };
155 partition@310000 { 188 partition@390000 {
156 label = "rootfs"; 189 label = "rootfs";
157 reg = <0x310000 0x4f0000>; 190 reg = <0x390000 0x0>;
158 }; 191 };
159 }; 192 };
160 }; 193 };