Jonas Karlman | 663042f | 2024-07-31 07:28:54 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
2 | |||||
3 | #include "rk356x-u-boot.dtsi" | ||||
4 | |||||
5 | &sdhci { | ||||
6 | mmc-hs400-1_8v; | ||||
7 | mmc-hs400-enhanced-strobe; | ||||
8 | }; | ||||
9 | |||||
10 | &sfc { | ||||
11 | flash@0 { | ||||
12 | bootph-pre-ram; | ||||
13 | bootph-some-ram; | ||||
14 | }; | ||||
15 | }; |