Marcel Ziswiler | 928d38b | 2022-07-21 15:27:28 +0200 | [diff] [blame] | 1 | // 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 Ghidoli | ff939c2 | 2024-02-23 10:11:40 +0100 | [diff] [blame] | 8 | / { |
| 9 | aliases { |
| 10 | /* U-Boot won't find PMIC otherwise */ |
| 11 | i2c0 = &i2c3; |
| 12 | i2c1 = &i2c2; |
| 13 | /* SDHCI instance order: eMMC, 4-bit SD/MMC |
| 14 | * (U-Boot won't find ConfigBlock otherwise) |
| 15 | */ |
| 16 | mmc0 = &usdhc3; |
| 17 | mmc1 = &usdhc1; |
| 18 | }; |
Emanuele Ghidoli | 26b5cba | 2024-02-23 10:11:41 +0100 | [diff] [blame] | 19 | |
| 20 | sysinfo { |
| 21 | compatible = "toradex,sysinfo"; |
| 22 | }; |
Parth Pancholi | ea826c5 | 2024-02-23 10:11:43 +0100 | [diff] [blame] | 23 | |
| 24 | wdt-reboot { |
| 25 | compatible = "wdt-reboot"; |
| 26 | wdt = <&wdog1>; |
| 27 | bootph-pre-ram; |
| 28 | }; |
Marcel Ziswiler | 928d38b | 2022-07-21 15:27:28 +0200 | [diff] [blame] | 29 | }; |
| 30 | |
| 31 | &wdog1 { |
| 32 | status = "okay"; |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 33 | bootph-pre-ram; |
Marcel Ziswiler | 928d38b | 2022-07-21 15:27:28 +0200 | [diff] [blame] | 34 | }; |