Jonas Karlman | e256c0f | 2024-02-04 17:30:35 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | |||||
3 | #include "rk356x-u-boot.dtsi" | ||||
4 | |||||
5 | &fspi_dual_io_pins { | ||||
6 | bootph-all; | ||||
7 | }; | ||||
8 | |||||
9 | &gpio0 { | ||||
10 | bootph-all; | ||||
11 | }; | ||||
12 | |||||
13 | &i2c0 { | ||||
14 | bootph-pre-ram; | ||||
15 | }; | ||||
16 | |||||
17 | &rk817 { | ||||
18 | bootph-pre-ram; | ||||
19 | |||||
20 | regulators { | ||||
21 | bootph-pre-ram; | ||||
22 | }; | ||||
23 | }; | ||||
24 | |||||
25 | &sdhci { | ||||
26 | cap-mmc-highspeed; | ||||
27 | }; | ||||
28 | |||||
29 | &sdmmc_pwren_l { | ||||
30 | bootph-all; | ||||
31 | }; | ||||
32 | |||||
33 | &sfc { | ||||
34 | bootph-pre-ram; | ||||
35 | u-boot,spl-sfc-no-dma; | ||||
36 | |||||
37 | flash@0 { | ||||
38 | bootph-pre-ram; | ||||
39 | }; | ||||
40 | }; | ||||
41 | |||||
42 | &vcc3v3_sd { | ||||
43 | bootph-pre-ram; | ||||
44 | }; |