Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / arch / arm / dts / imx6qdl-hummingboard2-emmc-som-v15-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2
3 #include "imx6qdl-u-boot.dtsi"
4
5 / {
6         board-detect {
7                 compatible = "solidrun,hummingboard-detect";
8                 detect-gpios = <
9                         &gpio2 8 0
10                         &gpio3 4 0
11                         &gpio4 9 0
12                         &gpio6 0 0
13                         &gpio6 4 0
14                 >;
15         };
16 };
17
18 &gpio2 {
19         u-boot,dm-pre-reloc;
20 };
21
22 &gpio3 {
23         u-boot,dm-pre-reloc;
24 };
25
26 &gpio4 {
27         u-boot,dm-pre-reloc;
28 };
29
30 &gpio6 {
31         u-boot,dm-pre-reloc;
32 };
33
34 &usdhc1 {
35         status = "disabled";
36 };