3d19796cb69832fc068e74c64cfcf833d02c5a9b
[pandora-u-boot.git] / arch / arm / dts / imx6q-apalis-eval-u-boot.dtsi
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 = &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         bootph-pre-ram;
25 };