blob: 08b4ee0ab894c460b933a7b518788309764727a2 [file] [log] [blame]
Niel Fourie26a6ed12020-05-19 14:01:43 +02001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2020
4 * Niel Fourie, DENX Software Engineering, lusus@denx.de.
5 */
6#include "imx6qdl-u-boot.dtsi"
7
8&gpio3 {
Simon Glass8c103c32023-02-13 08:56:33 -07009 bootph-pre-ram;
Niel Fourie26a6ed12020-05-19 14:01:43 +020010};
11
12&gpio6 {
Simon Glass8c103c32023-02-13 08:56:33 -070013 bootph-pre-ram;
Niel Fourie26a6ed12020-05-19 14:01:43 +020014};
15
16&pinctrl_uart2 {
Simon Glass8c103c32023-02-13 08:56:33 -070017 bootph-pre-ram;
Niel Fourie26a6ed12020-05-19 14:01:43 +020018};
19
20&uart2 {
Simon Glass8c103c32023-02-13 08:56:33 -070021 bootph-pre-ram;
Niel Fourie26a6ed12020-05-19 14:01:43 +020022};
23
24&usdhc1 {
Simon Glass8c103c32023-02-13 08:56:33 -070025 bootph-pre-ram;
Niel Fourie26a6ed12020-05-19 14:01:43 +020026};
27
28&pinctrl_usdhc1 {
Simon Glass8c103c32023-02-13 08:56:33 -070029 bootph-pre-ram;
Niel Fourie26a6ed12020-05-19 14:01:43 +020030};
31
32&ecspi1 {
Simon Glass8c103c32023-02-13 08:56:33 -070033 bootph-pre-ram;
Niel Fourie26a6ed12020-05-19 14:01:43 +020034};
35
36&pinctrl_ecspi1 {
Simon Glass8c103c32023-02-13 08:56:33 -070037 bootph-pre-ram;
Niel Fourie26a6ed12020-05-19 14:01:43 +020038};
39
40&m25p80 {
Simon Glass8c103c32023-02-13 08:56:33 -070041 bootph-pre-ram;
Niel Fourie26a6ed12020-05-19 14:01:43 +020042};
Niel Fourie3da96302021-03-22 14:05:11 +010043
44&gpmi {
45 fsl,legacy-bch-geometry;
46};