summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx7d-meerkat96.dts
blob: f9d18f355bcfa69341d445cfdf79cd9460a81bd6 (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
// SPDX-License-Identifier: GPL-2.0+ OR MIT
#include <arm/imx7d-meerkat96.dts>

/ {
	chosen {
		environment {
			compatible = "barebox,environment";
			device-path = &bareboxenv;
		};
	};
};

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

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

	bareboxenv: bareboxenv@180000 {
		label = "bareboxenv";
		reg = <0x180000 0x80000>;
	};
};

/* FIXME: barebox serial is broken when barebox applies requested reparenting */
&uart1 {
	/delete-property/ assigned-clocks;
	/delete-property/ assigned-clock-parents;
};

&uart3  {
	/delete-property/ assigned-clocks;
	/delete-property/ assigned-clock-parents;
};

&uart6 {
	/delete-property/ assigned-clocks;
	/delete-property/ assigned-clock-parents;
};