blob: b4c5483146abd227f6faec12c7dc6e0f3b50d459 [file] [log] [blame]
Michael Trimarchi0ae07f62019-11-15 22:07:24 +01001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2019 Amarula Solutions SRO
4 */
5
6#include "rk3288-u-boot.dtsi"
7#include "rk3288-tinker-u-boot.dtsi"
8
9/ {
10 chosen {
11 u-boot,spl-boot-order = \
12 "same-as-spl", &sdmmc, &emmc;
13 };
14};
15
16&emmc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070017 bootph-pre-ram;
Michael Trimarchi0ae07f62019-11-15 22:07:24 +010018};
19
20&emmc_clk {
Simon Glassd3a98cb2023-02-13 08:56:33 -070021 bootph-pre-ram;
Michael Trimarchi0ae07f62019-11-15 22:07:24 +010022};
23
24&emmc_cmd {
Simon Glassd3a98cb2023-02-13 08:56:33 -070025 bootph-pre-ram;
Michael Trimarchi0ae07f62019-11-15 22:07:24 +010026};
27
28&emmc_pwr {
Simon Glassd3a98cb2023-02-13 08:56:33 -070029 bootph-pre-ram;
Michael Trimarchi0ae07f62019-11-15 22:07:24 +010030};
31
32&emmc_bus8 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070033 bootph-pre-ram;
Michael Trimarchi0ae07f62019-11-15 22:07:24 +010034};