blob: c4e8d0fb4586303a3f904cd7f097bd82cd602a65 [file] [log] [blame]
Marcel Ziswilerbd483b72022-07-21 15:27:28 +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 = &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};