1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * (C) Copyright 2021 Rockchip Electronics Co., Ltd 4 */ 5 6#include "rk3568-u-boot.dtsi" 7 8/ { 9 chosen { 10 stdout-path = &uart2; 11 u-boot,spl-boot-order = "same-as-spl", &sdmmc0, &sdhci; 12 }; 13}; 14 15&sdmmc0 { 16 status = "okay"; 17}; 18 19&uart2 { 20 clock-frequency = <24000000>; 21 u-boot,dm-spl; 22 status = "okay"; 23}; 24