summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx53-voipac-dmm-668.dtsi
blob: 16ab865d686915d84b9c25bebf7cd72f021c53d2 (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
/ {
	chosen {
		stdout-path = &uart1;

		environment {
			compatible = "barebox,environment";
			device-path = &env_nand;
		};
	};
};

&nfc {
	#address-cells = <1>;
	#size-cells = <1>;

	partition@0 {
		label = "barebox";
		reg = <0x0 0xe0000>;
	};

	env_nand: partition@e0000 {
		label = "environment";
		reg = <0xe0000 0x20000>;
	};

	partition@100000 {
		label = "kernel";
		reg = <0x100000 0x400000>;
	};

	partition@500000 {
		label = "rootfs";
		reg = <0x500000 0x07B00000>;
	};
};