summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/calao_nand.dtsi
blob: e42d6cdc8c01389830c80b8b6e7c51f30a5046d6 (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
/* SPDX-License-Identifier: GPL-2.0-only */

&nand0 {
	nand-bus-width = <8>;
	nand-ecc-mode = "soft";
	nand-on-flash-bbt;
	status = "okay";

	at91bootstrap@0 {
		label = "at91bootstrap";
		reg = <0x0 0x20000>;
	};

	barebox@20000 {
		label = "barebox";
		reg = <0x20000 0x40000>;
	};

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

	bareboxenv2@80000 {
		label = "bareboxenv2";
		reg = <0x80000 0x20000>;
	};

	oftree@80000 {
		label = "oftree";
		reg = <0xa0000 0x20000>;
	};

	kernel@a0000 {
		label = "kernel";
		reg = <0xc0000 0x400000>;
	};

	rootfs@4a0000 {
		label = "rootfs";
		reg = <0x4c0000 0x7800000>;
	};

	data@7ca0000 {
		label = "data";
		reg = <0x7cc0000 0x8340000>;
	};
};