2020-05-19 12:01:43 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2020
|
|
|
|
* Niel Fourie, DENX Software Engineering, lusus@denx.de.
|
|
|
|
*/
|
|
|
|
#include "imx6qdl-u-boot.dtsi"
|
|
|
|
|
|
|
|
&gpio3 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-05-19 12:01:43 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&gpio6 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-05-19 12:01:43 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_uart2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-05-19 12:01:43 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&uart2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-05-19 12:01:43 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&usdhc1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-05-19 12:01:43 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_usdhc1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-05-19 12:01:43 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&ecspi1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-05-19 12:01:43 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_ecspi1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-05-19 12:01:43 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&m25p80 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-05-19 12:01:43 +00:00
|
|
|
};
|
2021-03-22 13:05:11 +00:00
|
|
|
|
|
|
|
&gpmi {
|
|
|
|
fsl,legacy-bch-geometry;
|
|
|
|
};
|