mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
15 lines
170 B
Text
15 lines
170 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Copyright (C) 2019 NXP
|
||
|
*/
|
||
|
|
||
|
#include "imx6qdl-u-boot.dtsi"
|
||
|
|
||
|
&usdhc3 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&pinctrl_usdhc3 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|