blob: 906d8f2e67e082a6fe9a93860ec2a32216d7c271 (
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
40
|
// SPDX-License-Identifier: GPL-2.0+
&spi1 {
bootph-pre-ram;
spi-flash@0 {
bootph-pre-ram;
};
};
&sdhci {
bootph-pre-ram;
non-removable; /* assume that the card is always present, required for eMMC variant */
};
&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"
|