blob: b1f324282bac20756c340f8c7b0fe1e015aaabdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
#include "rk356x-u-boot.dtsi"
&sdhci {
mmc-hs400-1_8v;
mmc-hs400-enhanced-strobe;
};
&sfc {
flash@0 {
bootph-pre-ram;
bootph-some-ram;
};
};
|