blob: a009880bdfe2eaae7a375c6a32d7982743a0aa4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
// 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 {
bootph-pre-ram;
};
&pinctrl_uart2 {
bootph-pre-ram;
};
&pinctrl_usdhc1_gpio {
bootph-pre-ram;
};
&pinctrl_usdhc1 {
bootph-pre-ram;
};
&uart2 {
bootph-pre-ram;
};
&usdhc1 {
bootph-pre-ram;
};
|