blob: ea90f40a42640a8de0d30bbb9d1e2414570c3ffa [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;
16 u-boot,dm-spl;
17};
18
19&pinctrl_usdhc3 {
20 u-boot,dm-spl;
21};