Ilya Katsnelson | 926257c | 2025-04-23 18:36:40 +0300 | [diff] [blame^] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
2 | |||||
3 | #include "rk3588-u-boot.dtsi" | ||||
4 | |||||
5 | &fspim2_pins { | ||||
6 | bootph-pre-ram; | ||||
7 | bootph-some-ram; | ||||
8 | }; | ||||
9 | |||||
10 | &sdhci { | ||||
11 | cap-mmc-highspeed; | ||||
12 | mmc-hs200-1_8v; | ||||
13 | }; | ||||
14 | |||||
15 | &sfc { | ||||
16 | flash@0 { | ||||
17 | bootph-pre-ram; | ||||
18 | bootph-some-ram; | ||||
19 | }; | ||||
20 | }; |