blob: 9e9c4422f00e216bab2f6b4044bf8e1bed18b8d6 [file] [log] [blame]
Abel Vesae72e3542019-02-01 16:40:14 +00001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2019 NXP
4 */
5
6#include "imx6qdl-u-boot.dtsi"
7
Fabio Estevamd939c5e2022-12-10 18:31:19 -03008/ {
9 aliases {
10 mmc1 = &usdhc3;
11 };
Fabio Estevamdbc48142024-02-02 13:04:04 -030012 wdt-reboot {
13 compatible = "wdt-reboot";
14 wdt = <&wdog2>;
15 bootph-pre-ram;
16 };
Fabio Estevamd939c5e2022-12-10 18:31:19 -030017};
18
Abel Vesae72e3542019-02-01 16:40:14 +000019&usdhc3 {
Simon Glass8c103c32023-02-13 08:56:33 -070020 bootph-pre-ram;
Abel Vesae72e3542019-02-01 16:40:14 +000021};
22
23&pinctrl_usdhc3 {
Simon Glass8c103c32023-02-13 08:56:33 -070024 bootph-pre-ram;
Abel Vesae72e3542019-02-01 16:40:14 +000025};
Fabio Estevamdbc48142024-02-02 13:04:04 -030026
27&wdog2 {
28 bootph-pre-ram;
29};