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