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 u-boot,dm-spl; 18}; 19 20&emmc_clk { 21 u-boot,dm-spl; 22}; 23 24&emmc_cmd { 25 u-boot,dm-spl; 26}; 27 28&emmc_pwr { 29 u-boot,dm-spl; 30}; 31 32&emmc_bus8 { 33 u-boot,dm-spl; 34}; 35