aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/boot/dts/tqm8540.dts40
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>;