2021-04-26 12:53:49 +00:00
|
|
|
// 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 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2021-04-26 12:53:49 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_uart2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2021-04-26 12:53:49 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc1_gpio {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2021-04-26 12:53:49 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2021-04-26 12:53:49 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&uart2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2021-04-26 12:53:49 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&usdhc1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2021-04-26 12:53:49 +00:00
|
|
|
};
|