summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6qdl-hummingboard2-emmc-som-v15-u-boot.dtsi
blob: d302b2e2758531ca0b54a7a1ed5f20ddab65873b (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
// 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
		>;
	};
};

&gpio2 {
	u-boot,dm-pre-reloc;
};

&gpio3 {
	u-boot,dm-pre-reloc;
};

&gpio4 {
	u-boot,dm-pre-reloc;
};

&gpio6 {
	u-boot,dm-pre-reloc;
};

&usdhc1 {
	status = "disabled";
};