mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
28 lines
353 B
Text
28 lines
353 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Copyright (c) 2020 Engicam srl
|
||
|
* Copyright (c) 2020 Amarula Solutions(India)
|
||
|
*/
|
||
|
|
||
|
#include "imx8mm-u-boot.dtsi"
|
||
|
|
||
|
&iomuxc {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&pinctrl_usdhc3 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&pinctrl_usdhc3_100mhz {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&pinctrl_usdhc3_200mhz {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&usdhc3 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|