blob: 5d5fa6ffb214d4cbd795ca7ef8f0650be42b1a15 [file] [log] [blame]
Jonas Karlmana5890ff2023-10-17 21:40:22 +00001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3#include "rk3588-u-boot.dtsi"
4
Jonas Karlmana5890ff2023-10-17 21:40:22 +00005&fspim1_pins {
6 bootph-all;
7};
8
9&sdhci {
10 cap-mmc-highspeed;
11 mmc-hs200-1_8v;
12};
13
14&sfc {
15 bootph-pre-ram;
16 u-boot,spl-sfc-no-dma;
17
18 flash@0 {
19 bootph-pre-ram;
20 };
21};