Jonas Karlman | a5890ff | 2023-10-17 21:40:22 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
2 | |||||
3 | #include "rk3588-u-boot.dtsi" | ||||
4 | |||||
5 | / { | ||||
6 | chosen { | ||||
7 | u-boot,spl-boot-order = "same-as-spl", &sdmmc, &sdhci; | ||||
8 | }; | ||||
9 | }; | ||||
10 | |||||
11 | &fspim1_pins { | ||||
12 | bootph-all; | ||||
13 | }; | ||||
14 | |||||
15 | &sdhci { | ||||
16 | cap-mmc-highspeed; | ||||
17 | mmc-hs200-1_8v; | ||||
18 | }; | ||||
19 | |||||
20 | &sfc { | ||||
21 | bootph-pre-ram; | ||||
22 | u-boot,spl-sfc-no-dma; | ||||
23 | |||||
24 | flash@0 { | ||||
25 | bootph-pre-ram; | ||||
26 | }; | ||||
27 | }; |