blob: 888d1b9c12d73dcfc5a2272d40e1a66f6a0672b9 [file] [log] [blame]
Jonas Karlman371b31f2023-10-17 21:40:21 +00001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3#include "rk3588s-u-boot.dtsi"
4
5/ {
6 chosen {
7 u-boot,spl-boot-order = "same-as-spl", &sdmmc;
8 };
9};
10
11&fspim0_pins {
12 bootph-all;
13};
14
15&sfc {
16 bootph-pre-ram;
17 u-boot,spl-sfc-no-dma;
18
19 flash@0 {
20 bootph-pre-ram;
21 };
22};