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 | |||||
8 | &{/aliases} { | ||||
9 | /* U-Boot won't find PMIC otherwise */ | ||||
10 | i2c0 = &i2c3; | ||||
11 | i2c1 = &i2c2; | ||||
12 | /* SDHCI instance order: eMMC, 4-bit SD/MMC (U-Boot won't find ConfigBlock otherwise) */ | ||||
13 | mmc0 = &usdhc3; | ||||
14 | mmc1 = &usdhc1; | ||||
15 | }; | ||||
16 | |||||
17 | &wdog1 { | ||||
18 | status = "okay"; | ||||
19 | u-boot,dm-spl; | ||||
20 | }; |