Baruch Siach | 281d5e4 | 2019-11-10 14:38:06 +0200 | [diff] [blame] | 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 | |||||
Baruch Siach | cf8ffbe | 2022-11-03 18:03:38 +0200 | [diff] [blame] | 18 | &soc { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 19 | bootph-all; |
Baruch Siach | cf8ffbe | 2022-11-03 18:03:38 +0200 | [diff] [blame] | 20 | }; |
21 | |||||
22 | &aips1 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 23 | bootph-all; |
Baruch Siach | cf8ffbe | 2022-11-03 18:03:38 +0200 | [diff] [blame] | 24 | }; |
25 | |||||
26 | &pinctrl_microsom_uart1 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 27 | bootph-all; |
Baruch Siach | cf8ffbe | 2022-11-03 18:03:38 +0200 | [diff] [blame] | 28 | }; |
29 | |||||
30 | &uart1 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 31 | bootph-all; |
Baruch Siach | cf8ffbe | 2022-11-03 18:03:38 +0200 | [diff] [blame] | 32 | }; |
33 | |||||
Baruch Siach | 281d5e4 | 2019-11-10 14:38:06 +0200 | [diff] [blame] | 34 | &gpio2 { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 35 | bootph-all; |
Baruch Siach | 281d5e4 | 2019-11-10 14:38:06 +0200 | [diff] [blame] | 36 | }; |
37 | |||||
38 | &gpio3 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 39 | bootph-all; |
Baruch Siach | 281d5e4 | 2019-11-10 14:38:06 +0200 | [diff] [blame] | 40 | }; |
41 | |||||
42 | &gpio4 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 43 | bootph-all; |
Baruch Siach | 281d5e4 | 2019-11-10 14:38:06 +0200 | [diff] [blame] | 44 | }; |
45 | |||||
46 | &gpio6 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 47 | bootph-all; |
Baruch Siach | 281d5e4 | 2019-11-10 14:38:06 +0200 | [diff] [blame] | 48 | }; |
49 | |||||
50 | &usdhc1 { | ||||
51 | status = "disabled"; | ||||
52 | }; | ||||
Walter Lozano | 24899e0 | 2020-05-19 15:24:21 -0300 | [diff] [blame] | 53 | |
54 | &usdhc2 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 55 | bootph-all; |
Walter Lozano | 24899e0 | 2020-05-19 15:24:21 -0300 | [diff] [blame] | 56 | }; |
57 | |||||
58 | &usdhc3 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 59 | bootph-all; |
Walter Lozano | 24899e0 | 2020-05-19 15:24:21 -0300 | [diff] [blame] | 60 | }; |