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