2019-11-15 21:07:24 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2019 Amarula Solutions SRO
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "rk3288-u-boot.dtsi"
|
|
|
|
#include "rk3288-tinker-u-boot.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
chosen {
|
|
|
|
u-boot,spl-boot-order = \
|
|
|
|
"same-as-spl", &sdmmc, &emmc;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&emmc {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-11-15 21:07:24 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&emmc_clk {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-11-15 21:07:24 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&emmc_cmd {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-11-15 21:07:24 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&emmc_pwr {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-11-15 21:07:24 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&emmc_bus8 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-11-15 21:07:24 +00:00
|
|
|
};
|