summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/am3xxx-pfc-nandparts.dtsi
blob: 65dd56b8151a5cd59a6b7ae265655c3dc42d331d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/*
 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
 *
 * Copyright (C) 2015 WAGO Kontakttechnik GmbH & Co. KG <http://global.wago.com>
 * Author: Oleg Karfich <oleg.karfich@wago.com>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

&nand {
	        /* 4 x 128k MLOs */
		partition@0 {
			label = "mlo0";
			reg = <0x0 0x20000>;
		};

		partition@20000 {
			label = "mlo1";
			reg = <0x20000 0x20000>;
		};

		partition@40000 {
			label = "mlo2";
			reg = <0x40000 0x20000>;
		};

		partition@60000 {
			label = "mlo3";
			reg = <0x60000 0x20000>;
		};

	        /* 16 x 128k: 4 x stage2 (4x128k) */
		partition@80000 {
			label = "boot0";
			reg = <0x80000 0x80000>;
		};

		partition@100000 {
			label = "boot1";
			reg = <0x100000 0x80000>;
		};

		partition@180000 {
			label = "boot2";
			reg = <0x180000 0x80000>;
		};

		partition@200000 {
			label = "boot3";
			reg = <0x200000 0x80000>;
		};

		partition@280000 {
			label = "ubidata";
			/*
			 * Size 0x0 extends partition to
			 * end of nand flash.
			 */
			reg = <0x280000 0x0>;
		};
};