blob: 3d19796cb69832fc068e74c64cfcf833d02c5a9b [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
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";
Simon Glassd3a98cb2023-02-13 08:56:33 -070024 bootph-pre-ram;
Marcel Ziswiler4b51c3d2022-07-21 15:27:27 +020025};