Baruch Siach | b374912 | 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 | }; | ||||
Fabio Estevam | 3f5bcfe | 2024-03-27 11:18:49 -0300 | [diff] [blame^] | 16 | |
17 | wdt-reboot { | ||||
18 | compatible = "wdt-reboot"; | ||||
19 | wdt = <&wdog1>; | ||||
20 | bootph-pre-ram; | ||||
21 | }; | ||||
Baruch Siach | b374912 | 2019-11-10 14:38:06 +0200 | [diff] [blame] | 22 | }; |
23 | |||||
Baruch Siach | ad5944d | 2022-11-03 18:03:38 +0200 | [diff] [blame] | 24 | &soc { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 25 | bootph-all; |
Baruch Siach | ad5944d | 2022-11-03 18:03:38 +0200 | [diff] [blame] | 26 | }; |
27 | |||||
28 | &aips1 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 29 | bootph-all; |
Baruch Siach | ad5944d | 2022-11-03 18:03:38 +0200 | [diff] [blame] | 30 | }; |
31 | |||||
32 | &pinctrl_microsom_uart1 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 33 | bootph-all; |
Baruch Siach | ad5944d | 2022-11-03 18:03:38 +0200 | [diff] [blame] | 34 | }; |
35 | |||||
36 | &uart1 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 37 | bootph-all; |
Baruch Siach | ad5944d | 2022-11-03 18:03:38 +0200 | [diff] [blame] | 38 | }; |
39 | |||||
Baruch Siach | b374912 | 2019-11-10 14:38:06 +0200 | [diff] [blame] | 40 | &gpio2 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 41 | bootph-all; |
Baruch Siach | b374912 | 2019-11-10 14:38:06 +0200 | [diff] [blame] | 42 | }; |
43 | |||||
44 | &gpio3 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 45 | bootph-all; |
Baruch Siach | b374912 | 2019-11-10 14:38:06 +0200 | [diff] [blame] | 46 | }; |
47 | |||||
48 | &gpio4 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 49 | bootph-all; |
Baruch Siach | b374912 | 2019-11-10 14:38:06 +0200 | [diff] [blame] | 50 | }; |
51 | |||||
52 | &gpio6 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 53 | bootph-all; |
Baruch Siach | b374912 | 2019-11-10 14:38:06 +0200 | [diff] [blame] | 54 | }; |
55 | |||||
56 | &usdhc1 { | ||||
57 | status = "disabled"; | ||||
58 | }; | ||||
Walter Lozano | d1456f1 | 2020-05-19 15:24:21 -0300 | [diff] [blame] | 59 | |
60 | &usdhc2 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 61 | bootph-all; |
Walter Lozano | d1456f1 | 2020-05-19 15:24:21 -0300 | [diff] [blame] | 62 | }; |
63 | |||||
64 | &usdhc3 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 65 | bootph-all; |
Walter Lozano | d1456f1 | 2020-05-19 15:24:21 -0300 | [diff] [blame] | 66 | }; |
Fabio Estevam | 3f5bcfe | 2024-03-27 11:18:49 -0300 | [diff] [blame^] | 67 | |
68 | &wdog1 { | ||||
69 | bootph-pre-ram; | ||||
70 | }; |