summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7-colibri-aster.dtsi
blob: 440f98dc323d41754ca05e7ec0d41f3c18f55c58 (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
67
68
69
70
// 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";

	/* M41T0M6 real time clock on carrier board */
	rtc: rtc@68 {
		compatible = "st,m41t0";
		reg = <0x68>;
	};
};

&pwm1 {
	status = "okay";
};

&pwm2 {
	status = "okay";
};

&pwm3 {
	status = "okay";
};

&pwm4 {
	status = "okay";
};

&uart1 {
	status = "okay";
};

&uart2 {
	status = "okay";
};

&uart3 {
	status = "okay";
};

&usbotg1 {
	status = "okay";
};

&usdhc1 {
	keep-power-in-suspend;
	no-1-8-v;
	wakeup-source;
	vmmc-supply = <&reg_3v3>;
	status = "okay";
};