]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/dts/rk3568-evb-u-boot.dtsi
Merge branch 'next'
[thirdparty/u-boot.git] / arch / arm / dts / rk3568-evb-u-boot.dtsi
CommitLineData
636ffbd2
JC
1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * (C) Copyright 2021 Rockchip Electronics Co., Ltd
4 */
5
85a8ef12 6#include "rk356x-u-boot.dtsi"
636ffbd2
JC
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>;
8c103c33 21 bootph-pre-ram;
636ffbd2
JC
22 status = "okay";
23};