aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6qdl-hummingboard2-emmc-som-v15-u-boot.dtsi
blob: e9b188ed65872803f0d94520b26c592b50109750 (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+

#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
		>;
	};

	wdt-reboot {
		compatible = "wdt-reboot";
		wdt = <&wdog1>;
		bootph-pre-ram;
	};
};

&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;
};

&wdog1 {
	bootph-pre-ram;
};