"Das U-Boot" Source Tree
1// 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 {
17 bootph-pre-ram;
18 bootph-some-ram;
19};
20
21&emmc_bus8 {
22 bootph-pre-ram;
23 bootph-some-ram;
24};
25
26&emmc_clk {
27 bootph-pre-ram;
28 bootph-some-ram;
29};
30
31&emmc_cmd {
32 bootph-pre-ram;
33 bootph-some-ram;
34};
35
36&emmc_pwr {
37 bootph-pre-ram;
38 bootph-some-ram;
39};