summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx51-ccxmx51.dts
blob: efe5dbf631f7a88aae95d9c02578483aee8a4091 (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
/* SPDX-License-Identifier: GPL-2.0+ */
/* Author: Alexander Shiyan <shc_work@mail.ru> */

#include <arm/imx51-digi-connectcore-jsk.dts>

/ {
	chosen {
		stdout-path = &uart1;

		environment {
			compatible = "barebox,environment";
			device-path = &nfc, "partname:env";
		};
	};
};

&iim {
	barebox,provide-mac-address = <&fec 1 9>;
};

&nfc {
	partition@0 {
		label = "boot";
		reg = <0x00000 0x80000>;
	};

	partition@80000 {
		label = "env";
		reg = <0x80000 0x40000>;
	};

	partition@c0000 {
		label = "kernel";
		reg = <0xc0000 0x340000>;
	};

	partition@400000 {
		label = "root";
		reg = <0x400000 0>;
	};
};