diff options
Diffstat (limited to 'roms/u-boot/arch/arm/dts/rk3399pro-rock-pi-n10-u-boot.dtsi')
-rw-r--r-- | roms/u-boot/arch/arm/dts/rk3399pro-rock-pi-n10-u-boot.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/rk3399pro-rock-pi-n10-u-boot.dtsi b/roms/u-boot/arch/arm/dts/rk3399pro-rock-pi-n10-u-boot.dtsi new file mode 100644 index 000000000..7c66e1145 --- /dev/null +++ b/roms/u-boot/arch/arm/dts/rk3399pro-rock-pi-n10-u-boot.dtsi @@ -0,0 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com> + */ + +#include "rk3399pro-u-boot.dtsi" +#include "rk3399-sdram-lpddr3-4GB-1600.dtsi" + +/ { + chosen { + u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc; + }; +}; |