blob: cdc721402e02713307188a80a6d7e7cf87c7f764 [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
8/ {
9 aliases {
10 mmc0 = &usdhc3;
11 };
12};
13
14&usdhc3 {
15 no-1-8-v;
Simon Glass8c103c32023-02-13 08:56:33 -070016 bootph-pre-ram;
Abel Vesae72e3542019-02-01 16:40:14 +000017};
18
19&pinctrl_usdhc3 {
Simon Glass8c103c32023-02-13 08:56:33 -070020 bootph-pre-ram;
Abel Vesae72e3542019-02-01 16:40:14 +000021};