blob: 358cf8abc4ff3679b6b7a9a20862c4002d0e8bcf [file] [log] [blame]
Baruch Siachb3749122019-11-10 14:38:06 +02001// SPDX-License-Identifier: GPL-2.0+
2
3#include "imx6qdl-u-boot.dtsi"
Josua Mayerdf62d942024-03-30 18:35:55 -03004#include "imx6qdl-sr-som-u-boot.dtsi"
Baruch Siachb3749122019-11-10 14:38:06 +02005
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 Estevam3f5bcfe2024-03-27 11:18:49 -030017
18 wdt-reboot {
19 compatible = "wdt-reboot";
20 wdt = <&wdog1>;
21 bootph-pre-ram;
22 };
Baruch Siachb3749122019-11-10 14:38:06 +020023};
24
Baruch Siachad5944d2022-11-03 18:03:38 +020025&soc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070026 bootph-all;
Baruch Siachad5944d2022-11-03 18:03:38 +020027};
28
29&aips1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070030 bootph-all;
Baruch Siachad5944d2022-11-03 18:03:38 +020031};
32
33&pinctrl_microsom_uart1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070034 bootph-all;
Baruch Siachad5944d2022-11-03 18:03:38 +020035};
36
37&uart1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070038 bootph-all;
Baruch Siachad5944d2022-11-03 18:03:38 +020039};
40
Baruch Siachb3749122019-11-10 14:38:06 +020041&gpio2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070042 bootph-all;
Baruch Siachb3749122019-11-10 14:38:06 +020043};
44
45&gpio3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070046 bootph-all;
Baruch Siachb3749122019-11-10 14:38:06 +020047};
48
49&gpio4 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070050 bootph-all;
Baruch Siachb3749122019-11-10 14:38:06 +020051};
52
53&gpio6 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070054 bootph-all;
Baruch Siachb3749122019-11-10 14:38:06 +020055};
56
57&usdhc1 {
58 status = "disabled";
59};
Walter Lozanod1456f12020-05-19 15:24:21 -030060
61&usdhc2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070062 bootph-all;
Walter Lozanod1456f12020-05-19 15:24:21 -030063};
64
65&usdhc3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070066 bootph-all;
Walter Lozanod1456f12020-05-19 15:24:21 -030067};
Fabio Estevam3f5bcfe2024-03-27 11:18:49 -030068
69&wdog1 {
70 bootph-pre-ram;
71};