summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6ull-jozacp.dts
blob: f41028455af6c9d27b3be3e2f288deb7ac72923d (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
// SPDX-License-Identifier: GPL-2.0-or-later
/dts-v1/;

#include "imx6ull-jozacp.dtsi"

/ {
	chosen {
		stdout-path = &uart1;

		environment@0 {
			compatible = "barebox,environment";
			device-path = &usdhc1, "partname:barebox-environment";
		};
	};

	reserved-memory {
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;

		/* Address will be determined by the bootloader */
		ramoops {
			compatible = "ramoops";
		};
	};

	reserved-memory {
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;

		/* Address will be determined by the bootloader */
		ramoops {
			compatible = "ramoops";
		};
	};
};

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

	partition@40000 {
		label = "barebox-environment";
		reg = <0x40000 0x80000>;
	};
};