summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7s-colibri.dtsi
blob: e6c80d3ae29c8c0d176bd15a269a30129607f941 (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
/*
 * Copyright 2016-2020 Toradex
 */

#include "imx7s.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;
        };

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

&ad7879_ts {
	status = "okay";
};

&atmel_mxt_ts {
	status = "okay";
};

&backlight {
	status = "okay";
};

&gpmi {
	status = "okay";
};

&lcdif {
	status = "okay";
};