blob: 363056a705941f2ed9dcef6439072d53862add87 (
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
41
42
43
44
45
46
|
// SPDX-License-Identifier: GPL-2.0+
ð0 {
phy-reset-gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;
};
&spi1 {
bootph-pre-ram;
spi-flash@0 {
bootph-pre-ram;
};
};
&w25q32 {
bootph-pre-ram;
};
&gpio0 {
bootph-pre-ram;
};
&ahci0 {
bootph-pre-ram;
};
&ahci1 {
bootph-pre-ram;
};
&sdhci {
bootph-pre-ram;
};
&i2c0 {
bootph-pre-ram;
eeprom@52 {
bootph-pre-ram;
};
eeprom@53 {
bootph-pre-ram;
};
};
#include "mvebu-u-boot.dtsi"
|