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 | |||||
Jonas Karlman | a5890ff | 2023-10-17 21:40:22 +0000 | [diff] [blame] | 5 | &fspim1_pins { |
6 | bootph-all; | ||||
7 | }; | ||||
8 | |||||
9 | &sdhci { | ||||
10 | cap-mmc-highspeed; | ||||
11 | mmc-hs200-1_8v; | ||||
12 | }; | ||||
13 | |||||
14 | &sfc { | ||||
15 | bootph-pre-ram; | ||||
16 | u-boot,spl-sfc-no-dma; | ||||
17 | |||||
18 | flash@0 { | ||||
19 | bootph-pre-ram; | ||||
20 | }; | ||||
21 | }; |