summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-ast2500/recipes-kernel/linux/linux-aspeed/openbmc-flash-layout-64MB.dtsi
blob: 8b4f656d79379c3a90a53edfcc6d432cdfec2c88 (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
// SPDX-License-Identifier: GPL-2.0+
// 64MB flash layout:

partitions {
	compatible = "fixed-partitions";
	#address-cells = <1>;
	#size-cells = <1>;

	u-boot@0 {
		reg = <0x0 0x60000>;
		label = "u-boot";
	};

	u-boot-env@60000 {
		reg = <0x60000 0x20000>;
		label = "u-boot-env";
	};

	kernel@80000 {
		reg = <0x80000 0x600000>;
		label = "kernel";
	};

	rofs@680000 {
		reg = <0x680000 0x2d80000>;
		label = "rofs";
	};

	rwfs@3400000 {
		reg = <0x3400000 0xC00000>;
		label = "rwfs";
	};
};