blob: b03cbeaedf9e3d681039245c5b3210cdad9fb2e9 [file] [log] [blame]
Joseph Chen636ffbd2021-06-02 15:58:23 +08001// 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};