Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Dmitry Eremin-Solenikov and committed by
Kumar Gala
67e64f4a 04243c4d

+40
+40
arch/powerpc/boot/dts/tqm8540.dts
··· 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 320 pci0: pci@e0008000 { 281 321 #interrupt-cells = <1>; 282 322 #size-cells = <2>;