2021-04-26 18:23:49 +05:30
|
|
|
// 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 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-04-26 18:23:49 +05:30
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_uart2 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-04-26 18:23:49 +05:30
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc1_gpio {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-04-26 18:23:49 +05:30
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc1 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-04-26 18:23:49 +05:30
|
|
|
};
|
|
|
|
|
|
|
|
&uart2 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-04-26 18:23:49 +05:30
|
|
|
};
|
|
|
|
|
|
|
|
&usdhc1 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-04-26 18:23:49 +05:30
|
|
|
};
|