blob: 4aa6ab1c848c57bee1e177b2c34c70a33a20d0cc (
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
|
// SPDX-License-Identifier: GPL-2.0+
#include "rk356x-u-boot.dtsi"
&fspi_dual_io_pins {
bootph-all;
};
&gpio0 {
bootph-all;
};
&i2c0 {
bootph-pre-ram;
};
&rk817 {
bootph-pre-ram;
regulators {
bootph-pre-ram;
};
};
&sdhci {
cap-mmc-highspeed;
};
&sdmmc_pwren_l {
bootph-all;
};
&sfc {
bootph-pre-ram;
u-boot,spl-sfc-no-dma;
flash@0 {
bootph-pre-ram;
};
};
&vcc3v3_sd {
bootph-pre-ram;
};
|