blob: b1f324282bac20756c340f8c7b0fe1e015aaabdd [file] [log] [blame]
Jonas Karlman663042f2024-07-31 07:28:54 +00001// 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};