mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
19 lines
217 B
Text
19 lines
217 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Copyright (C) 2019 Logic PD <aford173@gmail.com>
|
||
|
*/
|
||
|
|
||
|
#include "imx6qdl-u-boot.dtsi"
|
||
|
|
||
|
&uart1 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&usdhc1 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&usdhc2 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|