summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx28-evk.dts
blob: 15159f2d982d3e6f8841145631ea528ae83414ef (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
#include <arm/nxp/mxs/imx28-evk.dts>

/ {
	chosen {
		stdout-path = &duart;

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

&ocotp {
	status = "okay";
};

&gpmi {
	partition@0 {
		label = "boot";
		reg = <0x0 0x80000>;
	};

	env_nand: partition@80000 {
		label = "environment";
		reg = <0x80000 0x80000>;
	};
};

&mac1 {
	status = "disabled";
};