blob: e9b188ed65872803f0d94520b26c592b50109750 [file] [log] [blame]
Baruch Siachb3749122019-11-10 14:38:06 +02001// 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 Estevam3f5bcfe2024-03-27 11:18:49 -030016
17 wdt-reboot {
18 compatible = "wdt-reboot";
19 wdt = <&wdog1>;
20 bootph-pre-ram;
21 };
Baruch Siachb3749122019-11-10 14:38:06 +020022};
23
Baruch Siachad5944d2022-11-03 18:03:38 +020024&soc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070025 bootph-all;
Baruch Siachad5944d2022-11-03 18:03:38 +020026};
27
28&aips1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070029 bootph-all;
Baruch Siachad5944d2022-11-03 18:03:38 +020030};
31
32&pinctrl_microsom_uart1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070033 bootph-all;
Baruch Siachad5944d2022-11-03 18:03:38 +020034};
35
36&uart1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070037 bootph-all;
Baruch Siachad5944d2022-11-03 18:03:38 +020038};
39
Baruch Siachb3749122019-11-10 14:38:06 +020040&gpio2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070041 bootph-all;
Baruch Siachb3749122019-11-10 14:38:06 +020042};
43
44&gpio3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070045 bootph-all;
Baruch Siachb3749122019-11-10 14:38:06 +020046};
47
48&gpio4 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070049 bootph-all;
Baruch Siachb3749122019-11-10 14:38:06 +020050};
51
52&gpio6 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070053 bootph-all;
Baruch Siachb3749122019-11-10 14:38:06 +020054};
55
56&usdhc1 {
57 status = "disabled";
58};
Walter Lozanod1456f12020-05-19 15:24:21 -030059
60&usdhc2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070061 bootph-all;
Walter Lozanod1456f12020-05-19 15:24:21 -030062};
63
64&usdhc3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070065 bootph-all;
Walter Lozanod1456f12020-05-19 15:24:21 -030066};
Fabio Estevam3f5bcfe2024-03-27 11:18:49 -030067
68&wdog1 {
69 bootph-pre-ram;
70};