summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6qdl-hummingboard2-emmc-som-v15-u-boot.dtsi
blob: 23a05773b579b94b9b414dc1cde2661f77c832f6 (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
// SPDX-License-Identifier: GPL-2.0+

#include "imx6qdl-u-boot.dtsi"

/ {
	board-detect {
		compatible = "solidrun,hummingboard-detect";
		detect-gpios = <
			&gpio2 8 0
			&gpio3 4 0
			&gpio4 9 0
			&gpio6 0 0
			&gpio6 4 0
		>;
	};
};

&soc {
	bootph-all;
};

&aips1 {
	bootph-all;
};

&pinctrl_microsom_uart1 {
	bootph-all;
};

&uart1 {
	bootph-all;
};

&gpio2 {
	bootph-all;
};

&gpio3 {
	bootph-all;
};

&gpio4 {
	bootph-all;
};

&gpio6 {
	bootph-all;
};

&usdhc1 {
	status = "disabled";
};

&usdhc2 {
	bootph-all;
};

&usdhc3 {
	bootph-all;
};