blob: 625bed8f7d70d3f7c0d11e7d97476b6cd2358d1f [file] [log] [blame]
Adam Ford58eda552019-08-07 10:16:33 -05001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2019 Logic PD <aford173@gmail.com>
4 */
5
6#include "imx6qdl-u-boot.dtsi"
7
8&uart1 {
9 u-boot,dm-spl;
10};
11
12&usdhc1 {
13 u-boot,dm-spl;
14};
15
16&usdhc2 {
17 u-boot,dm-spl;
18};