summaryrefslogtreecommitdiff
path: root/arch/arm/dts/armada-388-clearfog-u-boot.dtsi
blob: fb27a3b96fb281cadcd9647388bf86ba41ade9b6 (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
32
33
34
35
36
37
38
39
// SPDX-License-Identifier: GPL-2.0+

&spi1 {
	bootph-pre-ram;

	spi-flash@0 {
		bootph-pre-ram;
	};
};

&sdhci {
	bootph-pre-ram;
};

&gpio0 {
	bootph-pre-ram;
};

&ahci0 {
	bootph-pre-ram;
};

&ahci1 {
	bootph-pre-ram;
};

&i2c0 {
	bootph-pre-ram;

	eeprom@52 {
		bootph-pre-ram;
	};

	eeprom@53 {
		bootph-pre-ram;
	};
};

#include "mvebu-u-boot.dtsi"