arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.c
[platform/kernel/u-boot.git] / arch / arm / dts / rk3568-evb-u-boot.dtsi
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 };