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