blob: afd33dd3248a92a721c2f5a6789f395a5b577ae5 [file] [log] [blame]
Ilya Katsnelson926257c2025-04-23 18:36:40 +03001// 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};