2021-04-26 18:23:48 +05:30
|
|
|
// 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 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-04-26 18:23:48 +05:30
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc3 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-04-26 18:23:48 +05:30
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc3_100mhz {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-04-26 18:23:48 +05:30
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc3_200mhz {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-04-26 18:23:48 +05:30
|
|
|
};
|
|
|
|
|
|
|
|
&usdhc3 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-04-26 18:23:48 +05:30
|
|
|
};
|