summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7-colibri-aster.dtsi
blob: 9796bfabe241549647a82555d37665bd2cb49bf4 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
 * Copyright 2017-2022 Toradex
 */

&adc1 {
	status = "okay";
};

/*
 * ADC2 is not available on the Aster board and
 * conflicts with AD7879 resistive touchscreen.
 */
&adc2 {
	status = "disabled";
};

&fec1 {
	status = "okay";
};

&i2c4 {
	status = "okay";
};

&pwm1 {
	status = "okay";
};

&pwm2 {
	status = "okay";
};

&pwm3 {
	status = "okay";
};

&pwm4 {
	status = "okay";
};

/* M41T0M6 real time clock */
&rtc {
	status = "okay";
};

&uart1 {
	status = "okay";
};

&uart2 {
	status = "okay";
};

&uart3 {
	status = "okay";
};

&usbotg1 {
	status = "okay";
};

/* Colibri MMC/SD */
&usdhc1 {
	status = "okay";
};