blob: 5a91d0aca20448c3e1e097b2bc1e17a0948cfef2 [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
Emanuele Ghidoli100121d2024-02-23 10:11:40 +01008/ {
9 aliases {
10 /* U-Boot won't find PMIC otherwise */
11 i2c0 = &i2c3;
12 i2c1 = &i2c2;
13 /* SDHCI instance order: eMMC, 4-bit SD/MMC
14 * (U-Boot won't find ConfigBlock otherwise)
15 */
16 mmc0 = &usdhc3;
17 mmc1 = &usdhc1;
18 };
Emanuele Ghidoli2abc3bb2024-02-23 10:11:41 +010019
20 sysinfo {
21 compatible = "toradex,sysinfo";
22 };
Marcel Ziswilerbd483b72022-07-21 15:27:28 +020023};
24
25&wdog1 {
26 status = "okay";
Simon Glass8c103c32023-02-13 08:56:33 -070027 bootph-pre-ram;
Marcel Ziswilerbd483b72022-07-21 15:27:28 +020028};