blob: 614d47ce180111dd4547a220061be94e041162d9 [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;
Jonas Karlmanc8f97402024-11-05 16:00:28 +000018 bootph-some-ram;
Michael Trimarchi0ae07f62019-11-15 22:07:24 +010019};
20
Jonas Karlmanb54148a2024-11-05 16:00:25 +000021&emmc_bus8 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070022 bootph-pre-ram;
Jonas Karlmanc8f97402024-11-05 16:00:28 +000023 bootph-some-ram;
Michael Trimarchi0ae07f62019-11-15 22:07:24 +010024};
25
Jonas Karlmanb54148a2024-11-05 16:00:25 +000026&emmc_clk {
Simon Glassd3a98cb2023-02-13 08:56:33 -070027 bootph-pre-ram;
Jonas Karlmanc8f97402024-11-05 16:00:28 +000028 bootph-some-ram;
Michael Trimarchi0ae07f62019-11-15 22:07:24 +010029};
30
Jonas Karlmanb54148a2024-11-05 16:00:25 +000031&emmc_cmd {
Simon Glassd3a98cb2023-02-13 08:56:33 -070032 bootph-pre-ram;
Jonas Karlmanc8f97402024-11-05 16:00:28 +000033 bootph-some-ram;
Michael Trimarchi0ae07f62019-11-15 22:07:24 +010034};
35
Jonas Karlmanb54148a2024-11-05 16:00:25 +000036&emmc_pwr {
Simon Glassd3a98cb2023-02-13 08:56:33 -070037 bootph-pre-ram;
Jonas Karlmanc8f97402024-11-05 16:00:28 +000038 bootph-some-ram;
Michael Trimarchi0ae07f62019-11-15 22:07:24 +010039};