blob: 103605ac930dd8f77c908cb23798c4db964b9102 [file] [log] [blame]
Marcel Ziswiler4b51c3d2022-07-21 15:27:27 +02001// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2/*
3 * Copyright 2022 Toradex
4 */
5
6#include "imx6qdl-u-boot.dtsi"
7
Emanuele Ghidoliff939c22024-02-23 10:11:40 +01008/ {
9 aliases {
10 /* U-Boot won't find PMIC otherwise */
11 i2c0 = &i2c1;
12 i2c1 = &i2c2;
13 i2c2 = &i2c3;
14 /*
15 * SDHCI instance order: eMMC, 8-bit SD/MMC, 4-bit SD
16 * (U-Boot won't find ConfigBlock otherwise)
17 */
18 mmc0 = &usdhc3;
19 mmc1 = &usdhc1;
20 mmc2 = &usdhc2;
21 };
Emanuele Ghidoli26b5cba2024-02-23 10:11:41 +010022
23 sysinfo {
24 compatible = "toradex,sysinfo";
25 };
Parth Pancholiea826c52024-02-23 10:11:43 +010026
27 wdt-reboot {
28 compatible = "wdt-reboot";
29 wdt = <&wdog1>;
30 bootph-pre-ram;
31 };
Marcel Ziswiler4b51c3d2022-07-21 15:27:27 +020032};
33
34&wdog1 {
35 status = "okay";
Simon Glassd3a98cb2023-02-13 08:56:33 -070036 bootph-pre-ram;
Marcel Ziswiler4b51c3d2022-07-21 15:27:27 +020037};