]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/arm/dts/rk3288-tinker-s-u-boot.dtsi
Merge branch 'next'
[thirdparty/u-boot.git] / arch / arm / dts / rk3288-tinker-s-u-boot.dtsi
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 };
19
20 &emmc_clk {
21 bootph-pre-ram;
22 };
23
24 &emmc_cmd {
25 bootph-pre-ram;
26 };
27
28 &emmc_pwr {
29 bootph-pre-ram;
30 };
31
32 &emmc_bus8 {
33 bootph-pre-ram;
34 };