summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7d-colibri.dtsi
blob: 9b6866703bcaf6d0b8952efc2aee7b875d8c4b1b (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 MIT
/*
 * Copyright 2016-2021 Toradex
 */

#include "imx7d.dtsi"
#include "imx7-colibri.dtsi"

/ {
	aliases {
		/* add ethernet aliases which is required to proprely pass mac
		   address from bootloader. Also with the update to 5.4.70-2.3.0
		   the kernel hangs without these aliases.
		 */
		ethernet0 = &fec1;
		ethernet1 = &fec2;
	};

	memory@80000000 {
		device_type = "memory";
		reg = <0x80000000 0x20000000>;
	};
};

&ad7879_ts {
	status = "okay";
};

&atmel_mxt_ts {
	status = "okay";
};

&backlight {
	status = "okay";
};

&gpmi {
	status = "okay";
};

&lcdif {
	status = "okay";
};

&usbotg2 {
	dr_mode = "host";
};