mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
32 lines
383 B
Text
32 lines
383 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Copyright (c) 2020 Engicam srl
|
||
|
* Copyright (c) 2020 Amarula Solutions(India)
|
||
|
*/
|
||
|
|
||
|
#include "imx8mm-icore-mx8mm-u-boot.dtsi"
|
||
|
|
||
|
&gpio1 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&pinctrl_uart2 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&pinctrl_usdhc1_gpio {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&pinctrl_usdhc1 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&uart2 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&usdhc1 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|